mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Pyon Pyon Jump: Added support for Yamaha YM2149. [Roberto Fresca]
This commit is contained in:
parent
341d4d8a8c
commit
50808583fa
@ -374,6 +374,8 @@ static ADDRESS_MAP_START( ppj_io, AS_IO, 8, kurukuru_state )
|
||||
AM_RANGE(0x40, 0x40) AM_MIRROR(0x0f) AM_READ_PORT("DSW1")
|
||||
AM_RANGE(0x60, 0x60) AM_MIRROR(0x0f) AM_READ_PORT("IN1")
|
||||
AM_RANGE(0x70, 0x70) AM_MIRROR(0x0f) AM_READ_PORT("IN0")
|
||||
AM_RANGE(0xc0, 0xc0) AM_MIRROR(0x0f) AM_DEVWRITE("ym2149", ay8910_device, address_w)
|
||||
AM_RANGE(0xd0, 0xd0) AM_MIRROR(0x0f) AM_DEVWRITE("ym2149", ay8910_device, data_w)
|
||||
ADDRESS_MAP_GLOBAL_MASK(0xff)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user