summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68340.c
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2013-08-13 11:40:48 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2013-08-13 11:40:48 +0000
commit0b1d95bef8b38814086a708653a183b087084109 (patch)
treeaee50ba7de7505cc6b2e6b162aec7d51a3f83c30 /src/emu/machine/68340.c
parentc1cef2a6e9cab532413a582dc802e54c817b4bdc (diff)
make it a bit more obvious cupidon.c is a video based system, not a screenless fruit machine one (nw)
Diffstat (limited to 'src/emu/machine/68340.c')
-rw-r--r--src/emu/machine/68340.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/machine/68340.c b/src/emu/machine/68340.c
index ec6f5bbf6bd..0d877c5376b 100644
--- a/src/emu/machine/68340.c
+++ b/src/emu/machine/68340.c
@@ -142,6 +142,8 @@ void m68340cpu_device::device_start()
m68340SERIAL->reset();
m68340TIMER->reset();
+ start_68340_sim();
+
m68340_base = 0x00000000;
internal = &this->space(AS_PROGRAM);