summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wangpckb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wangpckb.cpp')
-rw-r--r--src/mame/machine/wangpckb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wangpckb.cpp b/src/mame/machine/wangpckb.cpp
index 41aa630bb7a..26c26b7204d 100644
--- a/src/mame/machine/wangpckb.cpp
+++ b/src/mame/machine/wangpckb.cpp
@@ -102,7 +102,7 @@ void wangpc_keyboard_device::wangpc_keyboard_io(address_map &map)
{
//AM_RANGE(0x0000, 0xfeff) AM_READNOP
map(0x47, 0x58).mirror(0xff00).nopr();
- map(0x00, 0x00).mirror(0xff00).w(SN76496_TAG, FUNC(sn76496_device::write));
+ map(0x00, 0x00).mirror(0xff00).w(SN76496_TAG, FUNC(sn76496_device::command_w));
}