summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/corvushd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/corvushd.h')
-rw-r--r--src/devices/machine/corvushd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/corvushd.h b/src/devices/machine/corvushd.h
index 868d98678fb..fddffa0e432 100644
--- a/src/devices/machine/corvushd.h
+++ b/src/devices/machine/corvushd.h
@@ -30,9 +30,9 @@ public:
// construction/destruction
corvus_hdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
- DECLARE_READ8_MEMBER( status_r );
+ uint8_t read();
+ void write(uint8_t data);
+ uint8_t status_r();
protected:
// device-level overrides