Skip to content

Commit

Permalink
Try again (amadvance#131)
Browse files Browse the repository at this point in the history
* Try again

* Fix the call
  • Loading branch information
arcadez2003 authored Apr 11, 2024
1 parent ffc3984 commit ec65276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/pacman.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,10 @@ MACHINE_RESET( mspactwin )
rom[0x6000+A+1] = BITSWAP8(rom[0x6000+A+1] ^ 0xA3, 2, 4, 6, 3, 7, 0, 5, 1);
}
firstrun=1;
memory_set_decrypted_region(0,0,0,decrypted_opcodes);
memory_set_decrypted_region(0, 0x0000, 0x1fff, decrypted_opcodes);
}
else
memory_set_decrypted_region(0,0,0,decrypted_opcodes);
memory_set_decrypted_region(0, 0x0000, 0x1fff, decrypted_opcodes);
}

/*************************************
Expand Down

0 comments on commit ec65276

Please sign in to comment.