1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 16:31:42 +00:00

Adds the ZX Spectrum to ::AllMachines.

This commit is contained in:
Thomas Harte 2021-04-17 23:06:37 -04:00
parent 53eae873d8
commit 9fd53c9c91

View File

@ -182,6 +182,7 @@ std::vector<std::string> Machine::AllMachines(Type type, bool long_names) {
AddName(Oric);
AddName(Vic20);
AddName(ZX8081);
AddName(ZXSpectrum);
}
#undef AddName