summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btoads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/btoads.h')
-rw-r--r--src/mame/includes/btoads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/btoads.h b/src/mame/includes/btoads.h
index 78ba755ece0..9a297c11200 100644
--- a/src/mame/includes/btoads.h
+++ b/src/mame/includes/btoads.h
@@ -117,6 +117,6 @@ protected:
uint16_t m_sprite_dest_offs;
uint16_t m_misc_control;
int m_xcount;
- required_device<cpu_device> m_maincpu;
+ required_device<tms34020_device> m_maincpu;
required_device<screen_device> m_screen;
};