summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.h
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2019-02-03 16:24:17 +0900
committer cam900 <dbtlrchl@naver.com>2019-02-03 16:24:17 +0900
commitde347d7fdb4bdc3d897888b21875520f3b208dd2 (patch)
tree658e73373d3a8799b116b9b00b1cae2e418cad87 /src/devices/sound/k054539.h
parent56f204c00bdb90b85aa3ac36a2619a46816f8b27 (diff)
k054539.cpp : Reduce unnecessary arguments in handlers
mystwarr.cpp : Reduce duplicate, unused runtime tag lookup, unnecessary address map rungun.cpp : Reduce unnecessary address map tmnt.cpp : Reduce unnecessary handler zr107.cpp : Reduce unnecessary address map
Diffstat (limited to 'src/devices/sound/k054539.h')
-rw-r--r--src/devices/sound/k054539.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h
index ebc117d494c..9e7bafdb0fc 100644
--- a/src/devices/sound/k054539.h
+++ b/src/devices/sound/k054539.h
@@ -44,8 +44,8 @@ public:
set_analog_callback(cb_delegate(callback, name, nullptr, static_cast<FunctionClass *>(nullptr)));
}
- DECLARE_WRITE8_MEMBER(write);
- DECLARE_READ8_MEMBER(read);
+ void write(offs_t offset, u8 data);
+ u8 read(offs_t offset);
void init_flags(int flags);