summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-12-01 19:21:22 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-12-01 19:21:22 -0500
commitac55cbc84dee9520f7f5afc54b2e015339f852be (patch)
treecef42658fda70f3a98b4373e630980f6a7124646
parent382253dea4f531a7eed12533c001327bf205d8a0 (diff)
is48x.cpp: Add more RAM to this space (nw)
-rw-r--r--src/mame/drivers/is48x.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/is48x.cpp b/src/mame/drivers/is48x.cpp
index 6de9194a742..ad223c26b40 100644
--- a/src/mame/drivers/is48x.cpp
+++ b/src/mame/drivers/is48x.cpp
@@ -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)