mirror of
https://github.com/st3fan/ewm.git
synced 2025-04-05 00:29:29 +00:00
Fixes #10 - Implement the BRK instruction
This commit is contained in:
parent
85c8204c1b
commit
b0972be3c8
1
cpu.h
1
cpu.h
@ -74,7 +74,6 @@ void cpu_add_iom(struct cpu_t *cpu, uint16_t start, uint16_t length, void *obj,
|
||||
void cpu_trace(struct cpu_t *cpu, uint8_t trace);
|
||||
|
||||
void cpu_reset(struct cpu_t *cpu);
|
||||
void cpu_brk(struct cpu_t *cpu);
|
||||
void cpu_irq(struct cpu_t *cpu);
|
||||
void cpu_nmi(struct cpu_t *cpu);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user