mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Fixed hitme.c save state problem (nw)
This commit is contained in:
parent
9b9eff05a6
commit
6420e3263d
@ -299,6 +299,7 @@ GFXDECODE_END
|
||||
|
||||
void hitme_state::machine_start()
|
||||
{
|
||||
save_item(NAME(m_timeout_time));
|
||||
}
|
||||
|
||||
void hitme_state::machine_reset()
|
||||
|
Loading…
Reference in New Issue
Block a user