diff options
| author | vin <git@vineetk.net> | 2024-07-04 15:06:15 -0400 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2024-07-04 15:06:15 -0400 |
| commit | e1cdd7386807050bdd7db7debb902425a78e2970 (patch) | |
| tree | d304c8a346d8ca991c83525cf9c3a0814469791d /cpu.h | |
| parent | 4ccf9f5cee97c8c2191660a5632ab2da60757f97 (diff) | |
implement all of the nestest unofficial opcodes and fix branch cycles
Diffstat (limited to 'cpu.h')
| -rw-r--r-- | cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -72,7 +72,7 @@ void AXA(uint16_t arg); | |||
| 72 | void AXS(uint16_t arg); | 72 | void AXS(uint16_t arg); |
| 73 | void DCP(uint16_t arg); | 73 | void DCP(uint16_t arg); |
| 74 | void DOP(uint16_t arg); | 74 | void DOP(uint16_t arg); |
| 75 | void ISC(uint16_t arg); | 75 | void ISB(uint16_t arg); |
| 76 | void KIL(uint16_t arg); | 76 | void KIL(uint16_t arg); |
| 77 | void LAR(uint16_t arg); | 77 | void LAR(uint16_t arg); |
| 78 | void LAX(uint16_t arg); | 78 | void LAX(uint16_t arg); |
