From b6f00172b4e7045a14cebba0a7d4011528a28741 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 10 Jul 2026 14:48:59 -0400 Subject: 6502: More Lua bindings --- 6502/include/lcq/6502.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '6502/include') 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; -- cgit v1.3.1