summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldp1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ldp1000.h')
-rw-r--r--src/devices/machine/ldp1000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/ldp1000.h b/src/devices/machine/ldp1000.h
index b3f420afb6e..2fd79a6a6fc 100644
--- a/src/devices/machine/ldp1000.h
+++ b/src/devices/machine/ldp1000.h
@@ -30,8 +30,8 @@ public:
sony_ldp1000_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// I/O operations TODO: both actually protected
- DECLARE_WRITE8_MEMBER( command_w );
- DECLARE_READ8_MEMBER( status_r );
+ void command_w(uint8_t data);
+ uint8_t status_r();
protected:
// device-level overrides