Un-ignore software/asm/, software/tools/, and software/roms/ so that CI/CD builds on Jenkins can assemble Z80 ROMs, TZFS, and CP/M from source. Previously these files were only available on the dev machine. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
200 B
NASM
6 lines
200 B
NASM
; Configurable parameters.
|
|
BUILDVERSION EQU 0 ; Build original IPL ROM.
|
|
;BUILDVERSION EQU 1 ; Build enhanced tranZPUter IPL ROM.
|
|
|
|
INCLUDE "mz2000_ipl.asm"
|