summaryrefslogtreecommitdiff
path: root/6502/include/lcq/6502.h
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-07-10 14:48:59 -0400
committerLLLL Colonq <llll@colonq>2026-07-10 14:48:59 -0400
commitb6f00172b4e7045a14cebba0a7d4011528a28741 (patch)
tree0e5d90ea1bb56085f6b773d54f2f8fdbd90538e9 /6502/include/lcq/6502.h
parent9ba3ccd51d94e2db6920351eccb9050d1a2c41e1 (diff)
6502: More Lua bindings
Diffstat (limited to '6502/include/lcq/6502.h')
-rw-r--r--6502/include/lcq/6502.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/6502/include/lcq/6502.h b/6502/include/lcq/6502.h
index 4d20e26..3d10301 100644
--- a/6502/include/lcq/6502.h
+++ b/6502/include/lcq/6502.h
@@ -33,7 +33,7 @@ void l6502_mem_basic_new(l6502_mem *m);
typedef struct {
u16 pc;
- l6502_reg regs[L6502_REG__MARKER];
+ u8 regs[L6502_REG__MARKER];
l6502_mem mem;
} l6502_emu;