harbaum / NanoMig

Amiga Minimig ported to the Tang Nano 20k FPGA
65 stars 4 forks source link

Planet-Rocklobster - crash during loading #8

Open darius600 opened 1 week ago

darius600 commented 1 week ago

Please don’t worry I won’t post every demo that crashes. :)

However this one might give a hint since the source code of the loader is available here: https://github.com/AxisOxy/Planet-Rocklobster/blob/master/demo/framework/loader.asm (no Blitter used)

Status:

In the loader code there are some busy waits, e.g.: btst #1,$1f(a6) ; wait until data read

And scan-line-based waiting using the LdrWait function