summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/sp0256.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/sp0256.cpp')
-rw-r--r--src/devices/sound/sp0256.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/sp0256.cpp b/src/devices/sound/sp0256.cpp
index 9e5a95441e3..f009516a807 100644
--- a/src/devices/sound/sp0256.cpp
+++ b/src/devices/sound/sp0256.cpp
@@ -759,7 +759,7 @@ void sp0256_device::bitrevbuff(UINT8 *buffer, unsigned int start, unsigned int l
/* ======================================================================== */
UINT32 sp0256_device::getb( int len )
{
- UINT32 data = 0;
+ UINT32 data;
UINT32 d0, d1;
/* -------------------------------------------------------------------- */
@@ -822,8 +822,8 @@ void sp0256_device::micro()
UINT8 immed4;
UINT8 opcode;
UINT16 cr;
- int ctrl_xfer = 0;
- int repeat = 0;
+ int ctrl_xfer;
+ int repeat;
int i, idx0, idx1;
/* -------------------------------------------------------------------- */