Gravis UltraSound Someday
Disney Sound Source Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@575
This commit is contained in:
parent
4b95cf5b97
commit
fc07c6466d
2 changed files with 125 additions and 0 deletions
23
src/hardware/gus.cpp
Normal file
23
src/hardware/gus.cpp
Normal file
|
@ -0,0 +1,23 @@
|
|||
#include <string.h>
|
||||
#include "dosbox.h"
|
||||
#include "inout.h"
|
||||
#include "mixer.h"
|
||||
#include "dma.h"
|
||||
#include "pic.h"
|
||||
#include "hardware.h"
|
||||
#include "setup.h"
|
||||
#include "programs.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void GUS_Init(Section* sec) {
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue