summaryrefslogtreecommitdiff
path: root/emu/6502.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/6502.h')
-rw-r--r--emu/6502.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/6502.h b/emu/6502.h
index 22da89f..baefd0f 100644
--- a/emu/6502.h
+++ b/emu/6502.h
@@ -59,7 +59,7 @@ enum {
TXS_IMPL = 0x9A
};
-void cpu_6502_init( cpu_6502_t *cpu, bus_t *bus );
+void cpu_6502_init( cpu_6502_t *cpu, bus_t *bus, bool initialize );
void cpu_6502_reset( cpu_6502_t *cpu );
uint8_t cpu_6502_read_byte( cpu_6502_t *cpu, uint16_t addr );
uint16_t cpu_6502_read_word( cpu_6502_t *cpu, uint16_t addr );