Tested more, this dosent slow down games, there just slow when doing a lot of stuff

This commit is contained in:
meepingsnesroms
2019-05-19 16:10:53 -07:00
parent 1d693ae10d
commit 3de2c67cae

View File

@@ -420,8 +420,6 @@ uint16_t dbvzGetRegister16(uint32_t address){
}
case PLLFSR:
//test this hack again
registerArrayWrite16(PLLFSR, registerArrayRead16(PLLFSR) ^ 0x8000);
return registerArrayRead16(PLLFSR);
//32 bit registers accessed as 16 bit