summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaiden.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaiden.cpp')
-rw-r--r--src/mame/drivers/gaiden.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/gaiden.cpp b/src/mame/drivers/gaiden.cpp
index 838d879056a..e984e8fc034 100644
--- a/src/mame/drivers/gaiden.cpp
+++ b/src/mame/drivers/gaiden.cpp
@@ -131,13 +131,16 @@ Notes:
***************************************************************************/
#include "emu.h"
+#include "includes/gaiden.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/z80/z80.h"
#include "machine/watchdog.h"
#include "sound/2203intf.h"
-#include "sound/ym2151.h"
#include "sound/okim6295.h"
-#include "includes/gaiden.h"
+#include "sound/ym2151.h"
+#include "speaker.h"
+
WRITE16_MEMBER(gaiden_state::gaiden_sound_command_w)
{