mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-13 00:25:26 +00:00
Refer to actual field.
This commit is contained in:
@@ -26,7 +26,7 @@ struct Target: public ::Analyser::Static::Target, public Reflection::StructImpl<
|
|||||||
MSX1,
|
MSX1,
|
||||||
MSX2
|
MSX2
|
||||||
);
|
);
|
||||||
Model model = Model::MSX1;
|
Model model = Model::MSX2;
|
||||||
|
|
||||||
ReflectableEnum(Region,
|
ReflectableEnum(Region,
|
||||||
Japan,
|
Japan,
|
||||||
|
@@ -911,7 +911,7 @@ void Base<personality>::commit_register(int reg, uint8_t value) {
|
|||||||
}
|
}
|
||||||
#undef Begin
|
#undef Begin
|
||||||
|
|
||||||
Storage<personality>::pixel_operation = CommandContext::LogicalOperation(value & 0xf);
|
Storage<personality>::command_context_.pixel_operation = CommandContext::LogicalOperation(value & 0xf);
|
||||||
|
|
||||||
// Kill the command immediately if it's done in zero operations
|
// Kill the command immediately if it's done in zero operations
|
||||||
// (e.g. a line of length 0).
|
// (e.g. a line of length 0).
|
||||||
|
Reference in New Issue
Block a user