summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pofo/ram.h')
-rw-r--r--src/devices/bus/pofo/ram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/pofo/ram.h b/src/devices/bus/pofo/ram.h
index 9d126b51a2c..2c19f807816 100644
--- a/src/devices/bus/pofo/ram.h
+++ b/src/devices/bus/pofo/ram.h
@@ -42,8 +42,8 @@ protected:
// device_portfolio_memory_card_slot_interface overrides
virtual bool cdet() override { return 0; }
- virtual uint8_t nrdi_r(address_space &space, offs_t offset) override;
- virtual void nwri_w(address_space &space, offs_t offset, uint8_t data) override;
+ virtual uint8_t nrdi_r(offs_t offset) override;
+ virtual void nwri_w(offs_t offset, uint8_t data) override;
};