Skip to main content

RISC OS and BBC Micro Content

I have been a closet fan of RISC-OS for many years now. Cut a long story short for those of you unfamiliar with it: ROM based operating system, originally designed by Acorn Computers for the Archimedes range of computers in 1989, and still in development to this day, despite the demise of Acorn in 1999, by a group of enthusiastic companies mostly based in the UK.

I had been an Acorn user since 1985, having received a BBC Micro for my tenth birthday. My last Acorn machine was a Risc PC, received for Christmas in 1994. It's been hardly used since 2000, when I wrote a rather hasty review for Acorn User of the web design package Sitewriter. I recently switched on this machine, and found it still worked, not bad for a 12 year old computer!

Recently, however, I purchased VirtualRPC-SE, which turns my Windows laptop into a RISC-OS 4 enabled laptop. The software is incredibly easy to setup, unlike the free version, Red Squirrel, which requires the original ROMs, and is not supported anymore.

I'm very impressed with how it's fared the past week, and as a result, I've been able to add a lot of RISC OS and BBC Micro content to a site I've created over at Drobe, a RISC OS news portal. The page is also mirrored at my main site, which I havent joined with the rest of it.

Head there now, armed with either VRPC-SE or a BBC emulator, and you can enjoy not only Cavern Duel and Tank Duel, but two rather crusty BBC games, Androidz and Headcase Hotel (at the moment, Headcase Hotel is not playable just yet, it's still in listing form for the time being to type in, I'm trying to prepare a version in playable form which I'll unveil as soon as I'm able to).

Tank Duel was a bit of a lucky find, it was considered lost by my brother, who wrote it, until a chance discovery on the Internet Wayback Machine, which just happened to have a copy of an old website from years ago containing the ZIP file! What a chance!

Androidz was a game that got published in Acorn Computing magazine in mid-1994. I had submitted it a year previously, hoping it would be published for Christmas that year. Fat chance. Anyone brave enough to play it would find it a right bore, with fairly rudimentary BASIC code.

As for Headcase Hotel, that was written for my end of year show at art college, where I did graphic design. I can't remember much of the game, I will do as soon as I can get it in playable form.

I'm wondering where my new adventures in RISC-OS will take me. At the very least, it's a nostalgic trip.

Comments

Popular posts from this blog

Polymer Picker, and why 8-bit programming matters to me

Late last year, I released a BBC Micro game, Polymer Picker . Realising that 2022 marked the centenary of the BBC, as well as the 40th anniversary of the release of the BBC computer (which was designated as one of the BBC's 100 Objects ), I wanted to work on something that related to the BBC's mission of being able to 'educate, inform and entertain' . So what better way than to release a game for the BBC computer, that in a sense, fulfils those values? But, with video games being so widely available, and playable on all kinds of devices, why did I decide to create my own game for such a niche platform?  Video games are big business. They have been for a number of years. In May 2023, it was reported that Nintendo's latest edition of The Legend of Zelda sold in excess of 10 million copies in three days .  However, there remains sustained interest in video games from yesteryear. Children who grew up in the 8-bit computer revolution are now into their 40s and 50s, and

Using Beebasm for BBC Basic games programming (Mac & Windows)

In August 2021, I released Androidz Redux , a remastered version of my 1994 game Androidz . This process started a year ago, with a couple of days spent playing around with the original code, far away from a real BBC computer. The original game was published in a magazine called Acorn Computing, and has been available to play online for a number of years now. Because I wrote the game on an actual BBC Micro, I used what tools I had at the time, namely some graph paper to create the graphics, and the computer itself to do the actual coding. This is a world away from the tools we now have at our disposal. Fully rounded IDE's such as Visual Studio Code (my current favourite) make it an awful lot easier to program games. Even editors such as Notepad++ offers some ability to edit BBC Basic code. One of the difficulties with editing old games on modern systems is ensuring that you are able to ensure that the BASIC code is properly tokenised before running on an emulator/system, and indee

Rough guide to building UK election maps for D3.js

During my time at CITY A.M. I helped to build an interactive British General Election Map . This blog outlines how I created it. Let's see the map then Here's a simplified version of the map, hosted at Codepen. See the Pen D3 Election Map by Stephen Scott ( @sassquad ) on CodePen . Here, the map looks rather small, as it has been resized to fit the page. You can use your mouse wheel (or double-click/double-tap) to zoom in or out of the map, and click constituencies to view more detailed results on the left hand side. Each constituency is coloured according to party livery. This blog post gives a very general guide as to how that map was created. I'll be adding further detail about the creation of the map in subsequent posts. Acknowledgements This project was the work of several people, in addition to myself. Here are the other former colleagues who collectively made the election map possible: Michael King (back end programming of data capture system) Bill