Hamazing/source/hamazing/hd_launcher.asm

18 lines
476 B
NASM
Raw Normal View History

2023-05-22 16:17:35 +02:00
opt p+,o+
include "hdtrackmo_settings.i"
NEWAGE_DEBUG = 1 ; enable for UAE warp exit on start with debug detail enabled
CHIPMEM_SIZE = 469*1024 ; maximum chip memory use for whole demo
FASTMEM_SIZE = 458*1024 ; maximum fast memory use for whole demo
include "framework.i"
include "framework.asm"
2023-05-22 16:17:35 +02:00
entrypoint:
include "trackmo_script.asm"
section "diskimage",data
diskimage:
incbin "build/hddemo.adf"