machine/ncr5380n.cpp: Use explicitly sized storage type for enum registered for save state

This commit is contained in:
Vas Crabb 2020-08-18 23:49:08 +10:00
parent f994689727
commit e96932a60b

View file

@ -133,7 +133,7 @@ private:
// state machine
emu_timer *m_state_timer;
enum state : unsigned
enum state : uint32_t
{
IDLE,