summaryrefslogtreecommitdiffstats
path: root/src/devices/sound/rp2c33_snd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/rp2c33_snd.cpp')
-rw-r--r--src/devices/sound/rp2c33_snd.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/devices/sound/rp2c33_snd.cpp b/src/devices/sound/rp2c33_snd.cpp
index d8d8bd2af82..15446374ac1 100644
--- a/src/devices/sound/rp2c33_snd.cpp
+++ b/src/devices/sound/rp2c33_snd.cpp
@@ -2,17 +2,17 @@
// copyright-holders:cam900, Brad Smith, Brezza
/***************************************************************************
- Ricoh RP2C33 Sound emulation
+ Ricoh RP2C33 Sound emulation
- Based on:
- - NSFplay github code by Brad Smith/Brezza
- - Information from NESDev wiki
- (https://wiki.nesdev.com/w/index.php/FDS_audio)
+ Based on:
+ - NSFplay github code by Brad Smith/Brezza
+ - Information from NESDev wiki
+ (https://wiki.nesdev.com/w/index.php/FDS_audio)
- TODO:
- - verify register behaviors
- - verify unknown read, writes
- - Lowpass filter?
+ TODO:
+ - verify register behaviors
+ - verify unknown read, writes
+ - Lowpass filter?
***************************************************************************/