summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trs80dt1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trs80dt1.cpp')
-rw-r--r--src/mame/drivers/trs80dt1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trs80dt1.cpp b/src/mame/drivers/trs80dt1.cpp
index ae417e08c72..788e7a698b1 100644
--- a/src/mame/drivers/trs80dt1.cpp
+++ b/src/mame/drivers/trs80dt1.cpp
@@ -9,7 +9,7 @@ Tandy's Data Terminal.
Skeleton driver commenced on 2017-10-25.
Core bugs noted:
-- If AM_REGION used to locate the main rom in another region, validation
+- If region() used to locate the main rom in another region, validation
complains that region ':maincpu' not found.
- If region 'maincpu' changed to 0x1000 (same size as the rom), a fatal error
of duplicate save state occurs at start.