summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/64k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pet/64k.h')
-rw-r--r--src/devices/bus/pet/64k.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/pet/64k.h b/src/devices/bus/pet/64k.h
index 82f50cab77a..7cf03cd621b 100644
--- a/src/devices/bus/pet/64k.h
+++ b/src/devices/bus/pet/64k.h
@@ -33,9 +33,9 @@ protected:
virtual void device_reset() override;
// device_pet_expansion_card_interface overrides
- virtual int pet_norom_r(address_space &space, offs_t offset, int sel) override;
- virtual uint8_t pet_bd_r(address_space &space, offs_t offset, uint8_t data, int &sel) override;
- virtual void pet_bd_w(address_space &space, offs_t offset, uint8_t data, int &sel) override;
+ virtual int pet_norom_r(offs_t offset, int sel) override;
+ virtual uint8_t pet_bd_r(offs_t offset, uint8_t data, int &sel) override;
+ virtual void pet_bd_w(offs_t offset, uint8_t data, int &sel) override;
private:
inline uint8_t read_ram(offs_t offset);