ddenlovr.cpp: fixed MT05900 (nw)

This commit is contained in:
Ivan Vangelista 2017-07-06 10:10:36 +02:00 committed by GitHub
parent 33b04cec42
commit 445028aedf

View File

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