Title Screen Data Load
-
- Posts: 16
- Joined: Mon Jul 22, 2024 7:29 pm
Re: Title Screen Data Load
Amazing - almost there but part of the screen is not overwriting?
There should be a dice top left and the box top right is not covering the title page
There should be a dice top left and the box top right is not covering the title page
Re: Title Screen Data Load
Hi,
I had to add a CLS, from Mark's release. (UDG moved to able to use it on a 16k Spectrum)
Text and compiler: Full compiler (XavSnap release): Have fun !
I had to add a CLS, from Mark's release. (UDG moved to able to use it on a 16k Spectrum)
Text and compiler: Full compiler (XavSnap release): Have fun !
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
-
- Posts: 16
- Joined: Mon Jul 22, 2024 7:29 pm
Re: Title Screen Data Load
Hello Xavier,
Thanks so much - although you have made a few stylistic changes that I would prefer to keep as they were written even if it means it does not run on 16K because some of the text is now appearing hard up against the bottom border and looks messy, also you added a border to the menu - I guess I will have to learn to compile it myself and turn it into a TAP.
On that point I assume you complied the two files on a PC or similar?
I entered the original program just using BASIC on the Next in 128K mode and I assume you cannot join a .SCR with the Z80 file on ZX hardware?
Always learning!
Best,
Jason
Thanks so much - although you have made a few stylistic changes that I would prefer to keep as they were written even if it means it does not run on 16K because some of the text is now appearing hard up against the bottom border and looks messy, also you added a border to the menu - I guess I will have to learn to compile it myself and turn it into a TAP.
On that point I assume you complied the two files on a PC or similar?
I entered the original program just using BASIC on the Next in 128K mode and I assume you cannot join a .SCR with the Z80 file on ZX hardware?
Always learning!
Best,
Jason
Re: Title Screen Data Load
No problem!
Just get the Mark release and add a CLS at to start.
The Z80 is, in fact, a Z81 format on ZX81 emulator. It's a memory snap in text ascii mode.
To add a BASIC file to an exotic file (binary or SCR), you had to save a master TAP with this files.
Copy this TAP to MyPRG_temp.TAP, and use the "m" command argument to add the compiled BASIC files.
In case of update, erase this file and copy this master file again.
Have a look to other "zmakebas" release for various platforms (LINUX,UNIX,IOS...):
https://github.com/z00m128/zmakebas
https://zgedneil.nfshost.com/zmakebas.html
(...)
Just get the Mark release and add a CLS at to start.
The Z80 is, in fact, a Z81 format on ZX81 emulator. It's a memory snap in text ascii mode.
To add a BASIC file to an exotic file (binary or SCR), you had to save a master TAP with this files.
Copy this TAP to MyPRG_temp.TAP, and use the "m" command argument to add the compiled BASIC files.
In case of update, erase this file and copy this master file again.
Have a look to other "zmakebas" release for various platforms (LINUX,UNIX,IOS...):
https://github.com/z00m128/zmakebas
https://zgedneil.nfshost.com/zmakebas.html
(...)
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
- 1024MAK
- Posts: 5526
- Joined: Mon Sep 26, 2011 10:56 am
- Location: Looking forward to summer in Somerset, UK...
- Contact:
Re: Title Screen Data Load
I used two emulators. Spectaculator and Eightyone. Eightyone wouldn't load the .z80 file for some reason. But it has the advantage of being able to edit TAP files.
I can add a CLS and re-do it if you want.
Mark
I can add a CLS and re-do it if you want.
Mark
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp
Standby alert 
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb
Spring approaching...
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp


There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb

Spring approaching...
Re: Title Screen Data Load

- Attachments
-
- FF.z80.zip
- (10.46 KiB) Downloaded 2254 times
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
-
- Posts: 16
- Joined: Mon Jul 22, 2024 7:29 pm
Re: Title Screen Data Load
Hello!
Will check this latest version this evening!
To be totally honest I have not done anything outside of the BASIC environment on NEXT hardware or FUSE emulator but even then just to type in the listings.
Planning to start a new project soon so sure will learn more as I go.
Thanks again for your time on this.
Jason
Will check this latest version this evening!
To be totally honest I have not done anything outside of the BASIC environment on NEXT hardware or FUSE emulator but even then just to type in the listings.
Planning to start a new project soon so sure will learn more as I go.
Thanks again for your time on this.
Jason
-
- Posts: 114
- Joined: Thu Apr 23, 2020 6:02 am
- Location: Minneapolis, MN
-
- Posts: 16
- Joined: Mon Jul 22, 2024 7:29 pm
Re: Title Screen Data Load
Thank you - my first bit of feedback and it's positive!