| |
Pantaloon
Registered: Aug 2003 Posts: 124 |
Krill Loader & Open borders
I have problems while loading with Krills loader and at the same time have open upper & lower borders. As soon as i start to load the borders starts to flicker.
Note: i don't do anything else in the interrupt, just opening the upper & lower border.
Anyone have a clue why ? |
|
... 21 posts hidden. Click here to view all posts.... |
| |
Krill
Registered: Apr 2002 Posts: 2980 |
Now that i think about it, maybe i will add some code for the load under IO option, so the loader will have two getblock loops, one with and one without $01 writes, and choose either depending on the destination of the block to be downloaded from the drive. |
| |
Pantaloon
Registered: Aug 2003 Posts: 124 |
yeah :) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
Quote:maybe i will add some code for the load under IO option, so the loader will have two getblock loops, one with and one without $01 writes, and choose either depending on the destination of the block to be downloaded from the drive.
please, that might even allow me to use a non hacked version of the loader =) |
| |
Pantaloon
Registered: Aug 2003 Posts: 124 |
Krill, how long will that modification take ? :) |
| |
algorithm
Registered: May 2002 Posts: 705 |
Although, memory constraints aside, it may just be faster to load to another area, then do a quick memcopy via irq in segments (would take a few frames or so) which may be faster then loading directly to IO perhaps.
Great to have the feature of detection and adjust loader accordingly however instead of two loaders |
| |
Krill
Registered: Apr 2002 Posts: 2980 |
Quote: Krill, how long will that modification take ? :)
Effectively a few hours of work. I'll be on vacation for the next two weeks, but there'll be time to code. But two weeks should be alright, i hope? :) |
| |
Krill
Registered: Apr 2002 Posts: 2980 |
Quote: Quote:maybe i will add some code for the load under IO option, so the loader will have two getblock loops, one with and one without $01 writes, and choose either depending on the destination of the block to be downloaded from the drive.
please, that might even allow me to use a non hacked version of the loader =)
Heh, is your modification doing exactly that?
But for the next time, please tell me such things so i can add it to the code base and other users can benefit from it as well. |
| |
Pantaloon
Registered: Aug 2003 Posts: 124 |
nice :) 2 weeks is fine :) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
Quote:Heh, is your modification doing exactly that?
in a very ugly way - i compiled both versions, with some padding here and there... and patch the binary with the diffs =P |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
Quote:in a very ugly way - i compiled both versions, with some padding here and there... and patch the binary with the diffs =P
so now sit down and "binary patch" raydomat to create MUIFLI-output. (husch-husch) |
Previous - 1 | 2 | 3 | 4 - Next |