mirror of
https://github.com/holub/mame
synced 2025-06-17 17:59:05 +03:00
sm500: fix ACL (nw)
This commit is contained in:
parent
583fedecc8
commit
456e4c47eb
@ -8,7 +8,6 @@
|
|||||||
- EXKSA, EXKFA opcodes
|
- EXKSA, EXKFA opcodes
|
||||||
- SM500 data book suggests that R1 divider output is selectable, but how?
|
- SM500 data book suggests that R1 divider output is selectable, but how?
|
||||||
- unknown which H/O pin is which W output, guessed for now
|
- 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();
|
sm510_base_device::device_reset();
|
||||||
|
|
||||||
// SM500 specific
|
// SM500 specific
|
||||||
|
push_stack();
|
||||||
op_idiv();
|
op_idiv();
|
||||||
m_1s = true;
|
m_1s = true;
|
||||||
m_cb = 0;
|
m_cb = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user