Stubbed emulator
This commit is contained in:
15
pat80-emulator/README.md
Normal file
15
pat80-emulator/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Pat80 emulator
|
||||
|
||||
## 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
|
||||
|
||||
Enter the `build` directory and run `make`
|
||||
|
||||
## Usage
|
Reference in New Issue
Block a user