summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/ti_fdc.h
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2020-06-18 22:43:51 +0200
committer Michael Zapf <github@mizapf.de>2020-06-18 22:45:15 +0200
commit7bb325c78f39c8bcf74889b41705346667fbce7b (patch)
treebda22a9a1583201afc64de70401ca624d754e4e3 /src/devices/bus/ti99/peb/ti_fdc.h
parentb6d518f86b32271fcd9489239eae9d0255078112 (diff)
ti99: Retire custom READ8Z/SETADDRESS macro.
Diffstat (limited to 'src/devices/bus/ti99/peb/ti_fdc.h')
-rw-r--r--src/devices/bus/ti99/peb/ti_fdc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/ti99/peb/ti_fdc.h b/src/devices/bus/ti99/peb/ti_fdc.h
index 3a54e0e7c7e..8088fdf9010 100644
--- a/src/devices/bus/ti99/peb/ti_fdc.h
+++ b/src/devices/bus/ti99/peb/ti_fdc.h
@@ -28,11 +28,11 @@ class ti_fdc_device : public device_t, public device_ti99_peribox_card_interface
{
public:
ti_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;
// bool dvena_r();