[WHERE TO FIND]PROTEUS for ZX81

General games-related topics
JARC
Posts: 2
Joined: Wed Jun 24, 2020 7:19 pm

Re: [WHERE TO FIND]PROTEUS for ZX81

Post by JARC »

:|
From Argentina

Czerweny CZ1500 game included
Attachments
Proteus.p
(10.27 KiB) Downloaded 267 times
User avatar
mrtinb
Posts: 1910
Joined: Fri Nov 06, 2015 5:44 pm
Location: Denmark
Contact:

Re: [WHERE TO FIND]PROTEUS for ZX81

Post by mrtinb »

It's one of those games from South America, where you need to set your ZX81 to "NTSC". Because on "PAL" the game is simply too fast.

Copyright Microsoft 1983 -- well is it THAT Microsoft?
Martin
https://zx.rtin.be
ZX81, Lambda 8300, Commodore 64, Mac G4 Cube
User avatar
kmurta
Posts: 305
Joined: Tue Sep 01, 2009 5:04 am
Location: Belo Horizonte - BR
Contact:

Re: [WHERE TO FIND]PROTEUS for ZX81

Post by kmurta »

mrtinb wrote: Thu Jun 25, 2020 1:20 pm It's one of those games from South America, where you need to set your ZX81 to "NTSC". Because on "PAL" the game is simply too fast.
At the end of the game a screen is displayed where you can select the game speed, select "LENTO = 8". But it is still fast on "PAL" machines. The ideal is to find the address where to insert the waiting code.
mrtinb wrote: Thu Jun 25, 2020 1:20 pm Copyright Microsoft 1983 -- well is it THAT Microsoft?
No, it was the software division of Microdigital, manufacturer of the TK82C, TK83 and TK85 (ZX81 clones). Later they changed the name to "Multisoft", probably due to a complaint from that Microsoft. ;)

http://zx81.eu5.org/microsoft.htm
1 x ZX81, 2 x TK85 , 1 TK82C, 1 TK95, 1 x Alphacom 32 printer, 1 x ZXpand
ZeXtender board, Joy81 - Programmable Joystick Controller, Turbo Sound 81
http://zx81.eu5.org
https://toddysoftware.itch.io/
User avatar
kmurta
Posts: 305
Joined: Tue Sep 01, 2009 5:04 am
Location: Belo Horizonte - BR
Contact:

Re: [WHERE TO FIND]PROTEUS for ZX81

Post by kmurta »

kmurta wrote: Thu Jun 25, 2020 8:38 pm
mrtinb wrote: Thu Jun 25, 2020 1:20 pm It's one of those games from South America, where you need to set your ZX81 to "NTSC". Because on "PAL" the game is simply too fast.
At the end of the game a screen is displayed where you can select the game speed, select "LENTO = 8". But it is still fast on "PAL" machines. The ideal is to find the address where to insert the waiting code.
Here are the addresses to change the speed of the game:

SLOW = 25384
NORMAL = 20074
FAST = 21744

The original values are 5, 3 and 1, respectively (which are fast even on NTSC).

For "PAL" I think the values 14, 12 and 10 are acceptable ;)

So, stop the game after loading and type in:

POKE 25384,14
POKE 20074,12
POKE 21744,10

then type RAND USR 23334 to select the velocity and start the game.

To make the changes permanent, change line 2:

2 RAND USR 23334

and save the game with GOTO 3.
1 x ZX81, 2 x TK85 , 1 TK82C, 1 TK95, 1 x Alphacom 32 printer, 1 x ZXpand
ZeXtender board, Joy81 - Programmable Joystick Controller, Turbo Sound 81
http://zx81.eu5.org
https://toddysoftware.itch.io/
JARC
Posts: 2
Joined: Wed Jun 24, 2020 7:19 pm

Re: [WHERE TO FIND]PROTEUS for ZX81

Post by JARC »

:)
Very good work. Congratulations.

Regards kmurta...!
Post Reply