diff options
author | 2016-06-22 22:00:37 +0200 | |
---|---|---|
committer | 2016-06-22 22:00:58 +0200 | |
commit | 0ee8b0ee738e7548a41f62d25c9049d93622c74b (patch) | |
tree | 11c8bbbdfa532f5bb2fb19cfebd3e5839641944d | |
parent | 32a75e7ae44c148a08b464f327b3549c95e388d0 (diff) |
fix (nw)
-rw-r--r-- | src/mame/video/abc1600.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/abc1600.cpp b/src/mame/video/abc1600.cpp index 4b928d76635..2c947d5772a 100644 --- a/src/mame/video/abc1600.cpp +++ b/src/mame/video/abc1600.cpp @@ -80,7 +80,7 @@ ADDRESS_MAP_END static ADDRESS_MAP_START( mover_map, AS_0, 16, abc1600_mover_device ) - AM_RANGE(0x00000, 0x7ffff) AM_RAM + AM_RANGE(0x00000, 0x3ffff) AM_RAM ADDRESS_MAP_END |