- [NEW] load binary to memory from inside or as arguments to exe

- Trying berserk
This commit is contained in:
2024-04-25 06:41:35 +02:00
parent b05ce14a95
commit 7eb5df248f
7 changed files with 65 additions and 6 deletions

2
z80.h
View File

@@ -21,4 +21,6 @@ namespace z80
uint16_t getIY();
uint16_t getSP();
uint16_t getPC();
void setPC(const uint16_t addr);
}