summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ics2115.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ics2115.cpp')
-rw-r--r--src/devices/sound/ics2115.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/devices/sound/ics2115.cpp b/src/devices/sound/ics2115.cpp
index b754f18c716..2545d3f2f71 100644
--- a/src/devices/sound/ics2115.cpp
+++ b/src/devices/sound/ics2115.cpp
@@ -1,19 +1,19 @@
// license:BSD-3-Clause
// copyright-holders:Alex Marshall,nimitz,austere
/*
- ICS2115 by Raiden II team (c) 2010
- members: austere, nimitz, Alex Marshal
+ ICS2115 by Raiden II team (c) 2010
+ members: austere, nimitz, Alex Marshal
- Original driver by O. Galibert, ElSemi
+ Original driver by O. Galibert, ElSemi
- Use tab size = 4 for your viewing pleasure.
+ Use tab size = 4 for your viewing pleasure.
- TODO:
- - Implement Panning, Chip has support stereo
- - Verify BYTE/ROMEN pin behaviors
- - DRAM, DMA, MIDI interface is unimplemented
- - Verify interrupt, envelope, timer period
- - Verify unemulated registers
+ TODO:
+ - Implement Panning, Chip has support stereo
+ - Verify BYTE/ROMEN pin behaviors
+ - DRAM, DMA, MIDI interface is unimplemented
+ - Verify interrupt, envelope, timer period
+ - Verify unemulated registers
*/
#include "emu.h"