mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
twin16: fix audio cpu RAM size [Alex Jackson]
This commit is contained in:
parent
2339262125
commit
3034b503d8
@ -162,7 +162,7 @@ WRITE8_MEMBER(twin16_state::twin16_upd_start_w)
|
||||
|
||||
static ADDRESS_MAP_START( sound_map, AS_PROGRAM, 8, twin16_state )
|
||||
AM_RANGE(0x0000, 0x7fff) AM_ROM
|
||||
AM_RANGE(0x8000, 0x8fff) AM_RAM
|
||||
AM_RANGE(0x8000, 0x87ff) AM_RAM
|
||||
AM_RANGE(0x9000, 0x9000) AM_WRITE(twin16_upd_reset_w)
|
||||
AM_RANGE(0xa000, 0xa000) AM_READ(soundlatch_byte_r)
|
||||
AM_RANGE(0xb000, 0xb00d) AM_DEVREADWRITE("k007232", k007232_device, read, write)
|
||||
|
Loading…
Reference in New Issue
Block a user