Compare commits

...

2 Commits

Author SHA1 Message Date
Oliver Schmidt 3b07e468bf
Added link to A2Pico. 2024-01-04 21:26:03 +01:00
Oliver Schmidt 6d1a268a94
Adjusted build instructions. 2024-01-04 21:17:19 +01:00
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,8 @@
# Apple II Pi
See the [upstream repo](https://github.com/dschmenk/apple2pi) for the original, full info.
1. See the [upstream repo](https://github.com/dschmenk/apple2pi) for the original, full info.
2. This fork is based on [A2Pico](https://github.com/oliverschmidt/a2pico).
## Installing
@ -27,8 +29,6 @@ See the [upstream repo](https://github.com/dschmenk/apple2pi) for the original,
## Building
1. Execute `make` in `/pidrive` (requires [cc65](https://cc65.github.io/)).
1. Build the project in `/pipico` (requires the [Raspberry Pico C/C++ SDK](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html)).
2. Build the project in `/pipico` (requires the [Raspberry Pico C/C++ SDK](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html)).
3. Execute `make` in `/src` (requires [libfuse-dev](https://packages.debian.org/en/sid/libfuse-dev)).
2. Execute `make` in `/src` (requires [libfuse-dev](https://packages.debian.org/en/sid/libfuse-dev)).