| Previous | 199869 Revisions | Next |
| r44535 Wednesday 27th January, 2016 at 22:22:13 UTC by Roberto Fresca |
|---|
| Pyon Pyon Jump: Hooked the system input ports. [Roberto Fresca] |
| [src/mame/drivers] | kurukuru.cpp |
| r253046 | r253047 | |
|---|---|---|
| 372 | 372 | static ADDRESS_MAP_START( ppj_io, AS_IO, 8, kurukuru_state ) |
| 373 | 373 | AM_RANGE(0x10, 0x13) AM_MIRROR(0x0c) AM_DEVREADWRITE( "v9938", v9938_device, read, write ) |
| 374 | 374 | AM_RANGE(0x40, 0x40) AM_MIRROR(0x0f) AM_READ_PORT("DSW1") |
| 375 | AM_RANGE(0x60, 0x60) AM_MIRROR(0x0f) AM_READ_PORT("IN1") | |
| 376 | AM_RANGE(0x70, 0x70) AM_MIRROR(0x0f) AM_READ_PORT("IN0") | |
| 375 | 377 | ADDRESS_MAP_GLOBAL_MASK(0xff) |
| 376 | 378 | ADDRESS_MAP_END |
| 377 | 379 |
| https://github.com/mamedev/mame/commit/341d4d8a8cbb3af7684f95975cc9da5da906d372 |
| Previous | 199869 Revisions | Next |