mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-03 09:47:26 +00:00
YM2151: Nuked 30xx
This commit is contained in:
parent
c69f366942
commit
75ad701986
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void DivPlatformArcade::acquire_nuked(short** buf, size_t len) {
|
|||
if (delay<=0 && !writes.empty() && !fm.write_busy) {
|
||||
QueuedWrite& w=writes.front();
|
||||
if (w.addr==0xfffffffe) {
|
||||
delay=w.val;
|
||||
delay=w.val*2;
|
||||
writes.pop_front();
|
||||
} else if (w.addrOrVal) {
|
||||
OPM_Write(&fm,1,w.val);
|
||||
|
|
Loading…
Reference in a new issue