summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2608intf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/2608intf.c')
-rw-r--r--src/emu/sound/2608intf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/sound/2608intf.c b/src/emu/sound/2608intf.c
index 42a41b6152d..5028a1d6ed8 100644
--- a/src/emu/sound/2608intf.c
+++ b/src/emu/sound/2608intf.c
@@ -226,7 +226,7 @@ ROM_START( ym2608 )
It was verified, using real YM2608, that this ADPCM stream produces 100% correct output signal.
*/
// see YM2608_ADPCM_ROM_addr table in fm.c for current sample offsets
- // original offset comments from Jarek:
+ // original offset comments from Jarek:
// offset 0:
/* Source: 01BD.ROM */
/* Length: 448 / 0x000001C0 */
@@ -257,5 +257,3 @@ const rom_entry *ym2608_device::device_rom_region() const
{
return ROM_NAME( ym2608 );
}
-
-