mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
whoops, that's what happens when you rush (nw)
This commit is contained in:
parent
5d2dae3db6
commit
1f62d6ecd1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user