| Previous | 199869 Revisions | Next |
| r44538 Wednesday 27th January, 2016 at 23:05:43 UTC by Roberto Fresca |
|---|
| Pyon Pyon Jump: Correct bankswitching. [Roberto Fresca] |
| [src/mame/drivers] | kurukuru.cpp |
| r253049 | r253050 | |
|---|---|---|
| 370 | 370 | ADDRESS_MAP_END |
| 371 | 371 | |
| 372 | 372 | static ADDRESS_MAP_START( ppj_io, AS_IO, 8, kurukuru_state ) |
| 373 | AM_RANGE(0x00, 0x00) AM_MIRROR(0x0f) AM_WRITE(kurukuru_bankswitch_w) | |
| 373 | 374 | AM_RANGE(0x10, 0x13) AM_MIRROR(0x0c) AM_DEVREADWRITE( "v9938", v9938_device, read, write ) |
| 374 | 375 | AM_RANGE(0x40, 0x40) AM_MIRROR(0x0f) AM_READ_PORT("DSW1") |
| 375 | 376 | AM_RANGE(0x60, 0x60) AM_MIRROR(0x0f) AM_READ_PORT("IN1") |
| https://github.com/mamedev/mame/commit/c9feaa71e86610add7c4499d283ea3a1cb3bcdae |
| Previous | 199869 Revisions | Next |