This commit is contained in:
hap 2015-07-07 21:56:45 +02:00
parent 5c036e0998
commit 2579497d2b
2 changed files with 3 additions and 1 deletions

View File

@ -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
}

View File

@ -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);
}