Skip to content

Commit

Permalink
hitachi/bml3.cpp: add note to break key
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosa committed Sep 17, 2024
1 parent 4ce2bfc commit df57ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mame/hitachi/bml3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit df57ed1

Please sign in to comment.