9 lines
99 B
C++
9 lines
99 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace z80
|
|
{
|
|
void reset(uint8_t* mem);
|
|
void step();
|
|
} |