New ZX81 Games
Re: New ZX81 Games
If that ROM uses some sysvar that could be the problem.
I only allow
DFILE
LASTK
FRAMES and
CDFLAG
Rest is used as code
I only allow
DFILE
LASTK
FRAMES and
CDFLAG
Rest is used as code
Re: New ZX81 Games
Which other of your games uses the same sysvars? I would like to check whether it runs on my ZXNU ..
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
http://zx81.ddns.net/ZxTeaM
Re: New ZX81 Games
Latest version with option to do a CLS
- Attachments
-
- GOL-cls.zip
- (9.96 KiB) Downloaded 430 times
Re: New ZX81 Games
Cubimaze works as expedted and does not crash ...
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
http://zx81.ddns.net/ZxTeaM
Re: New ZX81 Games
But GOL starts and creates a blanc inverted screen in 2 steps? First leaving corners, the clear corners?
If so then game loads ok. And then pressing a key (latest version NEWLINE/SPACE) gives the cursor?
And THEN setting a colony with Z gives a crash?
Re: New ZX81 Games
Yes
NOthe clear corners?
No cursor, no (visible) reaction on any key (except "Z"': crash)If so then game loads ok. And then pressing a key (latest version NEWLINE/SPACE) gives the cursor?
And THEN setting a colony with Z gives a crash?
AFAIK the Bigbang rom has a modified "CLS"-routine to clear an expanded screen faster (stores the state of the un/expanded screen in a bit in a system variable).
And the "scroll" routine is modified to not create a compressed line at the bottom of the screen.
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
http://zx81.ddns.net/ZxTeaM
Re: New ZX81 Games
Well, I don't use CLS from the ROM.
Very weird that not even a cursor appears since that test is only reading LASTK.
So the game does create an inverse screen?
Make video of what happens. Then I can determine where it goes wrong.
Very weird that not even a cursor appears since that test is only reading LASTK.
So the game does create an inverse screen?
Make video of what happens. Then I can determine where it goes wrong.
Re: New ZX81 Games
Here it is ():
https://youtu.be/oL-BFEbadu8
https://youtu.be/oL-BFEbadu8
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
http://zx81.ddns.net/ZxTeaM
Re: New ZX81 Games
I see only 1 loop working properly (corners do not erase)
so somehow after the first loop the second is not run.
This is possible if LASTK is somehow effected.
It could be that LASTK is the sysvar used by the ROM.
Can I see the ROM somewhere?
so somehow after the first loop the second is not run.
This is possible if LASTK is somehow effected.
It could be that LASTK is the sysvar used by the ROM.
Can I see the ROM somewhere?