summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pbaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pbaction.h')
-rw-r--r--src/mame/includes/pbaction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/pbaction.h b/src/mame/includes/pbaction.h
index ca6dc26e729..cac977d4771 100644
--- a/src/mame/includes/pbaction.h
+++ b/src/mame/includes/pbaction.h
@@ -6,6 +6,7 @@
*************************************************************************/
+#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "machine/z80ctc.h"
#include "emupal.h"
@@ -44,7 +45,7 @@ public:
/* devices */
required_device<cpu_device> m_maincpu;
- required_device<cpu_device> m_audiocpu;
+ required_device<z80_device> m_audiocpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;