Pyon Pyon Jump: Added the DIP switches bank #1. [Roberto Fresca]

This commit is contained in:
RobertoFresca 2016-01-27 19:16:40 -03:00
parent 53d2810cb1
commit ed724353ec

View File

@ -371,6 +371,7 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( ppj_io, AS_IO, 8, kurukuru_state )
AM_RANGE(0x10, 0x13) AM_MIRROR(0x0c) AM_DEVREADWRITE( "v9938", v9938_device, read, write )
AM_RANGE(0x40, 0x40) AM_MIRROR(0x0f) AM_READ_PORT("DSW1")
ADDRESS_MAP_GLOBAL_MASK(0xff)
ADDRESS_MAP_END