summaryrefslogtreecommitdiffstats
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;
device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * Modernization of drivers part 12 (no whatsnew) Miodrag Milanovic2013-02-111-4/+3 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1 * Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-2/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+1 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+2 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-9/+17 * Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-0/+1 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1 * MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+2 * Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2 * Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-11/+11 * BIG update. Aaron Giles2011-03-291-1/+1 * Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3 * Changed the MACHINE_DRIVER_* macros, as follows: