mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-08-15 18:27:20 +00:00
Gotta generate header for emulation functions from CSV.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#ifndef _EMULATION_H_
|
||||
#define _EMULATION_H_
|
||||
|
||||
#include "rk65c02.h"
|
||||
#include "instruction.h"
|
||||
|
||||
void emul_and(rk65c02emu_t *, instruction_t *);
|
||||
void emul_lda(rk65c02emu_t *, instruction_t *);
|
||||
void emul_nop(rk65c02emu_t *, instruction_t *);
|
||||
void emul_pha(rk65c02emu_t *, instruction_t *);
|
||||
void emul_pla(rk65c02emu_t *, instruction_t *);
|
||||
void emul_stp(rk65c02emu_t *, instruction_t *);
|
||||
|
||||
#endif /* _EMULATION_H_*/
|
||||
|
Reference in New Issue
Block a user