is48x.cpp: Add more RAM to this space (nw)

This commit is contained in:
AJR 2019-12-01 19:21:22 -05:00
parent 382253dea4
commit ac55cbc84d

View File

@ -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)