From fe3df18ab009dd77d8ed49b3251b13eeab6d315b Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 13 Nov 2017 13:16:32 -0500 Subject: okim6295: Note (nw) --- src/devices/sound/okim6295.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/devices/sound/okim6295.cpp b/src/devices/sound/okim6295.cpp index 78bf872af3d..ada0497a82b 100644 --- a/src/devices/sound/okim6295.cpp +++ b/src/devices/sound/okim6295.cpp @@ -35,6 +35,11 @@ ???? abcd = one bit per voice, set to 0 if nothing is playing, or 1 if it is active + OKI Semiconductor produced this chip in two package variants. The + 44-pin QFP version, MSM6295GS, is the original one and by far the most + common. The 42-pin DIP version, MSM6295VRS, is missing A17 and RD, + which limits its ROM addressing to one megabit instead of two. + ***************************************************************************/ #include "emu.h" -- cgit v1.2.3