summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ep64/exdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ep64/exdos.h')
-rw-r--r--src/devices/bus/ep64/exdos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ep64/exdos.h b/src/devices/bus/ep64/exdos.h
index b437c56eb50..fc8600f3aaa 100644
--- a/src/devices/bus/ep64/exdos.h
+++ b/src/devices/bus/ep64/exdos.h
@@ -31,8 +31,8 @@ public:
// construction/destruction
ep64_exdos_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read();
+ void write(uint8_t data);
protected:
// device-level overrides