diff options
author | 2017-10-13 18:22:06 -0300 | |
---|---|---|
committer | 2017-10-13 18:22:06 -0300 | |
commit | 8dd016c46bb4d5e8766a81281b43cf357aca9ae7 (patch) | |
tree | c0b45df9f8e42c40cfadee98a5125bb7fb341d0b | |
parent | ba6335c7eb8f35ebe714600b10b582bc04dbc6bb (diff) |
Remove duplicated notes...
-rw-r--r-- | src/mame/drivers/notechan.cpp | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/src/mame/drivers/notechan.cpp b/src/mame/drivers/notechan.cpp index b7c85016529..68454e7cb0d 100644 --- a/src/mame/drivers/notechan.cpp +++ b/src/mame/drivers/notechan.cpp @@ -157,14 +157,6 @@ Technical info: - Error codes: - - E0 - PCB error, check ROM/RAM. - E1 - Home position sensor error. - E2 - Output sensor error. - C0 - Freebie / Giveaway (??). - - DIP Switches: +-----------------------------------+-----+-----+-----+-----+-----+-----+-----+-----+ @@ -225,10 +217,10 @@ Letter and number displayed alternately on the play count display. - C0 and prize out LED Prizes out. - E0 PCB failure. - E1 Home position sensor failure. - E2 Output sensor failure. + C0 (and prize out LED): Prizes out. + E0: PCB failure, check ROM/RAM. + E1: Home position sensor failure. + E2: Output sensor failure. ------------------------------------------------------------------- @@ -466,7 +458,7 @@ static INPUT_PORTS_START( notechan ) Maybe it's the 'coin-in' button. (4) Pulsing these three lines together (D3-D4-D5) trigger a partial sample (not recog- - nized) constantly. + nized) constantly. */ PORT_START("DSW") |