X16Community / x16-rom

Other
43 stars 27 forks source link

20240329 edit basload trace #325

Closed stefan-b-jakobsson closed 3 weeks ago

stefan-b-jakobsson commented 5 months ago

There might be something not right here still. While running the editor, I can't see any source code being displayed anywhere for bank 13.

Yes, you can wait looking at this PR while I try to figure out what's going on.

mooinglemur commented 5 months ago

somehow this causes the resulting rom_lst.h to end up with this on line 229388:

/* $FFF0 */ "NATURE\"\n.byt \"basload\", appversion_major, appversion_minor, appversion_patch",

Which looks like it truncated the line that said .segment "SIGNATURE"

stefan-b-jakobsson commented 5 months ago

I fixed the truncating issue affecting only segment selection lines.

stefan-b-jakobsson commented 1 month ago

I revisited this code from March. It looks like the output is correct after the fix on March 30.