summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hyhoo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hyhoo.cpp')
-rw-r--r--src/mame/drivers/hyhoo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/hyhoo.cpp b/src/mame/drivers/hyhoo.cpp
index 270e7285daa..9b5770f3682 100644
--- a/src/mame/drivers/hyhoo.cpp
+++ b/src/mame/drivers/hyhoo.cpp
@@ -25,11 +25,13 @@ Memo:
#include "emu.h"
#include "includes/hyhoo.h"
+
#include "cpu/z80/z80.h"
#include "machine/nvram.h"
#include "sound/ay8910.h"
#include "sound/dac.h"
#include "sound/volt_reg.h"
+#include "speaker.h"
static ADDRESS_MAP_START( hyhoo_map, AS_PROGRAM, 8, hyhoo_state )