summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/prot_mslugx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/prot_mslugx.cpp')
-rw-r--r--src/devices/bus/neogeo/prot_mslugx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo/prot_mslugx.cpp b/src/devices/bus/neogeo/prot_mslugx.cpp
index 650d595bf87..04b785514a5 100644
--- a/src/devices/bus/neogeo/prot_mslugx.cpp
+++ b/src/devices/bus/neogeo/prot_mslugx.cpp
@@ -32,7 +32,7 @@ void mslugx_prot_device::device_reset()
Also found is a QFP144 chip labeled with 0103 - function unknown
***************************************************************/
-WRITE16_MEMBER( mslugx_prot_device::protection_w )
+void mslugx_prot_device::protection_w(offs_t offset, uint16_t data)
{
switch (offset)
{
@@ -60,7 +60,7 @@ WRITE16_MEMBER( mslugx_prot_device::protection_w )
}
-READ16_MEMBER( mslugx_prot_device::protection_r )
+uint16_t mslugx_prot_device::protection_r(address_space &space, offs_t offset)
{
uint16_t res = 0;