diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-10 14:48:59 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-10 14:48:59 -0400 |
| commit | b6f00172b4e7045a14cebba0a7d4011528a28741 (patch) | |
| tree | 0e5d90ea1bb56085f6b773d54f2f8fdbd90538e9 /6502/include | |
| parent | 9ba3ccd51d94e2db6920351eccb9050d1a2c41e1 (diff) | |
6502: More Lua bindings
Diffstat (limited to '6502/include')
| -rw-r--r-- | 6502/include/lcq/6502.h | 2 |
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; |
