1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 01:29:44 +00:00

Enable MSX-MUSIC by default.

This commit is contained in:
Thomas Harte 2023-05-13 22:17:09 -04:00
parent e1d671daf7
commit b768e438b2

View File

@ -18,7 +18,7 @@ namespace Analyser::Static::MSX {
struct Target: public ::Analyser::Static::Target, public Reflection::StructImpl<Target> {
bool has_disk_drive = false;
bool has_msx_music = false;
bool has_msx_music = true;
std::string loading_command;
ReflectableEnum(Model,