summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coco12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/coco12.cpp')
-rw-r--r--src/mame/drivers/coco12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/coco12.cpp b/src/mame/drivers/coco12.cpp
index 3fb12d89c6e..22e3d9e27a2 100644
--- a/src/mame/drivers/coco12.cpp
+++ b/src/mame/drivers/coco12.cpp
@@ -403,7 +403,7 @@ MACHINE_CONFIG_END
void coco_state::coco_floating_map(address_map &map)
{
- map(0x0000, 0xFFFF).r(this, FUNC(coco_state::floating_bus_read));
+ map(0x0000, 0xFFFF).r(FUNC(coco_state::floating_bus_r));
}