Software Preservation

Software and Games for the Lambda 8300 / Power 3000 Computer
User avatar
kolbeck
Posts: 52
Joined: Sat May 02, 2020 3:10 pm

Re: Software Preservation

Post by kolbeck »

Tower of Brahma - Scan-Bit-Software

Requires 16K Ram - looks like it works best with Rom v1
TowerofBrahma-inlay.jpg
tape.png
Attachments
TowerOfBrahma(16K).tzx
(3.37 KiB) Downloaded 99 times
TowerOfBrahma(16K).p
(3.17 KiB) Downloaded 89 times
Last edited by kolbeck on Wed Dec 11, 2024 1:07 pm, edited 1 time in total.
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
User avatar
kolbeck
Posts: 52
Joined: Sat May 02, 2020 3:10 pm

Re: Software Preservation

Post by kolbeck »

The original post has been updated with links, making it easier to find the titles. I've also updated Monkey Kong post with better scans of inlay and tape from the copy that I now own myself.

More to come - stay tuned :-)
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
David G
Posts: 548
Joined: Thu Jul 17, 2014 7:58 am
Location: 48 North

Re: Software Preservation

Post by David G »

thank you
User avatar
kolbeck
Posts: 52
Joined: Sat May 02, 2020 3:10 pm

Re: Software Preservation

Post by kolbeck »

Turns out Tower of Brahma contains a strange bug. It doesn't accept your input.

Line 84 reads
84 LET A=CODE D$-28
And with D$="12" - A would be expected to be 1, but not in this case - PRINT A gives 0.99975586

An easy fix - to get this working, break into the program and change line 84 to
84 LET A=CODE D$(1)-28
NOTE: I've loaded the original TAPE on my real Lambda - same behaviour...

/Thomas
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
User avatar
kolbeck
Posts: 52
Joined: Sat May 02, 2020 3:10 pm

Re: Software Preservation

Post by kolbeck »

Ormen - Scan-Bit-Software (SBS)

Requires 16K Ram
Ormen-inlay.jpg
tape.png
Attachments
Ormen(16K).tzx
(6.54 KiB) Downloaded 13 times
Ormen(16K).p
(6.34 KiB) Downloaded 14 times
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
Post Reply