Added a header so that snd_sb.c compiles correctly again;

Fixed a bug in snd_dopl.cc.
This commit is contained in:
OBattler
2017-06-03 14:34:32 +02:00
parent 197aa051cf
commit 42ffa5b9d2
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
#include "../rom.h"
#include "../device.h"
#include "sound.h"
#include "snd_dbopl.h"
#include "snd_emu8k.h"
#include "snd_mpu401.h"
#include "snd_opl.h"