Comença a funcionar

This commit is contained in:
2024-04-09 14:30:47 +02:00
parent 84fdb68a70
commit d1982fc8b5
5 changed files with 183 additions and 14 deletions

4
z80.h
View File

@@ -5,5 +5,7 @@
namespace z80
{
void reset(uint8_t* mem);
void step();
void connect_port(int num, int (*in_ptr)(), void (*out_ptr)(int));
uint32_t step();
uint16_t getPC();
}