summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamtor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamtor.cpp')
-rw-r--r--src/mame/drivers/gamtor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gamtor.cpp b/src/mame/drivers/gamtor.cpp
index 94dfd96b8e5..7e00c6939b6 100644
--- a/src/mame/drivers/gamtor.cpp
+++ b/src/mame/drivers/gamtor.cpp
@@ -63,7 +63,7 @@ void gaminator_state::gaminator_map(address_map &map)
{
map(0x00000000, 0x07ffffff).rom();
map(0x08000000, 0x0bffffff).ram();
- map(0x1e040008, 0x1e04000b).w(this, FUNC(gaminator_state::gamtor_unk_w));
+ map(0x1e040008, 0x1e04000b).w(FUNC(gaminator_state::gamtor_unk_w));
map(0x20000000, 0x2003ffff).ram();