summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/prot_mslugx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/prot_mslugx.h')
-rw-r--r--src/devices/bus/neogeo/prot_mslugx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo/prot_mslugx.h b/src/devices/bus/neogeo/prot_mslugx.h
index 106bce3ad84..02243fff265 100644
--- a/src/devices/bus/neogeo/prot_mslugx.h
+++ b/src/devices/bus/neogeo/prot_mslugx.h
@@ -16,8 +16,8 @@ public:
// construction/destruction
mslugx_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
- DECLARE_WRITE16_MEMBER( protection_w );
- DECLARE_READ16_MEMBER( protection_r );
+ void protection_w(offs_t offset, uint16_t data);
+ uint16_t protection_r(address_space &space, offs_t offset);
protected:
virtual void device_start() override;