summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tankbust.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tankbust.cpp')
-rw-r--r--src/mame/drivers/tankbust.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tankbust.cpp b/src/mame/drivers/tankbust.cpp
index 75fd2e791a7..5476548e37b 100644
--- a/src/mame/drivers/tankbust.cpp
+++ b/src/mame/drivers/tankbust.cpp
@@ -204,7 +204,7 @@ void tankbust_state::main_map(address_map &map)
map(0xe803, 0xe803).rw(FUNC(tankbust_state::some_changing_input), FUNC(tankbust_state::soundlatch_w)); /*unknown. Game expects this to change so this is not player input */
map(0xe804, 0xe804).nopw(); /* watchdog ? ; written in long-lasting loops */
map(0xf000, 0xf7ff).ram();
- //AM_RANGE(0xf800, 0xffff) AM_READ(read_from_unmapped_memory) /* a bug in game code ? */
+ //map(0xf800, 0xffff).r(FUNC(tankbust_state::read_from_unmapped_memory)); /* a bug in game code ? */
}
void tankbust_state::port_map_cpu2(address_map &map)