summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymz280b.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-07-15 21:31:22 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-07-15 21:31:22 +0000
commit6fd96d495479ee56ab118033be492927a7207dc3 (patch)
treef0604287923a1e42abc226854d852993f0db577c /src/emu/sound/ymz280b.h
parentee1a0535f591425910856db0fa8b85b2f38379d9 (diff)
Added 16-bits wide access function for the ymz280b sound chip core, needed by the upcoming Colorama driver submission [Angelo Salese]
Diffstat (limited to 'src/emu/sound/ymz280b.h')
-rw-r--r--src/emu/sound/ymz280b.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/ymz280b.h b/src/emu/sound/ymz280b.h
index f61622b95fc..2e9a1f38b91 100644
--- a/src/emu/sound/ymz280b.h
+++ b/src/emu/sound/ymz280b.h
@@ -22,6 +22,8 @@ struct _ymz280b_interface
READ8_DEVICE_HANDLER ( ymz280b_r );
WRITE8_DEVICE_HANDLER( ymz280b_w );
+READ16_DEVICE_HANDLER ( ymz280b_word_r );
+WRITE16_DEVICE_HANDLER( ymz280b_word_w );
DEVICE_GET_INFO( ymz280b );
#define SOUND_YMZ280B DEVICE_GET_INFO_NAME( ymz280b )