Skip to content

Commit 9845723

Browse files
committed
pgm2_run: typo
1 parent 87c1a81 commit 9845723

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/burn/drv/pgm2/pgm2_run.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,6 +2025,7 @@ INT32 pgm2Exit()
20252025
pPgm2InitCallback = NULL;
20262026
pPgm2ResetCallback = NULL;
20272027
pPgm2ScanCallback = NULL;
2028+
Pgm2ArmRomIndex = 1;
20282029
Pgm2CardRomIndex = -1;
20292030
for (int i = 0; i < 4; i++) Pgm2PerSlotCardIndex[i] = -1;
20302031
memset(Pgm2CardAuthenticated, 0, sizeof(Pgm2CardAuthenticated));

0 commit comments

Comments
 (0)