| Previous | 199869 Revisions | Next |
| r44536 Wednesday 27th January, 2016 at 22:28:16 UTC by Roberto Fresca |
|---|
| Pyon Pyon Jump: Added support for Yamaha YM2149. [Roberto Fresca] |
| [src/mame/drivers] | kurukuru.cpp |
| r253047 | r253048 | |
|---|---|---|
| 374 | 374 | AM_RANGE(0x40, 0x40) AM_MIRROR(0x0f) AM_READ_PORT("DSW1") |
| 375 | 375 | AM_RANGE(0x60, 0x60) AM_MIRROR(0x0f) AM_READ_PORT("IN1") |
| 376 | 376 | AM_RANGE(0x70, 0x70) AM_MIRROR(0x0f) AM_READ_PORT("IN0") |
| 377 | AM_RANGE(0xc0, 0xc0) AM_MIRROR(0x0f) AM_DEVWRITE("ym2149", ay8910_device, address_w) | |
| 378 | AM_RANGE(0xd0, 0xd0) AM_MIRROR(0x0f) AM_DEVWRITE("ym2149", ay8910_device, data_w) | |
| 377 | 379 | ADDRESS_MAP_GLOBAL_MASK(0xff) |
| 378 | 380 | ADDRESS_MAP_END |
| 379 | 381 |
| https://github.com/mamedev/mame/commit/50808583fa7aa98cb5d7cc7425a33900c8eb1310 |
| Previous | 199869 Revisions | Next |