mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
hitachi/bml3.cpp: add note to break key
This commit is contained in:
parent
4ce2bfcb63
commit
df57ed1771
@ -587,6 +587,7 @@ INPUT_PORTS_END
|
|||||||
|
|
||||||
INPUT_CHANGED_MEMBER(bml3_state::nmi_button)
|
INPUT_CHANGED_MEMBER(bml3_state::nmi_button)
|
||||||
{
|
{
|
||||||
|
// TODO: isn't this supposed to actually raise an NMI, just like earlier Basic Master LV1/2?
|
||||||
m_nmi = newval ? 0x80 : 0;
|
m_nmi = newval ? 0x80 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user