summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-06-25 15:21:31 +0200
committer hap <happppp@users.noreply.github.com>2017-06-25 15:21:31 +0200
commit456e4c47ebf3e7f973ceb9fbd56bd4722ece1c3e (patch)
tree02da1d9fb1f199e7b7fd41f9c986dac22e4abfda
parent583fedecc81259890e23235682cc146248f1b386 (diff)
sm500: fix ACL (nw)
-rw-r--r--src/devices/cpu/sm510/sm500core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm500core.cpp b/src/devices/cpu/sm510/sm500core.cpp
index 5bea8ab978f..fb9206aa6d3 100644
--- a/src/devices/cpu/sm510/sm500core.cpp
+++ b/src/devices/cpu/sm510/sm500core.cpp
@@ -8,7 +8,6 @@
- EXKSA, EXKFA opcodes
- SM500 data book suggests that R1 divider output is selectable, but how?
- unknown which H/O pin is which W output, guessed for now
- - ACL doesn't work right?
*/
@@ -91,6 +90,7 @@ void sm500_device::device_reset()
sm510_base_device::device_reset();
// SM500 specific
+ push_stack();
op_idiv();
m_1s = true;
m_cb = 0;