Machine and cpu boilerplate code for libZ80

This commit is contained in:
2025-01-29 07:12:11 +01:00
parent e136bfef33
commit 6778f54f11
3 changed files with 152 additions and 7 deletions

View File

@@ -10,6 +10,10 @@ Create the makefile with cmake: `cd build && cmake ..`
## Build
Enter the `build` directory and run `make`
Enter the `build` directory and run `make`.
An executable file named `pat80-emulator` is created.
## Usage
Enter the `build` directory
Run `./pat80-emulator`