Play vintage computer games on real hardware, single-step debug Z80 programs and test new hardware with the BusRaider for RC2014. https://robdobson.com/2018/08/trs80-galaxy-invasion-on-rc2014/ and https://robdobson.com/2019/06/what-can-you-do-with-a-busraider-part1/
This code was a hang-over from previous work and isn't needed any more. The modified file should have been checked in but unfortunately it wasn't. The code is now commented out and the build now succeeds again.
When trying to compile the PiSw I get a compilation error:
PiSw/src/Machines/McZXSpectrum.cpp:230:22: error: 'pixDisp' was not declared in this scope 230 | if (!pixDisp) | ^
~~Where should that variable be declared?