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 3b3d50b90bb..e47bccf231b 100644
--- a/src/mame/drivers/xavix2.cpp
+++ b/src/mame/drivers/xavix2.cpp
@@ -45,7 +45,7 @@ private:
void xavix2_state::mem(address_map &map)
{
- map(0x00000000, 0x000003ff).ram();
+ map(0x00000000, 0x00001fff).ram();
map(0x00200000, 0x00ffffff).rom().region("maincpu", 0x200000);