mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-21 11:31:56 +00:00
Add binaries for building assember
This commit is contained in:
parent
4dad13c607
commit
d1bdaef2a6
BIN
.cicd/ProDOS-Utilities
Executable file
BIN
.cicd/ProDOS-Utilities
Executable file
Binary file not shown.
BIN
.cicd/ca65
Executable file
BIN
.cicd/ca65
Executable file
Binary file not shown.
BIN
.cicd/ld65
Executable file
BIN
.cicd/ld65
Executable file
Binary file not shown.
11
.github/workflows/asm.yml
vendored
11
.github/workflows/asm.yml
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user