My Social Links




CRASH Radio

Latest YouTube Video

My Projects

"The blog of a man who loves retro gaming and lives by the beach."

-28th July 2023-

NextBASIC Text Scroller:

I've been on holiday in Turkey and am back now and just getting back into the swing of things before I carry on with my main ZX Next project.

To get the juices flowing I've returned to my text scroller, written in NextBASIC, which previously had 4 scrollers. I have now managed to increase this to 6! There have been speed improvements in NextBASIC since I originally coded this and it looks like they have paid off.

Captured on CSpect (will later test on my Next board).

-7th July 2023-

This is the Next engine I'm working on. This is in BASIC, but I'm converting it to assembly so I can get even more speed out of it. Will be used for several games:

-8th May 2023-


This is something I put together yesterday.

On the left is a web app I created which lets you write and assemble z80 in the browser then automatically adds it to the SD card image CSpect uses, which is done while the emulator is still open, which results in me being able to load and run it straight away!

Here's the workflow:

- As I type in the text box, cut or paste, etc. the content is saved to a temporary text file.
- When I hit Save a directory is created with the filename I choose, unless it already exists.
- After that the contents of the temporary text file are copied to a new text file with the name of the project in this directory.
- This text file is then passed to sjasmplus (which I installed on my VPS) and the output is saved to a binary file (it could later be adjusted so I can output NEX files). The result of this is printed to the web page.
- The binary file is then copied to the SD card image which is hosted and mounted on my VPS.
- I have my VPS mapped to a Windows drive on my laptop which means CSpect sees it as a local drive and is able to use the SD card image that is stored remotely.
- I am then able to write a short program which loads the binary file and runs it.

In short I can open CSpect, go to my web app and write some z80, save it, then run it in CSpect straight away!

I also have it so that it automatically lists the projects I have saved in a dropdown menu and then I can load in the source code from the text file for easy editing.

Now I just need to actually use it!

-3rd May 2023-

I've installed sjasmplus on my VPS for ZX Next coding. Starting to get the hang of it. I might make a web interface so I can easily write and assemble code in the browser then I can just use the .http dot command to download it to the Next.

-26th April 2023-

Messing around with some more palette-cycling in NextBASIC:

-23rd March 2023-

CRASH Radio has been evolving and now has regular slots from TJ and Simon Butler each week. It's going very well!

I've popped a couple more downloads on the site for the ZX Spectrum Next and another code snippet.

Coding-wise I'm working on a game engine for the ZX Spectrum Next and as a result I have been playing about with some assembly. It's pretty basic, and I'll use it alongside BASIC, but it does what I need it to:

-20th February 2023-



I've been doing quite a bit on the CRASH Radio Station lately and I'm really enjoying it. Can't believe that my little station turned into this! Chris Wilkins contacted me about 6 weeks after I launched ZX Spectrum Radio and asked if I'd like to link it to CRASH and the rest is history!

I'm going to be popping a few more things on my site soon. More code snippets, downloads etc and I will eventually be getting back to Spectrum Next coding.

-1st December 2022-

A new creation from me, just launched today:

ZXSpectrumRadio.com

-15th November 2022-

I've added 5 more entries on the Downloads page:

-AYFX Editor v0.6 by Shiru
-NextBASIC VS Code extension by Remy Sharp
-ZX Block Editor v2.4.3.1 by Claus Johns
-ZX Editor v2.3.1.1 by Claus Jahn
-ZX Paintbrush v2.6.4 By Claus Jahn

-14th November 2022-

I've updated the Downloads page. It now has stuff on there! These include:

-NextBuild v7 by David Saphier aka em00k
-CSpect v2.16.6 by Mike Dailly
-UDGeed by David Saphier aka em00k

-9th November 2022-

The new look site is live!

It works much better on desktop and mobile now. New menu options at the top include:

-VR
-Downloads (downloads and links to be added)
-Links (links to other sites, friends channels, etc.)
-My socials

-Check the blog archive for more posts-