Search found 504 matches

by Turtle_Quality
Tue Oct 03, 2023 7:05 pm
Forum: Programming
Topic: A statistical BASIC thought
Replies: 22
Views: 506

Re: A statistical BASIC thought

Quite likely to have more RETURNs than GOSUBs

GOSUB <key-routine>

LET i$=INKEY$

IF i$="Q" THEN LET Y = Y + 1: RETURN

IF i$="A" THEN LET Y = Y -1: RETURN

IF i$="O" THEN LET X = X - 1: RETURN

IF i$="P" THEN LET X = X + 1

RETURN
by Turtle_Quality
Tue Oct 03, 2023 2:19 pm
Forum: Games/Software
Topic: Does the Speccy have any minimalist shooters?
Replies: 12
Views: 311

Re: Does the Speccy have any minimalist shooters?

How about Wild West Heroes, it's a simple Robotron clone with autofire and lots of very simple sprites (they're not even animated). It's my go-to mindless violence fix
by Turtle_Quality
Fri Sep 01, 2023 9:29 am
Forum: Emulators
Topic: Spectrum Gamer
Replies: 1
Views: 201

Spectrum Gamer

I've been wrong on this count before, but I don't think Spectrum Gamer has been mentioned here yet https://www.cooolapps.com/zx-spectrum-gamer/?fbclid=IwAR1PvVycTpdP9CyaC8752oWZG1tQjKglq4nNKQPuhfRL7p9HYwH9aXQIgz8 Some of you might have seen it discussed on FB Group ZX Spectrum I think it's still qui...
by Turtle_Quality
Mon Aug 28, 2023 6:10 pm
Forum: Games/Software
Topic: At Dev's Door (Jon Ritman): discussion
Replies: 36
Views: 941

Re: At Dev's Door (Jon Ritman): discussion

PeteProdge wrote: Mon Aug 28, 2023 7:23 am And suggestions for future devs to cover will be appreciated.
Harry Price
by Turtle_Quality
Sun Aug 27, 2023 1:26 pm
Forum: Games/Software
Topic: At Dev's Door (Jon Ritman): discussion
Replies: 36
Views: 941

Re: At Dev's Door (Jon Ritman): discussion

He does seem to be vaguely associated with Design Design, see this article https://www.crashonline.org.uk/08/rebirth.htm

After Ocean he went on to work with Ultimate / Rare ... quite a CV
by Turtle_Quality
Mon Aug 21, 2023 8:54 am
Forum: ZX80 & ZX81
Topic: "Chesszoom 1K" - new ZX81 true hi-res demo
Replies: 13
Views: 1656

Re: "Chesszoom 1K" - new ZX81 true hi-res demo

Haven't used a ZX81 since 1981, I was curious too, found this

https://perfectlynormalsite.com/zxhires.html
by Turtle_Quality
Mon Aug 14, 2023 5:41 pm
Forum: Programming
Topic: BASIC code to test compilers
Replies: 45
Views: 1056

Re: BASIC code to test compilers

The only drawback with using Frames as a timer is that you're assuming the interrupts are always enabled. The ROMs BEEP will disable interrupts temporarily, we can't be sure what compilers might do with interrupts, especially compilers with different trace levels like MCoder. Quite likely nothing, I...
by Turtle_Quality
Mon Aug 14, 2023 1:15 pm
Forum: Programming
Topic: Compiled BASIC games with smooth scrolling
Replies: 5
Views: 259

Re: Compiled BASIC games with smooth scrolling

There was also a character scroll upwards in that video used to clear the screen, but that's quite easy to achieve in basic by printing at the bottom of screen to force a scroll, you just need to do a POKE to suppress the "scroll ?" prompt.
by Turtle_Quality
Mon Aug 14, 2023 12:56 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

A few more that I had links for but were not in the database, there are all assembly again https://spectrumcomputing.co.uk/entry/2390/ZX-Spectrum/Hungry_Horace https://skoolkit.ca/disassemblies/hungry_horace/ https://spectrumcomputing.co.uk/entry/4549/ZX-Spectrum/Skool_Daze https://skoolkit.ca/disas...
by Turtle_Quality
Sun Aug 13, 2023 11:00 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

The following have source code here https://github.com/pobtastic/ultimate , the first 2 in the list already have source code listed at another Github location The others had no source listed. Safe to say these are assembly also https://spectrumcomputing.co.uk/entry/9305/ZX-Spectrum/Atic_Atac https:/...
by Turtle_Quality
Sun Aug 13, 2023 10:45 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

Here are some more games not marked as having source available, but for all of these the source (and in a few cases some updates) can be found at https://www.desdes.com/products/oldfiles/zeus.htm , and they're all in assembly (Zeus, unsurprisingly) On The Run https://spectrumcomputing.co.uk/entry/35...
by Turtle_Quality
Sun Aug 13, 2023 10:28 pm
Forum: Programming
Topic: BASIC code to test compilers
Replies: 45
Views: 1056

Re: BASIC code to test compilers

I know Waldroid was joking, but clearly if you want to compare timing of certain instructions it's probably better to loop through it a fixed, larger number of times, say 10,000 MCoder and MCoder II were integer only, and had a few other restrictions quite well documented in their instructions - arr...
by Turtle_Quality
Sun Aug 13, 2023 9:56 pm
Forum: Programming
Topic: Compiled BASIC games with smooth scrolling
Replies: 5
Views: 259

Re: Compiled BASIC games with smooth scrolling

Compiled games can often call a machine code routine for sprites or scrolling. If your reference to "recent posts about compiled games" means the ones I was trawling through with source code, we could probably find a USR keyword in the BASIC.
by Turtle_Quality
Sat Aug 12, 2023 4:03 pm
Forum: Hardware
Topic: Portable retro emulation
Replies: 0
Views: 105

Portable retro emulation

Well I finally bit the bullet and forked out about 100$ for a Powkiddy X55, it's had good reviews and I was looking for something with HDMI output Connectivity to additional controllers - Bluetooth + USB Emulation of Spectrum, Amiga, Atari VCS (+ others) Really wanted to do everything with my phone ...
by Turtle_Quality
Fri Aug 11, 2023 2:25 pm
Forum: Programming
Topic: Editing basic on a spectrum
Replies: 10
Views: 622

Re: Editing basic on a spectrum

What editor are you using now BASINC, ZX-Editor or still a standard Spectrum emulator ? Can you send a screen shot ?
by Turtle_Quality
Fri Aug 11, 2023 1:00 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

And I see the links were lost anyway, can PM with an Excel, or put in a Google sheet and link Anyway these were problematic Dizzy XII: Underground Source code on TRD files ? Donkey Kong Jr. II Source file is an Excel with a few variable definitions Lazerbikes 2 TZX source file Magic Tokens Not sure ...
by Turtle_Quality
Fri Aug 11, 2023 12:59 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

Boriel Basic

Casio Handheld Games Emulator
H7N9
by Turtle_Quality
Fri Aug 11, 2023 12:58 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

Sinclair Basic El Chatarrero Galactico 2: The Sequel El Chatarrero Galactico 3: Labyrinths of Falken El Tesoro del Dragón Escape Escape from the Holy Tower Fist-RO Fighter Huida de Moria Juggle MazezaM Phantomasa Phantomasa in the Land of the Grunge Wizards Sokoban CSP Edition Souls Remaster ZX Frog...
by Turtle_Quality
Fri Aug 11, 2023 12:58 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

C / Probably Z88DK

Betiled
Che-Man
Mazeract
Minesweeper
Misifu la Gatita
Phantomasa 2
SolarGun
by Turtle_Quality
Fri Aug 11, 2023 12:57 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Re: Long list of assembly sources for the database

Assembly programs with source (not currently tagged with Assembly) [CSSCGC] Go Race! 3d Chess 2019 Alien8 Area 51 Atic Atac AttrMaze3d Avalon BackToSchool Banger Management Berksman Big Baps Bitfrost Engines Blip Blop Blizzard's Rift Bolder Dash Boom Bot Bordertrix Buggy Boy Byte Me Cabal Catch the ...
by Turtle_Quality
Fri Aug 11, 2023 12:56 pm
Forum: ZXDB Discussion
Topic: Long list of assembly sources for the database
Replies: 26
Views: 702

Long list of assembly sources for the database

From a discussion almost a year back Turtle_Quality wrote: ↑Fri Aug 26, 2022 3:56 pm On that subject, I was trying to query the database on assembly code games where the source is available In Advanced Search, type "assembly" in field "Group/Tag" and select the proper source code...
by Turtle_Quality
Thu Aug 10, 2023 6:46 am
Forum: Programming
Topic: Editing basic on a spectrum
Replies: 10
Views: 622

Re: Editing basic on a spectrum

I would recommend using BasinC as your Basic editor / monitor - the editor is designed for use on a modern keyboard and it much much easier than using a standard emulator with the original editor (cut and paste helps a lot), plus you can single step through basic programs with windows showing values...
by Turtle_Quality
Tue Aug 08, 2023 7:14 pm
Forum: Other Retro Stuff
Topic: Why did you NOT upgrade to a CPC in the 80s?
Replies: 142
Views: 3167

Re: Why did you NOT upgrade to a CPC in the 80s?

Despite having many friends that played computer games, quite a few in the business, and having been to plenty of trade shows, I've only ever had one encounter with a CPC. I was in John Menzies in Uxbridge and a CPC had just been put on display, all plugged in with the manual beside it. "Hmm......