summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/prot_kof98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/prot_kof98.cpp')
-rw-r--r--src/devices/bus/neogeo/prot_kof98.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo/prot_kof98.cpp b/src/devices/bus/neogeo/prot_kof98.cpp
index 5f76d935e1a..528bb2bf691 100644
--- a/src/devices/bus/neogeo/prot_kof98.cpp
+++ b/src/devices/bus/neogeo/prot_kof98.cpp
@@ -81,7 +81,7 @@ void kof98_prot_device::decrypt_68k(uint8_t* cpurom, uint32_t cpurom_size)
The boards have an ALTERA chip (EPM7128SQC100-15) which is tied to 242-P1
***************************************************************/
-READ16_MEMBER(kof98_prot_device::protection_r)
+uint16_t kof98_prot_device::protection_r(offs_t offset)
{
if (m_prot_state == 1)
{
@@ -106,7 +106,7 @@ READ16_MEMBER(kof98_prot_device::protection_r)
/* when 0x20aaaa contains 0x0090 (word) then 0x100 (normally the neogeo header) should return 0x00c200fd worked out using real hw */
-WRITE16_MEMBER( kof98_prot_device::protection_w )
+void kof98_prot_device::protection_w(uint16_t data)
{
/* info from razoola */
switch (data)