diff options
author | 2013-08-13 11:40:48 +0000 | |
---|---|---|
committer | 2013-08-13 11:40:48 +0000 | |
commit | 0b1d95bef8b38814086a708653a183b087084109 (patch) | |
tree | aee50ba7de7505cc6b2e6b162aec7d51a3f83c30 /src/emu/machine/68340.c | |
parent | c1cef2a6e9cab532413a582dc802e54c817b4bdc (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.c | 2 |
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); |