1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 17:29:50 +00:00

Sim65: removed ZR register from CPURegs type.

This commit is contained in:
Sidney Cadot 2024-12-03 01:17:44 +01:00
parent a55d328e78
commit 84c4ea062d

View File

@ -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 */