r16/emu/cpu/instruction.h
2024-04-19 10:08:32 +00:00

9 lines
158 B
C

#ifndef EMU_CPU_INSTRUCTION_H
#define EMU_CPU_INSTRUCTION_H
#include "../cpu_const.h"
#include "./ram.h"
#include "./register.h"
#include "./stack.h"
#endif