mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-23 21:31:04 +00:00
6951ff78d7
The Raspberry Pi Pico is connected to the Linux computer via its USB port, so every Linux computer with USB 1.1 ACM CDC virtual serial port (usually exposed as /dev/ttyACM0) support can be used. For the Apple2Pi card v6.x see https://youtu.be/WHq4d5E-5p8?t=1083
7 lines
131 B
ArmAsm
7 lines
131 B
ArmAsm
.section .time_critical.firmware
|
|
.global firmware
|
|
.type firmware, %object
|
|
.balign 4
|
|
firmware:
|
|
.incbin "../../pidrive/PIROM#062000"
|