Tag Archives: ROM

Zolatron 64: memory expansion

      No Comments on Zolatron 64: memory expansion

Things are continuing apace with the Zolatron 64 6502 homebrew computer. In fact, progress has been so rapid that I haven’t really had much time to talk about it. So here’s a quick refresher – and details of the new memory expansion board. Serial killer The 6551 ACIA serial board is dead. Well, it’s not dead, but I’ve stopped using… Read more »

Zolatron 64 ROM code – write, debug, repeat

With the basic hardware of the Zolatron 64 6502-based homebrew computer working fine, I’ve been spending most of my time on the ROM software. It turns out that writing an operating system in 6502 assembly code is harder than you might think. Well, anyway, it’s harder than I thought. But first… A quick catch-up on the state of play with… Read more »

Zolatron 64 6502 homebrew computer – new address mapping and decoding

Although it is possibly the slowest computer development programme in history, my Zolatron 64 6502-based homebrew design has made some progress. And this is largely due to the fine folks over at the 6502.org forum. Specifically, I have made changes to how I’m mapping the 64KB address space and the decoding I’m using to do that. I’ve been following along… Read more »

Making ROMs for the BBC Micro

      5 Comments on Making ROMs for the BBC Micro

Here’s something I’ve only just learned about the BBC Micro: you can burn ROM chips using modern EEPROMs. Who knew?* One of the strengths of the BBC Micro was the way it handled ‘language’ ROMs. The quotes are there because while many of these ROMs were, indeed, programming languages, others were applications such as word processors, spreadsheets, utilities and so… Read more »