1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-15 23:29:40 +00:00
emu6502/cpu.h

6 lines
123 B
C
Raw Normal View History

2019-04-13 20:00:37 +00:00
#pragma once
#include "types.h"
void* unimplemented_instruction(State6502* state);
int emulate_6502_op(State6502* state);