summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti89.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti89.cpp')
-rw-r--r--src/mame/drivers/ti89.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti89.cpp b/src/mame/drivers/ti89.cpp
index 0f8c58c3bda..6b37c068f80 100644
--- a/src/mame/drivers/ti89.cpp
+++ b/src/mame/drivers/ti89.cpp
@@ -239,7 +239,7 @@ ADDRESS_MAP_START(ti68k_state::ti89t_mem)
AM_RANGE(0x600000, 0x6fffff) AM_READWRITE(ti68k_io_r, ti68k_io_w)
AM_RANGE(0x700000, 0x70ffff) AM_READWRITE(ti68k_io2_r, ti68k_io2_w)
AM_RANGE(0x800000, 0xbfffff) AM_READWRITE(flash_r, flash_w)
- AM_RANGE(0xbf0000, 0xffffff) AM_NOP
+ AM_RANGE(0xc00000, 0xffffff) AM_NOP
ADDRESS_MAP_END