summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/hitachi/bml3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/hitachi/bml3.cpp b/src/mame/hitachi/bml3.cpp
index 31047fd8ec6..f3f7c59282e 100644
--- a/src/mame/hitachi/bml3.cpp
+++ b/src/mame/hitachi/bml3.cpp
@@ -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;
}