mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
is48x.cpp: Add more RAM to this space (nw)
This commit is contained in:
parent
382253dea4
commit
ac55cbc84d
@ -69,6 +69,7 @@ void is48x_state::bcp_inst_map(address_map &map)
|
||||
void is48x_state::bcp_data_map(address_map &map)
|
||||
{
|
||||
map(0x0000, 0x7fff).ram(); // W24257S-70LL
|
||||
map(0xc000, 0xffff).ram();
|
||||
}
|
||||
|
||||
static INPUT_PORTS_START(is482)
|
||||
|
Loading…
Reference in New Issue
Block a user