From 8dd016c46bb4d5e8766a81281b43cf357aca9ae7 Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Fri, 13 Oct 2017 18:22:06 -0300 Subject: Remove duplicated notes... --- src/mame/drivers/notechan.cpp | 18 +++++------------- 1 file 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") -- cgit v1.2.3