8 lines
207 B
C
8 lines
207 B
C
#pragma once
|
|
|
|
#include "memory_map.h"
|
|
#include "state.h"
|
|
|
|
uint16_t fetch(struct architectural_state * state, struct memory_map * map);
|
|
void step(struct architectural_state * state, struct memory_map * mem);
|