Hi everybody,
Has anyone ever seen / made a progress animation during a file load from disk on the MSX 2?
I'm thinking of the following file sector reading construction.
file s = sector 100 - 200
So the ' s ' could be used in a ' next s ' loop, so you would have 100 steps for an animation.
I know that it will slow down the files loading proces, but i'm wondering if it can be done.
If you want to make it full automatic, I think you first need to figure out the total amount and the physical location of the sectors from the file.
Each sector needs to be put in the ram / vram and when done loading it needs to be executed.
How would this code look like in Basic?
Aangemeld of registreer om reacties te plaatsen