mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
ddenlovr.cpp: fixed MT05900 (nw)
This commit is contained in:
parent
33b04cec42
commit
445028aedf
@ -2561,10 +2561,12 @@ static ADDRESS_MAP_START( funkyfig_sound_portmap, AS_IO, 8, ddenlovr_state )
|
||||
ADDRESS_MAP_GLOBAL_MASK(0xff)
|
||||
AM_RANGE(0x02, 0x02) AM_DEVREAD("soundlatch", generic_latch_8_device, read)
|
||||
AM_RANGE(0x04, 0x04) AM_READNOP // read only once at the start
|
||||
AM_RANGE(0x08, 0x09) AM_DEVWRITE("ym2413", ym2413_device, write)
|
||||
AM_RANGE(0x0c, 0x0c) AM_DEVWRITE("aysnd", ay8910_device, data_w)
|
||||
AM_RANGE(0x0e, 0x0e) AM_DEVWRITE("aysnd", ay8910_device, address_w)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
||||
Hana Kanzashi
|
||||
|
Loading…
Reference in New Issue
Block a user