Amstrad CPC ROM emulation using an STM32F4 – Part 2
So in part 1 (Amstrad CPC ROM emulation using an STM32F4) the code I had for emulating a ROM (and some IO) with a cheap STM32F4 board for the Amstrad CPC 464 ran in a continuous polling loop. The code just watched _ROMEN and _IORQ going high and low, and acted appropriately. The (sort of […]