summaryrefslogtreecommitdiff
path: root/6502/include/lcq
diff options
context:
space:
mode:
Diffstat (limited to '6502/include/lcq')
-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;