Pyon Pyon Jump: Added support for Yamaha YM2149. [Roberto Fresca]

This commit is contained in:
RobertoFresca 2016-01-27 19:28:16 -03:00
parent 341d4d8a8c
commit 50808583fa

View File

@ -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