summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coleco/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coleco/std.h')
-rw-r--r--src/devices/bus/coleco/std.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coleco/std.h b/src/devices/bus/coleco/std.h
index 7ee221502a7..6e0c5206ada 100644
--- a/src/devices/bus/coleco/std.h
+++ b/src/devices/bus/coleco/std.h
@@ -33,7 +33,7 @@ protected:
virtual void device_start() override;
// device_colecovision_expansion_card_interface overrides
- virtual uint8_t bd_r(address_space &space, offs_t offset, uint8_t data, int _8000, int _a000, int _c000, int _e000) override;
+ virtual uint8_t bd_r(offs_t offset, uint8_t data, int _8000, int _a000, int _c000, int _e000) override;
};