summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti74.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-03-01 14:49:40 +0100
committer hap <happppp@users.noreply.github.com>2019-03-01 14:49:51 +0100
commitae00d7c0dabff1de4da3d964ff9221674d6ed164 (patch)
tree7545f7669a778634e2e96e48b91511bea1fec452 /src/mame/drivers/ti74.cpp
parent17fcc38a25415059e6b20d5d9b1f8c5e4ef81333 (diff)
tms1000: move tms0270 devcb binders to base class (nw)
Diffstat (limited to 'src/mame/drivers/ti74.cpp')
-rw-r--r--src/mame/drivers/ti74.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti74.cpp b/src/mame/drivers/ti74.cpp
index 99c85670ae0..a1ea72509dc 100644
--- a/src/mame/drivers/ti74.cpp
+++ b/src/mame/drivers/ti74.cpp
@@ -280,7 +280,7 @@ void ti74_state::main_map(address_map &map)
map.unmap_value_high();
map(0x1000, 0x1001).rw("hd44780", FUNC(hd44780_device::read), FUNC(hd44780_device::write));
map(0x2000, 0x3fff).ram().share("sysram.ic3");
- //AM_RANGE(0x4000, 0xbfff) // mapped by the cartslot
+ //map(0x4000, 0xbfff) // mapped by the cartslot
map(0xc000, 0xdfff).bankr("sysbank");
}