Spectrum hebdogiciel.fr programmes

Other Computers and Game Systems

Moderator: Moderators

Post Reply
User avatar
AntiPontifex
High Performance Typist
Posts: 472
Joined: Sat Nov 08, 2014 2:08 pm

Spectrum hebdogiciel.fr programmes

Post by AntiPontifex »

After some tinkering, I have completed one Spectrum programme (thank you, XavSnap) from this
collection.

"Cinema," is now available on hebdogiciel.fr for download. As a result, future completed type-ins
for Spectrum will be noted in this thread.

#2 Cinema is available here:

http://www.hebdogiciel.fr/spectrum.htm

Next up: #3 Editeur de pleine page
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

"Cinéma" Hebdogiciel#2 from AntiPontifex.
TAP and TZX files format.
Image
upload available here.
Last edited by xavier on Tue Dec 29, 2015 6:18 pm, edited 1 time in total.
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

"Editeur pleine page" Hebdogiciel#3 from AntiPontifex.
TAP and TZX files format.
Image
upload available here.
Last edited by xavier on Tue Dec 29, 2015 6:18 pm, edited 1 time in total.
User avatar
AntiPontifex
High Performance Typist
Posts: 472
Joined: Sat Nov 08, 2014 2:08 pm

Re: Spectrum hebdogiciel.fr programmes

Post by AntiPontifex »

As you can see, I submitted #3 Editeur to XavSnap and it is now
posted.

Next up: #4 Tour de Hanoi
User avatar
AntiPontifex
High Performance Typist
Posts: 472
Joined: Sat Nov 08, 2014 2:08 pm

Re: Spectrum hebdogiciel.fr programmes

Post by AntiPontifex »

I have just submitted #4 Tower of Hanoi to XavSnap; it should
be posted soon.

Next: #6 TIRMOTS
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

"Tour de Hanoï" Hebdogiciel#4 from AntiPontifex.
TAP and TZX files format.
Image
upload available here.
Last edited by xavier on Tue Dec 29, 2015 6:19 pm, edited 1 time in total.
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

AntiPontifex wrote:As you can see, I submitted #3 Editeur to XavSnap and it is now
posted.
Next up: #4 Tour de Hanoi
:mrgreen:
Sorry AntiPontifex !
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

"CavAttack" Hebdogiciel#10 from XavSnap.
TAP and TZX files format.
Image
upload available here.
Last edited by xavier on Tue Dec 29, 2015 6:19 pm, edited 1 time in total.
User avatar
AntiPontifex
High Performance Typist
Posts: 472
Joined: Sat Nov 08, 2014 2:08 pm

Re: Spectrum hebdogiciel.fr programmes

Post by AntiPontifex »

I've just sent Tirmots to XavSnap; I've had trouble compiling it, so here's hoping
XavSnap has more success than I have!

Next up: #7 Biorythmes
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

"TirMots" Hebdogiciel#6 from AntiPontifex.
TAP and TZX files format.
Image
upload available here.
I've just sent Tirmots to XavSnap; I've had trouble compiling it, so here's hoping
XavSnap has more success than I have!
:shock:
AntiPontifex! Tu as corrigé une faute d'orthographe "volontaire" dans le programme.
Ton français va être meilleur que le mien, si tu commences à tout écrire en bon français!!!
:oops:
had trouble compiling it
It was built to a 16k Spectrum (UDG location) !
I just change the UDG address to let it work on 16 and 48kb Spectrum.
Have Fun.
:D
Last edited by xavier on Tue Dec 29, 2015 6:19 pm, edited 1 time in total.
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

How to display graphics characters?

On a Spectrum there's no way to know witch character is used in a listing!
You had to fill the UDG (User Defined Graphics) memory segment and display all graphics characters, in an emulator.
On a 16K Spectrum, UDG Datas are located at he top memory (32 600), but this offset is moved upper if it's a 48k Spectrum!
Just get the true UDG address offset by using a LET udg=PEEK 23675+256*PEEK 23676

And add this line:
9998 PRINT"ABCDEFGHIJKLMNO"
9999 PRINT"\a\b\c\d\e\f\g\h\i\j\k\l\m\n\o"
"\" will compile the next character as a graphic character.
Note: 9999 line number it the top! Only 4 characters are used to label a line.

Launch the program to reinit the character set, and "break" (shift+space bar) to list the program.
"K" + "9998" = LIST 9998
scr1.jpg
scr1.jpg (17.05 KiB) Viewed 3055 times
Note:
If the loaded program was not launched, all graphic chars are display using alphanumeric codes.
"\a" equal a (shift+"9", and a "A") on the keyboard.
Type shift+"9" to retrieve the normal cursor.

Just save a screen shot, to freeze the graphic character table...
And reedit the text program, to change all unknown Spectrum characters by the proper code.
Up character is the right letter to use instead of user char.
There's only 15 characters in this example! But, more characters can be used!

Have Fun...
:D
User avatar
AntiPontifex
High Performance Typist
Posts: 472
Joined: Sat Nov 08, 2014 2:08 pm

Re: Spectrum hebdogiciel.fr programmes

Post by AntiPontifex »

I have submitted Biorythmes to XavSnap; it has a slight bug, but it should be posted
forthwith.

Next up: #8 Crash Cosmique
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

"Biorythmes" Hebdogiciel#7 from AntiPontifex.
TAP and TZX files format.
Image
upload available here.
Last edited by xavier on Tue Dec 29, 2015 6:20 pm, edited 1 time in total.
User avatar
AntiPontifex
High Performance Typist
Posts: 472
Joined: Sat Nov 08, 2014 2:08 pm

Re: Spectrum hebdogiciel.fr programmes

Post by AntiPontifex »

I've just submitted a buggy Crash Cosmique to XavSnap;
it will be posted soon on hebdogiciel.fr

Next up: #9 Full Poker
xavier
Vic 20 Nerd
Posts: 981
Joined: Wed Jan 07, 2015 2:20 pm
Location: France

Re: Spectrum hebdogiciel.fr programmes

Post by xavier »

"Crash Cosmique" Hebdogiciel#8 from AntiPontifex.
TAP and TZX files format.
Image
upload available here.
Last edited by xavier on Tue Dec 29, 2015 6:20 pm, edited 1 time in total.
Post Reply