whoops, that's what happens when you rush (nw)

This commit is contained in:
Vas Crabb 2017-05-17 14:36:35 +10:00
parent 5d2dae3db6
commit 1f62d6ecd1

View File

@ -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;