summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fp200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fp200.cpp')
-rw-r--r--src/mame/drivers/fp200.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fp200.cpp b/src/mame/drivers/fp200.cpp
index 121cac00a63..86f78a66e1b 100644
--- a/src/mame/drivers/fp200.cpp
+++ b/src/mame/drivers/fp200.cpp
@@ -424,7 +424,7 @@ void fp200_state::fp200_map(address_map &map)
void fp200_state::fp200_io(address_map &map)
{
- map(0x00, 0xff).rw(this, FUNC(fp200_state::fp200_io_r), FUNC(fp200_state::fp200_io_w));
+ map(0x00, 0xff).rw(FUNC(fp200_state::fp200_io_r), FUNC(fp200_state::fp200_io_w));
}
INPUT_CHANGED_MEMBER(fp200_state::keyb_irq)