summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/myarcfdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/myarcfdc.h')
-rw-r--r--src/devices/bus/ti99/peb/myarcfdc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/ti99/peb/myarcfdc.h b/src/devices/bus/ti99/peb/myarcfdc.h
index 3a3c324d128..4a0293c8b24 100644
--- a/src/devices/bus/ti99/peb/myarcfdc.h
+++ b/src/devices/bus/ti99/peb/myarcfdc.h
@@ -31,11 +31,11 @@ class myarc_fdc_device : public device_t, public device_ti99_peribox_card_interf
public:
myarc_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8Z_MEMBER(readz) override;
+ void readz(offs_t offset, uint8_t *value) override;
void write(offs_t offset, uint8_t data) override;
- DECLARE_SETADDRESS_DBIN_MEMBER(setaddress_dbin) override;
+ void setaddress_dbin(offs_t offset, int state) override;
- DECLARE_READ8Z_MEMBER(crureadz) override;
+ void crureadz(offs_t offset, uint8_t *value) override;
void cruwrite(offs_t offset, uint8_t data) override;
private: