Posts Tagged ‘C++’
My original attempt at an RC2014 Mini driver started out as pretty much a copy of the gsz80 driver, with a find/replace of ‘gsz80’ with ‘rc2014mini’. But as the MAME team reviewed my pull request, they surfaced a bunch of problems. Firstly I didn’t have the correct memory map. The RC2014 Mini only has 32K […]
Filed under: MAME, RC2014, retro | Leave a Comment
Tags: C++, MAME, RC2014
Decoding the MAME Rosetta Stone
19Mar22
I mentioned in my previous post Grant Searle Simple Z-80 Machine on MAME that the gsz80.cpp driver was like finding a Rosetta Stone for MAME. In this post I’m going to go through it block by block to explain how I parsed it, and how it enabled me to figure out how to write a […]
Filed under: MAME, RC2014, retro | Leave a Comment
Tags: C++, MAME, RC2014, Z80