Add binaries for building assember

This commit is contained in:
Terence Boldt 2021-10-31 13:48:09 -04:00
parent 4dad13c607
commit d1bdaef2a6
5 changed files with 4 additions and 11 deletions

BIN
.cicd/ProDOS-Utilities Executable file

Binary file not shown.

BIN
.cicd/ca65 Executable file

Binary file not shown.

BIN
.cicd/ld65 Executable file

Binary file not shown.

View File

@ -13,16 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up cc65
run: |
cd ..
git clone https://github.com/cc65/cc65.git
cd cc65
make
cp bin/ca65 ../Apple2-IO-RPi/Apple2
- name: Build
- name: Build firmare
run: |
export PATH=$PATH:$(pwd)/.cicd
cd Apple2
./assemble.sh

View File

@ -49,5 +49,5 @@ rm MenuFirmware.bin
rm CommandFirmware.bin
rm FileAccessFirmware.bin
../../ProDOS-Utilities/ProDOS-Utilities -d ../RaspberryPi/Apple2-IO-RPi.hdv -c put -i AT28C64B.bin -p /APPLE2.IO.RPI/AT28C64B.BIN
../../ProDOS-Utilities/ProDOS-Utilities -d ../RaspberryPi/Apple2-IO-RPi.hdv -c ls
ProDOS-Utilities -d ../RaspberryPi/Apple2-IO-RPi.hdv -c put -i AT28C64B.bin -p /APPLE2.IO.RPI/AT28C64B.BIN
ProDOS-Utilities -d ../RaspberryPi/Apple2-IO-RPi.hdv -c ls