summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k054539.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/k054539.c')
-rw-r--r--src/emu/sound/k054539.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/sound/k054539.c b/src/emu/sound/k054539.c
index 8c3a782afda..99667233549 100644
--- a/src/emu/sound/k054539.c
+++ b/src/emu/sound/k054539.c
@@ -63,14 +63,14 @@ void k054539_device::static_set_interface(device_t &device, const k054539_interf
22d: Data read/write port
22e: ROM/RAM select (00..7f == ROM banks, 80 = Reverb RAM)
22f: Global control:
- .......x - Enable PCM
- ......x. - Timer related?
- ...x.... - Enable ROM/RAM readback from 0x22d
- ..x..... - Timer output enable?
- x....... - Disable register RAM updates
-
- The chip has an optional 0x8000 byte reverb buffer.
- The reverb delay is actually an offset in this buffer.
+ .......x - Enable PCM
+ ......x. - Timer related?
+ ...x.... - Enable ROM/RAM readback from 0x22d
+ ..x..... - Timer output enable?
+ x....... - Disable register RAM updates
+
+ The chip has an optional 0x8000 byte reverb buffer.
+ The reverb delay is actually an offset in this buffer.
*/
void k054539_device::init_flags(int _flags)
@@ -440,7 +440,7 @@ WRITE8_MEMBER(k054539_device::write)
cur_limit = data == 0x80 ? 0x4000 : 0x20000;
cur_ptr = 0;
break;
-
+
case 0x22f:
if (!(data & 0x20)) // Disable timer output?
{
@@ -537,4 +537,4 @@ void k054539_device::device_start()
void k054539_device::device_reset()
{
m_timer->enable(false);
-} \ No newline at end of file
+}