Previous 199869 Revisions Next

r22805 Monday 13th May, 2013 at 13:13:40 UTC by smf
changed commented out code (nw)
[src/mame/drivers]chinagat.c

trunk/src/mame/drivers/chinagat.c
r22804r22805
370370//  AM_RANGE(0x8804, 0x8804) AM_WRITEONLY
371371//  AM_RANGE(0x8805, 0x8805) AM_WRITEONLY
372372
373//  AM_RANGE(0x8800, 0x8801) AM_DEVREADWRITE_LEGACY("ymsnd", ym2151_r, ym2151_w)
373//  AM_RANGE(0x8800, 0x8801) AM_DEVREADWRITE("ymsnd", ym2151_device, read, write)
374374//  AM_RANGE(0x9800, 0x9800) AM_DEVREADWRITE("oki", okim6295_device, read, write)
375375   AM_RANGE(0xA000, 0xA000) AM_READ(soundlatch_byte_r)
376376ADDRESS_MAP_END

Previous 199869 Revisions Next


© 1997-2024 The MAME Team