ikonko / otla

Automatically exported from code.google.com/p/otla
0 stars 0 forks source link

ZX Spectrum long programs cannot be converted to speedloading #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
- Long program will load to memory part where is speedloader located

What is the expected output? What do you see instead?
- load program successfuly

What version of the product are you using? On what operating system?
- Otla 2.2.0 , ZX Spectrum, Didaktik Gama and Didaktik M(zx spectrum clones)

Please provide any additional information below.
If possible, create loader by following way:
assume the speedloader is on address 60000
1) loader will: speedload the screen$, then speedload the data to address 59999
2) now we should have 2 options :
   a) - move the loader to screen$ space (16384) and continue to speedload
of splitted block from 60000 address till end, and then run the game
   b) - clear address space behind 60000 and use routinne for normal
loading speed to load last block.

Original issue reported on code.google.com by wlc...@gmail.com on 29 Nov 2009 at 10:12

GoogleCodeExporter commented 8 years ago
Sorry I tried older version, the files with new version didnt overwrite the old 
one 
(bad firewall settings and answer), please consider this issue as faulty one.

Original comment by wlc...@gmail.com on 30 Nov 2009 at 7:19