summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rohga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rohga.h')
-rw-r--r--src/mame/includes/rohga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/rohga.h b/src/mame/includes/rohga.h
index e2e6068e0e1..43893709a3e 100644
--- a/src/mame/includes/rohga.h
+++ b/src/mame/includes/rohga.h
@@ -7,6 +7,7 @@
*************************************************************************/
#include "sound/okim6295.h"
+#include "cpu/h6280/h6280.h"
#include "video/deco16ic.h"
#include "video/decocomn.h"
#include "video/bufsprite.h"
@@ -33,7 +34,7 @@ public:
/* devices */
required_device<cpu_device> m_maincpu;
- required_device<cpu_device> m_audiocpu;
+ required_device<h6280_device> m_audiocpu;
required_device<deco_146_base_device> m_ioprot;
required_device<decocomn_device> m_decocomn;
required_device_array<deco16ic_device, 2> m_deco_tilegen;