DylanSpeiser / Java-6502-Emulator

An emulator for Ben Eater's 65C02 computer written in Java.
47 stars 14 forks source link

Fails 6502 Test @ line 1289 #1

Closed DylanSpeiser closed 3 years ago

DylanSpeiser commented 3 years ago

When running tests program, it fails line 1289. Line 1289 is a method that sets a bit in the status register and it doesn't do that correctly. This is why it gets stuck after the branch instruction.

DylanSpeiser commented 3 years ago

Fixed. Flags were being stored in the wrong order.