Skip to content

Commit

Permalink
d_rallyx: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon authored Sep 1, 2024
1 parent f4daef7 commit e3ceeaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/burn/drv/pre90s/d_rallyx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2043,10 +2043,9 @@ static INT32 DrvScan(INT32 nAction, INT32 *pnMin)

if (rallyx) {
NamcoSoundScan(nAction, pnMin);
BurnSampleScan(nAction, pnMin);
}

BurnSampleScan(nAction, pnMin);

SCAN_VAR(DrvCPUFireIRQ);
SCAN_VAR(last_sound_irq);
SCAN_VAR(DrvCPUIRQVector);
Expand Down

0 comments on commit e3ceeaa

Please sign in to comment.