summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xavix2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xavix2.cpp')
-rw-r--r--src/mame/drivers/xavix2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xavix2.cpp b/src/mame/drivers/xavix2.cpp
index e47bccf231b..085969d7e02 100644
--- a/src/mame/drivers/xavix2.cpp
+++ b/src/mame/drivers/xavix2.cpp
@@ -49,7 +49,7 @@ void xavix2_state::mem(address_map &map)
map(0x00200000, 0x00ffffff).rom().region("maincpu", 0x200000);
- map(0x01000000, 0x01ffffff).rom().region("maincpu", 0);
+ map(0x40000000, 0x40ffffff).rom().region("maincpu", 0);
}
uint32_t xavix2_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)