summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.h b/cpu.h
index 3002573..ed17432 100644
--- a/cpu.h
+++ b/cpu.h
@@ -72,7 +72,7 @@ void AXA(uint16_t arg);
72void AXS(uint16_t arg); 72void AXS(uint16_t arg);
73void DCP(uint16_t arg); 73void DCP(uint16_t arg);
74void DOP(uint16_t arg); 74void DOP(uint16_t arg);
75void ISC(uint16_t arg); 75void ISB(uint16_t arg);
76void KIL(uint16_t arg); 76void KIL(uint16_t arg);
77void LAR(uint16_t arg); 77void LAR(uint16_t arg);
78void LAX(uint16_t arg); 78void LAX(uint16_t arg);