Fix startup problem due to uninitialized memory.

This commit is contained in:
Chris Hodges 2025-01-17 19:59:10 +01:00
parent 124c467c93
commit d8234f23db

View File

@ -108,6 +108,7 @@ trackmo_AppInit:
move.l #ft_SIZEOF,d0
bsr fw_AllocFast
move.l a0,fw_TrackloaderTask(a6)
clr.l ft_USP(a0)
ENDC
moveq.l #mfw_copperlistend-mfw_copperlist,d0