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:
parent
53eae873d8
commit
9fd53c9c91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user