2025-01-28 08:59:53 +01:00
|
|
|
# Pat80 emulator
|
|
|
|
|
2025-02-14 09:32:22 +01:00
|
|
|

|
|
|
|
|
2025-01-28 08:59:53 +01:00
|
|
|
## Setup
|
|
|
|
|
|
|
|
Install the required Z80 emulator by redcode following the instructions for your Linux distribution at https://github.com/redcode/Z80
|
|
|
|
Make sure to install not only the `libz80` package, but also `libz80-dev`.
|
|
|
|
|
|
|
|
Create the build directory: `mkdir build`
|
|
|
|
Create the makefile with cmake: `cd build && cmake ..`
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
2025-01-29 07:12:11 +01:00
|
|
|
Enter the `build` directory and run `make`.
|
|
|
|
An executable file named `pat80-emulator` is created.
|
2025-01-28 08:59:53 +01:00
|
|
|
|
|
|
|
## Usage
|
2025-01-29 07:12:11 +01:00
|
|
|
|
|
|
|
Enter the `build` directory
|
|
|
|
Run `./pat80-emulator`
|