FInal opcodes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#define CPU_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
typedef struct {
|
||||
uint16_t ProgrammeCounter;
|
||||
@@ -29,6 +28,6 @@ typedef struct {
|
||||
|
||||
void initCPU(CPU *cpu);
|
||||
void resetCPU(CPU *cpu, uint8_t *rom);
|
||||
useconds_t runCycle(CPU *cpu, uint8_t *ram, uint8_t *rom);
|
||||
uint8_t runCycle(CPU *cpu, uint8_t *ram, uint8_t *rom);
|
||||
|
||||
#endif // CPU_H
|
||||
Reference in New Issue
Block a user