mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-15 16:07:19 +00:00
6 lines
123 B
C
6 lines
123 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
void* unimplemented_instruction(State6502* state);
|
|
int emulate_6502_op(State6502* state);
|