summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymdeltat.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-05-17 14:36:35 +1000
committer Vas Crabb <vas@vastheman.com>2017-05-17 14:37:05 +1000
commit1f62d6ecd1d1891cc5bcddd9ced2c1daa1cbbb08 (patch)
tree5f378dd7898aad7163a0d2d67dae49ec21c55bda /src/devices/sound/ymdeltat.cpp
parent5d2dae3db6030a0162ba74947393fa53a4850d2f (diff)
whoops, that's what happens when you rush (nw)
Diffstat (limited to 'src/devices/sound/ymdeltat.cpp')
-rw-r--r--src/devices/sound/ymdeltat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymdeltat.cpp b/src/devices/sound/ymdeltat.cpp
index ad94bab5fa7..29e05b4ef9e 100644
--- a/src/devices/sound/ymdeltat.cpp
+++ b/src/devices/sound/ymdeltat.cpp
@@ -204,7 +204,7 @@ value: START, REC, MEMDAT, REPEAT, SPOFF, x,x,RESET meaning:
portstate = v & (0x80|0x40|0x20|0x10|0x01); /* start, rec, memory mode, repeat flag copy, reset(bit0) */
- if (portstate & 0x8 )/* START,REC,MEMDATA,REPEAT,SPOFF,--,--,RESET */
+ if (portstate & 0x80)/* START,REC,MEMDATA,REPEAT,SPOFF,--,--,RESET */
{
/* set PCM BUSY bit */
PCM_BSY = 1;