1
0
Fork 0

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:
Sjoerd van der Berg 2002-12-17 08:54:36 +00:00
parent 4b95cf5b97
commit fc07c6466d
2 changed files with 125 additions and 0 deletions

23
src/hardware/gus.cpp Normal file
View 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) {
}