mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
nw
This commit is contained in:
parent
5c036e0998
commit
2579497d2b
@ -132,6 +132,8 @@ void sm510_base_device::wake_me_up()
|
||||
m_halt = false;
|
||||
do_branch(1, 0, 0);
|
||||
|
||||
standard_irq_callback(0);
|
||||
|
||||
// note: official doc warns that Bl/Bm and the stack are undefined
|
||||
// after waking up, but we leave it unchanged
|
||||
}
|
||||
|
@ -339,7 +339,7 @@ void sm510_base_device::op_tis()
|
||||
|
||||
void sm510_base_device::op_tal()
|
||||
{
|
||||
// TB: skip next if BA pin is set
|
||||
// TAL: skip next if BA pin is set
|
||||
m_skip = (m_read_ba() != 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user