Adjust AT28C64B.bin path.

This commit is contained in:
Oliver Schmidt 2024-02-09 21:50:05 +01:00 committed by Terence Boldt
parent aa5910cee8
commit ab601d0897
2 changed files with 3 additions and 3 deletions

View File

@ -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
)

View File

@ -3,4 +3,4 @@
.type firmware, %object
.balign 4
firmware:
.incbin "../../Apple2/AT28C64B.bin"
.incbin "../../RaspberryPi/driveimage/AT28C64B.bin"