summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pofo/rom.h')
-rw-r--r--src/devices/bus/pofo/rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pofo/rom.h b/src/devices/bus/pofo/rom.h
index 6df19402a36..eab0ff1fde4 100644
--- a/src/devices/bus/pofo/rom.h
+++ b/src/devices/bus/pofo/rom.h
@@ -35,7 +35,7 @@ protected:
// device_portfolio_memory_card_slot_interface overrides
virtual bool cdet() override { return 0; }
- virtual uint8_t nrdi_r(offs_t offset) override;
+ virtual uint8_t nrdi_r(address_space &space, offs_t offset) override;
};