summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nmk112.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nmk112.cpp')
-rw-r--r--src/mame/machine/nmk112.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nmk112.cpp b/src/mame/machine/nmk112.cpp
index 1a4b52daea0..4de5062ac14 100644
--- a/src/mame/machine/nmk112.cpp
+++ b/src/mame/machine/nmk112.cpp
@@ -90,7 +90,7 @@ void nmk112_device::do_bankswitch( int offset, int data )
DEVICE HANDLERS
*****************************************************************************/
-WRITE8_MEMBER( nmk112_device::okibank_w )
+void nmk112_device::okibank_w(offs_t offset, u8 data)
{
if (m_current_bank[offset] != data)
do_bankswitch(offset, data);