From 2bfe0b338151569a176b70d9b511721c385eeaf1 Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Sun, 8 Apr 2018 15:03:08 -0400 Subject: multipcm notes (nw) --- src/devices/sound/multipcm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devices/sound/multipcm.cpp b/src/devices/sound/multipcm.cpp index b61df9c1b4f..dab667234ab 100644 --- a/src/devices/sound/multipcm.cpp +++ b/src/devices/sound/multipcm.cpp @@ -1,7 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Miguel Angel Horna /* - * Yamaha YMW-258-F (aka Sega 315-5560) emulation. + * Yamaha YMW-258-F 'GEW8' (aka Sega 315-5560) emulation. * * by Miguel Angel Horna (ElSemi) for Model 2 Emulator and MAME. * Information by R. Belmont and the YMF278B (OPL4) manual. @@ -19,6 +19,7 @@ * * The first sample ROM contains a variable length table with 12 * bytes per instrument/sample. This is very similar to the YMF278B. + * This sample format might be derived from the one used by the older YM7138 'GEW6' chip. * * The first 3 bytes are the offset into the file (big endian). (0, 1, 2) * The next 2 are the loop start offset into the file (big endian) (3, 4) -- cgit v1.2.3