summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim9810.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim9810.h')
-rw-r--r--src/devices/sound/okim9810.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/okim9810.h b/src/devices/sound/okim9810.h
index 4475b90f29d..f790e28c924 100644
--- a/src/devices/sound/okim9810.h
+++ b/src/devices/sound/okim9810.h
@@ -41,7 +41,7 @@ public:
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
- DECLARE_WRITE8_MEMBER( write_tmp_register );
+ DECLARE_WRITE8_MEMBER( tmp_register_w );
// serial read/write handlers
DECLARE_WRITE_LINE_MEMBER( serial_w );