summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-12-12 19:10:15 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-12-12 19:10:15 +0100
commit52702e000775e52672bc39a30ab13e675d127bc0 (patch)
treefcb2be4f17ccea6ba4a2e543539c8eca09167049
parentb8777c5081317e34067750a32e5cc50496f0e24b (diff)
goldstar.cpp: make wcherry show RAM initialization screen (nw)
-rw-r--r--src/mame/drivers/goldstar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp
index 5f570f5568b..5bb866c66cf 100644
--- a/src/mame/drivers/goldstar.cpp
+++ b/src/mame/drivers/goldstar.cpp
@@ -733,13 +733,13 @@ void goldstar_state::wcherry_map(address_map &map)
map(0xf660, 0xf660).nopw(); //.w(FUNC(goldstar_state::output_w)); // unknown register: 0x3e
map(0xf670, 0xf670).w("snsnd", FUNC(sn76489_device::write)); /* guess... device is initialized, but doesn't seems to be used.*/
- map(0xf800, 0xffff).ram();
+ map(0xfc00, 0xffff).rom();
}
void goldstar_state::wcherry_readwriteport(address_map &map)
{
map.global_mask(0xff);
- }
+}
/* wcherry findings...