Skip to content

Commit

Permalink
Pyon Pyon Jump: Added the DIP switches bank #1. [Roberto Fresca]
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoFresca committed Jan 27, 2016
1 parent 53d2810 commit ed72435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mame/drivers/kurukuru.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed72435

Please sign in to comment.