mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
fixed MT07017 (nw)
This commit is contained in:
parent
2b08a910fe
commit
c9afdde8fd
@ -2241,8 +2241,8 @@ void galaxian_state::kingball_sound_map(address_map &map)
|
||||
{
|
||||
map.unmap_value_high();
|
||||
map.global_mask(0x3fff);
|
||||
map(0x0000, 0x1fff).rom();
|
||||
map(0x0000, 0x03ff).mirror(0x1c00).ram();
|
||||
map(0x0000, 0x1fff).rom();
|
||||
}
|
||||
|
||||
void galaxian_state::kingball_sound_portmap(address_map &map)
|
||||
|
Loading…
Reference in New Issue
Block a user