summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcecommn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pcecommn.h')
-rw-r--r--src/mame/machine/pcecommn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/pcecommn.h b/src/mame/machine/pcecommn.h
index 6da366c0e9a..6d1a7d79c07 100644
--- a/src/mame/machine/pcecommn.h
+++ b/src/mame/machine/pcecommn.h
@@ -11,6 +11,7 @@
#ifndef PCECOMMON_H
#define PCECOMMON_H
+#include "cpu/h6280/h6280.h"
#include "video/huc6260.h"
#include "video/huc6270.h"
#define PCE_MAIN_CLOCK 21477270
@@ -28,7 +29,7 @@ public:
DECLARE_DRIVER_INIT(pce_common);
- required_device<cpu_device> m_maincpu;
+ required_device<h6280_device> m_maincpu;
virtual uint8_t joy_read();
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);