summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2024-09-17 20:36:38 +0200
committer angelosa <lordkale4@gmail.com>2024-09-17 20:36:42 +0200
commitdf57ed17713a78275d387491b5def582d3d40a0f (patch)
treea5aa6da44597884b7c95e80aa477b8733b53e293 /src
parent4ce2bfcb63a52ddb613fed246a876f6fb275106e (diff)
hitachi/bml3.cpp: add note to break key
Diffstat (limited to 'src')
-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;
}