mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
(typo)
This commit is contained in:
parent
df51e8ee35
commit
5fde4dbd3c
@ -2760,7 +2760,6 @@ static ADDRESS_MAP_START( s23iobrdmap, AS_PROGRAM, 8 )
|
|||||||
AM_RANGE(0x6000, 0x6000) AM_READ_PORT("TC2P0") // 0-1 = coin 0-3 = coin connect, 0-5 = test 0-6 = down select, 0-7 = up select, 0-8 = enter
|
AM_RANGE(0x6000, 0x6000) AM_READ_PORT("TC2P0") // 0-1 = coin 0-3 = coin connect, 0-5 = test 0-6 = down select, 0-7 = up select, 0-8 = enter
|
||||||
AM_RANGE(0x6001, 0x6001) AM_READ_PORT("TC2P1") // 1-1 = gun trigger 1-2 = foot pedal
|
AM_RANGE(0x6001, 0x6001) AM_READ_PORT("TC2P1") // 1-1 = gun trigger 1-2 = foot pedal
|
||||||
AM_RANGE(0x6002, 0x6003) AM_READ( iob_r )
|
AM_RANGE(0x6002, 0x6003) AM_READ( iob_r )
|
||||||
AM_RANGE(0x6002, 0x6003) AM_NOP
|
|
||||||
AM_RANGE(0x6004, 0x6005) AM_WRITENOP
|
AM_RANGE(0x6004, 0x6005) AM_WRITENOP
|
||||||
AM_RANGE(0x6006, 0x6007) AM_NOP
|
AM_RANGE(0x6006, 0x6007) AM_NOP
|
||||||
AM_RANGE(0x7000, 0x700f) AM_READ( iob_r )
|
AM_RANGE(0x7000, 0x700f) AM_READ( iob_r )
|
||||||
@ -2772,9 +2771,7 @@ static ADDRESS_MAP_START( timecrs2iobrdmap, AS_PROGRAM, 8 )
|
|||||||
AM_RANGE(0x0000, 0x1fff) AM_ROM AM_REGION("ioboard", 0)
|
AM_RANGE(0x0000, 0x1fff) AM_ROM AM_REGION("ioboard", 0)
|
||||||
AM_RANGE(0x6000, 0x6000) AM_READ_PORT("TC2P0")
|
AM_RANGE(0x6000, 0x6000) AM_READ_PORT("TC2P0")
|
||||||
AM_RANGE(0x6001, 0x6001) AM_READ_PORT("TC2P1")
|
AM_RANGE(0x6001, 0x6001) AM_READ_PORT("TC2P1")
|
||||||
AM_RANGE(0x6002, 0x6003) AM_READ( iob_r ) AM_WRITENOP
|
AM_RANGE(0x6002, 0x6005) AM_WRITENOP
|
||||||
AM_RANGE(0x6002, 0x6003) AM_NOP
|
|
||||||
AM_RANGE(0x6004, 0x6005) AM_WRITENOP
|
|
||||||
AM_RANGE(0x6006, 0x6007) AM_NOP
|
AM_RANGE(0x6006, 0x6007) AM_NOP
|
||||||
AM_RANGE(0x7000, 0x700f) AM_READ( s23_gun_r )
|
AM_RANGE(0x7000, 0x700f) AM_READ( s23_gun_r )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user