djh0ffman / PT1210

PT-1210 Amiga DJ Software
44 stars 4 forks source link

Screen initialization issues on the ASM source #30

Closed kikendo closed 5 years ago

kikendo commented 6 years ago

When you boot straight to PT-1210 and you remove the splash screen (like I had or test purposes), in OS2.x+, the program will not initialize the screen properly because the display initialization code seems to be in the display code of the splash screen.

This never happens on OS 1.x because it will always open a shell screen when booting off a startup-sequence. "Fix"was for me to output to shell so it would open the screen before booting the program (with like an echo comand).

This will probably get squashed with the refactoring but I thought I'd mention it in case anyone lands on it.

djh0ffman commented 5 years ago

so fixed!