Apple II client/server for Raspberry Pi
Go to file
2022-08-26 01:30:36 +02:00
client
debian
docs
pidrive
pipico Added emulation of Apple2Pi card v6.x based on Raspberry Pi Pico - see https://github.com/a2retrosystems/A2retroNET 2022-08-25 10:30:18 +02:00
share Adjusted path to make install path. 2022-08-25 22:40:04 +02:00
src Added systemd registration to make install. 2022-08-25 22:38:40 +02:00
.gitignore
LICENSE.txt
Makefile
README.md Added brief fork description. 2022-08-26 01:30:36 +02:00

Apple II Pi

See the upstream repo for the original, full info.

Installing

  1. Flash Apple-II-Pi.uf2 to the Raspberry Pi Pico.

  2. Install Raspberry Pi OS.

  3. Execute

    sudo apt install libfuse-dev -y
    wget https://github.com/oliverschmidt/apple2pi/archive/refs/heads/master.zip -O apple2pi.zip
    unzip apple2pi.zip
    mv apple2pi-master apple2pi
    cd apple2pi
    make
    sudo make install
    
  4. Execute sudo systemctl start a2pi.service to run the Apple II Pi Daemon right away.

Using

  1. Start Apple II Pi either via cold boot or PR#n.

  2. Make sure to check out a2term in a Raspberry Pi shell.

Building

  1. Execute make in /pidrive (requires cc65.

  2. Build the project in /pipico (requires the Raspberry Pico C/C++ SDK).

  3. Execute make in /src.