summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rm380z.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rm380z.cpp')
-rw-r--r--src/mame/drivers/rm380z.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rm380z.cpp b/src/mame/drivers/rm380z.cpp
index eb06ff91f3a..673c6ae5c09 100644
--- a/src/mame/drivers/rm380z.cpp
+++ b/src/mame/drivers/rm380z.cpp
@@ -88,7 +88,7 @@ RM480Z has the speaker fitted
===
-Memory map from sevice manual:
+Memory map from service manual:
PAGE SEL bit in PORT0 set to 0:
@@ -180,7 +180,7 @@ void rm380z_state::rm380z_mem(address_map &map)
map(0xf600, 0xf9ff).rom().region(RM380Z_MAINCPU_TAG, 0x1000); /* Extra ROM space for COS4.0 */
map(0xfa00, 0xfaff).ram();
map(0xfb00, 0xfbff).rw(FUNC(rm380z_state::port_read), FUNC(rm380z_state::port_write));
- map(0xfc00, 0xffff).rw(FUNC(rm380z_state::hiram_read), FUNC(rm380z_state::hiram_write));
+ map(0xfc00, 0xffff).ram().share("hiram");
}
void rm380z_state::rm380z_io(address_map &map)