Skip to content

Commit

Permalink
Merge pull request cc65#2553 from sidneycadot/fix-remove-zregister
Browse files Browse the repository at this point in the history
Sim65: removed ZR register from CPURegs type.
  • Loading branch information
mrdudz authored Dec 3, 2024
2 parents a55d328 + 84c4ea0 commit 162bc6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sim65/6502.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ struct CPURegs {
unsigned AC; /* Accumulator */
unsigned XR; /* X register */
unsigned YR; /* Y register */
unsigned ZR; /* Z register */
unsigned SR; /* Status register */
unsigned SP; /* Stackpointer */
unsigned PC; /* Program counter */
Expand Down

0 comments on commit 162bc6b

Please sign in to comment.