hitachi/bml3.cpp: add note to break key

This commit is contained in:
angelosa 2024-09-17 20:36:38 +02:00
parent 4ce2bfcb63
commit df57ed1771

View File

@ -587,6 +587,7 @@ INPUT_PORTS_END
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;
}