Disney Sound Source Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@575
23 lines
219 B
C++
23 lines
219 B
C++
#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) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|