diff --git a/Processors/68000/68000.hpp b/Processors/68000/68000.hpp index c76988f26..bf4cae7c6 100644 --- a/Processors/68000/68000.hpp +++ b/Processors/68000/68000.hpp @@ -93,7 +93,7 @@ struct Microcycle { /// Contains a valid combination of the various static constexpr int flags, describing the operation /// performed by this Microcycle. - int operation = 0; + unsigned int operation = 0; /// Describes the duration of this Microcycle. HalfCycles length = HalfCycles(4);