diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/cpu/pace/pace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pace/pace.h b/src/devices/cpu/pace/pace.h index 5fdbcdb7e57..3d181104002 100644 --- a/src/devices/cpu/pace/pace.h +++ b/src/devices/cpu/pace/pace.h @@ -91,7 +91,7 @@ protected: virtual void state_string_export(const device_state_entry &entry, std::string &str) const override; private: - enum class cycle { + enum class cycle : u8 { IFETCH_M1, LEA_M2, RDEA_M3, BOC_M4, BOC_M5, |