robdobsn / BusRaider

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/
https://robdobson.com
MIT License
20 stars 4 forks source link

Cannot compile McZXSpectrum.cpp #5

Closed Grumpy666 closed 4 years ago

Grumpy666 commented 4 years ago

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?

robdobsn commented 4 years ago

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.