summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/h89.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/h89.cpp')
-rw-r--r--src/mame/drivers/h89.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/h89.cpp b/src/mame/drivers/h89.cpp
index c8da36109f1..88985d48b1e 100644
--- a/src/mame/drivers/h89.cpp
+++ b/src/mame/drivers/h89.cpp
@@ -84,7 +84,7 @@ void h89_state::h89_io(address_map &map)
// the H19 code could be connected and ran
// as a separate thread.
// AM_RANGE(0xf0, 0xf1) // ports defined on the H8 - on the H89, access to these addresses causes a NMI
- map(0xf2, 0xf2).w(this, FUNC(h89_state::port_f2_w)).portr("SW501");
+ map(0xf2, 0xf2).w(FUNC(h89_state::port_f2_w)).portr("SW501");
// AM_RANGE(0xf3, 0xf3) // ports defined on the H8 - on the H89, access to these addresses causes a NMI
}