9 lines
143 B
C
9 lines
143 B
C
|
#ifndef EMU_CPU_H
|
||
|
#define EMU_CPU_H
|
||
|
|
||
|
#include "cpu_const.h"
|
||
|
#include "cpu/ram.h"
|
||
|
#include "cpu/register.h"
|
||
|
#include "cpu/instruction.h"
|
||
|
|
||
|
#endif
|