mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Enable MSX-MUSIC by default.
This commit is contained in:
parent
e1d671daf7
commit
b768e438b2
@ -18,7 +18,7 @@ namespace Analyser::Static::MSX {
|
|||||||
|
|
||||||
struct Target: public ::Analyser::Static::Target, public Reflection::StructImpl<Target> {
|
struct Target: public ::Analyser::Static::Target, public Reflection::StructImpl<Target> {
|
||||||
bool has_disk_drive = false;
|
bool has_disk_drive = false;
|
||||||
bool has_msx_music = false;
|
bool has_msx_music = true;
|
||||||
std::string loading_command;
|
std::string loading_command;
|
||||||
|
|
||||||
ReflectableEnum(Model,
|
ReflectableEnum(Model,
|
||||||
|
Loading…
Reference in New Issue
Block a user