summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lethalj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lethalj.h')
-rw-r--r--src/mame/includes/lethalj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lethalj.h b/src/mame/includes/lethalj.h
index c74873d0eee..f33a0f2dffc 100644
--- a/src/mame/includes/lethalj.h
+++ b/src/mame/includes/lethalj.h
@@ -35,7 +35,7 @@ public:
m_light1_y(*this, "LIGHT1_Y")
{ }
- required_device<cpu_device> m_maincpu;
+ required_device<tms34010_device> m_maincpu;
required_device<screen_device> m_screen;
required_device<ticket_dispenser_device> m_ticket;
optional_ioport m_paddle;