summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wacky_gator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wacky_gator.cpp')
-rw-r--r--src/mame/drivers/wacky_gator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/wacky_gator.cpp b/src/mame/drivers/wacky_gator.cpp
index ded61a8c7af..45fc413448f 100644
--- a/src/mame/drivers/wacky_gator.cpp
+++ b/src/mame/drivers/wacky_gator.cpp
@@ -109,7 +109,7 @@ WRITE8_MEMBER(wackygtr_state::status_lamps_w)
set_lamps(0, data & 0x3f);
machine().bookkeeping().coin_counter_w(0, BIT(data, 6));
- m_ticket->motor_w(BIT(data, 7));
+ m_ticket->write(space, 0, data & 0x80);
}
WRITE8_MEMBER(wackygtr_state::sample_ctrl_w)
@@ -273,7 +273,7 @@ ADDRESS_MAP_END
static MACHINE_CONFIG_START( wackygtr )
- MCFG_CPU_ADD("maincpu", MC6809, XTAL_3_579545MHz) // HD68B09P
+ MCFG_CPU_ADD("maincpu", M6809E, XTAL_3_579545MHz) // HD68B09P
MCFG_CPU_PROGRAM_MAP(program_map)
MCFG_CPU_PERIODIC_INT_DRIVER(wackygtr_state, irq0_line_assert, 50) // FIXME