Search found 308 matches

by jgerrie
Mon Aug 02, 2021 11:06 pm
Forum: Classics
Topic: SUNRISE OVER BETHSELAMINE
Replies: 19
Views: 5304

Re: SUNRISE OVER BETHSELAMINE

"Sunrise Over Bethselamine"-->Another program converted to the MC-10. Many bug fixes and spelling and grammar corrections.

For a complete listing of the code look for the highest numbered "SUNRISE" file here: https://github.com/jggames/trs80mc10/tree/master/quicktype/Text%20Adventures/Sunrise

And ...
by jgerrie
Mon Aug 02, 2021 10:45 pm
Forum: Classics
Topic: Another Classic Ported to TRS-80 MC-10
Replies: 210
Views: 266982

Re: Another Classic Ported to TRS-80 MC-10

"Sunrise Over Bethselamine"-->Another program converted to the MC-10. Many bug fixes and spelling and grammar corrections.

For a complete walkthrough see: https://youtu.be/4Rpj5X2KrGc
by jgerrie
Sun Aug 01, 2021 11:50 pm
Forum: Classics
Topic: SUNRISE OVER BETHSELAMINE
Replies: 19
Views: 5304

Re: SUNRISE OVER BETHSELAMINE

I think
1540 G(F)=0:FORX=FTOGT:G(F)=G(F+1):NEXTX:GT=GT-1:GOTO500
should be
1540 G(F)=0:FORX=FTOGT:G( X )=G( X +1):NEXTX:GT=GT-1:GOTO500

This should solve your problem of disappearing items and double items. It is the routine for using the rope. When it tries to remove the rope from the inventory ...
by jgerrie
Sun Aug 01, 2021 1:28 pm
Forum: Classics
Topic: SUNRISE OVER BETHSELAMINE
Replies: 19
Views: 5304

Re: SUNRISE OVER BETHSELAMINE

Baldir,

What are the two bugs that you found?

Jim
by jgerrie
Sun Aug 01, 2021 7:11 am
Forum: Classics
Topic: SUNRISE OVER BETHSELAMINE
Replies: 19
Views: 5304

Re: SUNRISE OVER BETHSELAMINE

The shenanigans with the missing items might be occurring at
650 IFF=1ORF=4ORF=7ORF=10THENIFRND(2)=1THENXX=RND(3):IFR(C(5),XX)<>0THENC(5)=R(C(5),XX)

I'd try this

650 IFF=1ORF=4ORF=7ORF=10THEN REM IFRND(2)=1THENXX=RND(3):IFR(C(5),XX)<>0THENC(5)=R(C(5),XX)

to see if your missing item problem ...
by jgerrie
Sun Aug 01, 2021 6:57 am
Forum: Classics
Topic: SUNRISE OVER BETHSELAMINE
Replies: 19
Views: 5304

Re: SUNRISE OVER BETHSELAMINE

That is some messed up code.

Original:

1050 IF X=43 THEN FOR F=1 TO 10: IF G(F)=22 THEN W=1
1051 IF X=43 THEN IF G(F)=7 THEN W=1
1052 IF X=43 THEN IF G(F)=22 THEN WW=1: IF X=43 THEN NEXT F
1057 IF X=43 AND W=0 THEN PRINT "YOU DONT HAVE THE COMLINK": GOTO520
1060 IF X=43 AND WW=0 THEN PRINT "A ...
by jgerrie
Sun Aug 01, 2021 1:49 am
Forum: Classics
Topic: SUNRISE OVER BETHSELAMINE
Replies: 19
Views: 5304

Re: SUNRISE OVER BETHSELAMINE

Alex and boldir. Thanks for the source. Will try converting it to TRS-80 MC-10. If I run across any bugs, I'll report back here.

Jim
by jgerrie
Sat Jul 24, 2021 5:30 am
Forum: Classics
Topic: SUNRISE OVER BETHSELAMINE
Replies: 19
Views: 5304

Re: SUNRISE OVER BETHSELAMINE

Where can the source be viewed?
by jgerrie
Sat Jun 05, 2021 12:55 am
Forum: Classics
Topic: Another Classic Ported to TRS-80 MC-10
Replies: 210
Views: 266982

Re: Another Classic Ported to TRS-80 MC-10

Good eye! Fixed that shortly after posting the vid. Someone else also spotted it in the MC-10 Facebook group. The workers' flag must fly over your home.
Garry wrote: Thu May 20, 2021 12:05 pm "Wokers of the world unite". Is this about Chinese cookery? :D
by jgerrie
Thu May 20, 2021 9:48 am
Forum: Classics
Topic: Another Classic Ported to TRS-80 MC-10
Replies: 210
Views: 266982

Re: Another Classic Ported to TRS-80 MC-10

My latest port (and translation from Czech) "P.R.E.S.T.A.B.A.":
prestavb.png
prestavb.png (6.46 KiB) Viewed 18124 times
Blog write-up can be found here:
http://jimgerrie.blogspot.com/2021/05/a ... oslav.html
by jgerrie
Sun Mar 21, 2021 2:48 am
Forum: Classics
Topic: The Wizard of Chaos
Replies: 4
Views: 2482

Re: The Wizard of Chaos

I've ported The Wizard of Chaos to TRS-80 MC-10. "CHAOS" can be played here:
http://faculty.cbu.ca/jgerrie/Home/jgam ... tures.html
by jgerrie
Wed Feb 10, 2021 1:26 pm
Forum: Classics
Topic: Tim Hartnell and Clive Gifford's Mysterious Adventures
Replies: 12
Views: 6080

Re: Tim Hartnell and Clive Gifford's Mysterious Adventures

Thanks Garry for the walkthrough and Strident for the Interview link. I've just made a 10-Liner version of Clive Gifford's "The Explorer." Hopefully with most bugs fixed;)
explorer.png
explorer.png (2.78 KiB) Viewed 4798 times
It can be played here:
http://faculty.cbu.ca/jgerrie/MC10/Australasian.html
by jgerrie
Mon Feb 08, 2021 5:17 pm
Forum: Classics
Topic: Another Classic Ported to TRS-80 MC-10
Replies: 210
Views: 266982

Re: Another Classic Ported to TRS-80 MC-10

I've ported Scott Adams Pirate Adventure to TRS-80 MC-10:
pirate.png
pirate.png (4.58 KiB) Viewed 18506 times
PIRATE can be selected from the Cassette menu and played here:
http://faculty.cbu.ca/jgerrie/MC10/JG_M ... tures.html
by jgerrie
Wed Dec 23, 2020 2:14 pm
Forum: Classics
Topic: Tim Hartnell and Clive Gifford's Mysterious Adventures
Replies: 12
Views: 6080

Re: Tim Hartnell and Clive Gifford's Mysterious Adventures

Sorry for the delay getting back. Thanks for all that work. I'll certainly be looking at these, and maybe adding some bug fixes of my own. I'll let you know.

Jim
by jgerrie
Sat Sep 26, 2020 3:50 am
Forum: Classics
Topic: Tim Hartnell and Clive Gifford's Mysterious Adventures
Replies: 12
Views: 6080

Re: Tim Hartnell and Clive Gifford's Mysterious Adventures

Thanks. I'm going to work on Gold Nugget and Explorer.

Jim