mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-02-19 06:31:25 +00:00
Adjust AT28C64B.bin path.
This commit is contained in:
parent
aa5910cee8
commit
ab601d0897
@ -18,11 +18,11 @@ FetchContent_Declare(a2pico
|
||||
)
|
||||
FetchContent_MakeAvailable(a2pico)
|
||||
|
||||
set_source_files_properties(incbin.S OBJECT_DEPENDS ../../Apple2/AT28C64B.bin)
|
||||
set_source_files_properties(incbin.S OBJECT_DEPENDS ../../RaspberryPi/driveimage/AT28C64B.bin)
|
||||
add_custom_command(
|
||||
WORKING_DIRECTORY ../../Apple2
|
||||
COMMAND ./assemble.sh 1
|
||||
OUTPUT ../../Apple2/AT28C64B.bin
|
||||
OUTPUT ../../RaspberryPi/driveimage/AT28C64B.bin
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
|
@ -3,4 +3,4 @@
|
||||
.type firmware, %object
|
||||
.balign 4
|
||||
firmware:
|
||||
.incbin "../../Apple2/AT28C64B.bin"
|
||||
.incbin "../../RaspberryPi/driveimage/AT28C64B.bin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user