mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
missed one (nw)
This commit is contained in:
parent
06c2692c9d
commit
4a80fb2d25
@ -363,7 +363,7 @@ static ADDRESS_MAP_START( spangbl_map, AS_PROGRAM, 8, mitchell_state )
|
||||
AM_RANGE(0xc000, 0xc7ff) AM_READWRITE(pang_paletteram_r, pang_paletteram_w) /* Banked palette RAM */
|
||||
AM_RANGE(0xc800, 0xcfff) AM_READWRITE(pang_colorram_r, pang_colorram_w) AM_SHARE("colorram")/* Attribute RAM */
|
||||
AM_RANGE(0xd000, 0xdfff) AM_READWRITE(pang_videoram_r, pang_videoram_w) AM_SHARE("videoram") /* Banked char / OBJ RAM */
|
||||
AM_RANGE(0xe000, 0xffff) AM_RAM AM_SHARE("ram") /* Work RAM */
|
||||
AM_RANGE(0xe000, 0xffff) AM_RAM AM_SHARE("nvram") /* Work RAM */
|
||||
ADDRESS_MAP_END
|
||||
|
||||
WRITE8_MEMBER(mitchell_state::sound_command_w)
|
||||
|
Loading…
Reference in New Issue
Block a user