mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
machine/ncr5380n.cpp: Use explicitly sized storage type for enum registered for save state
This commit is contained in:
parent
f994689727
commit
e96932a60b
@ -133,7 +133,7 @@ private:
|
||||
|
||||
// state machine
|
||||
emu_timer *m_state_timer;
|
||||
enum state : unsigned
|
||||
enum state : uint32_t
|
||||
{
|
||||
IDLE,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user