summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k007232.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k007232.cpp')
-rw-r--r--src/devices/sound/k007232.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/devices/sound/k007232.cpp b/src/devices/sound/k007232.cpp
index a0adfb0d788..8e141206b99 100644
--- a/src/devices/sound/k007232.cpp
+++ b/src/devices/sound/k007232.cpp
@@ -6,20 +6,20 @@
/*
Changelog, Hiromitsu Shioya 02/05/2002
- fixed start address decode timing. (sample loop bug.)
+ fixed start address decode timing. (sample loop bug.)
Changelog, Mish, August 1999:
- Removed interface support for different memory regions per channel.
- Removed interface support for differing channel volume.
+ Removed interface support for different memory regions per channel.
+ Removed interface support for differing channel volume.
- Added bankswitching.
- Added support for multiple chips.
+ Added bankswitching.
+ Added support for multiple chips.
- (NB: Should different memory regions per channel be needed, the bankswitching function can set this up).
+ (NB: Should different memory regions per channel be needed, the bankswitching function can set this up).
Chanelog, Nicola, August 1999:
- Added Support for the k007232_VOL() macro.
- Added external port callback, and functions to set the volume of the channels
+ Added Support for the k007232_VOL() macro.
+ Added external port callback, and functions to set the volume of the channels
*/
@@ -27,8 +27,8 @@
#include "k007232.h"
#include "wavwrite.h"
-#define K007232_LOG_PCM (0)
-#define BASE_SHIFT (12)
+#define K007232_LOG_PCM (0)
+#define BASE_SHIFT (12)
DEFINE_DEVICE_TYPE(K007232, k007232_device, "k007232", "K007232 PCM Controller")