summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kickgoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kickgoal.h')
-rw-r--r--src/mame/includes/kickgoal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/kickgoal.h b/src/mame/includes/kickgoal.h
index f4ce0cf4bc7..1158c4d0084 100644
--- a/src/mame/includes/kickgoal.h
+++ b/src/mame/includes/kickgoal.h
@@ -10,9 +10,10 @@
#pragma once
-#include "sound/okim6295.h"
+#include "cpu/pic16c5x/pic16c5x.h"
#include "machine/eepromser.h"
#include "machine/gen_latch.h"
+#include "sound/okim6295.h"
#include "emupal.h"
class kickgoal_state : public driver_device
@@ -113,7 +114,7 @@ private:
/* devices */
required_device<eeprom_serial_93cxx_device> m_eeprom;
required_device<cpu_device> m_maincpu;
- required_device<cpu_device> m_audiocpu;
+ required_device<pic16c57_device> m_audiocpu;
required_device<okim6295_device> m_oki;
required_memory_bank m_okibank;
required_device<gfxdecode_device> m_gfxdecode;