Apple II client/server for Raspberry Pi
Go to file
Oliver Schmidt e26dff7f5f Adjusted to the current A2retroNET hardware. 2023-07-15 20:13:23 +02:00
client Update Pi ROM signature to not conflict with Slinky RAM drivers 2021-05-12 15:44:01 -07:00
debian Update Pi ROM signature to not conflict with Slinky RAM drivers 2021-05-12 15:44:01 -07:00
docs Add files via upload 2020-04-09 08:53:18 -07:00
pidrive Update Serial Drive ROM signature to not conflict with Slinky RAM card 2021-05-12 15:48:47 -07:00
pipico Adjusted to the current A2retroNET hardware. 2023-07-15 20:13:23 +02:00
share Adjusted path to make install path. 2022-08-25 22:40:04 +02:00
src Avoid race condition. 2022-08-28 18:36:01 +02:00
.gitignore Fix FUSE create() 2014-02-04 15:28:36 -08:00
LICENSE.txt GPL 2013-05-27 20:51:25 -07:00
Makefile Version update 2021-05-09 19:07:00 -07:00
README.md Favor Git. 2022-08-29 13:59:39 +02:00

README.md

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 git libfuse-dev -y
    git clone https://github.com/oliverschmidt/apple2pi.git
    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 (requires libfuse-dev).