diff --git a/src/mame/drivers/astinvad.cpp b/src/mame/drivers/astinvad.cpp index bcf2be22b69..b0f0efb45e7 100644 --- a/src/mame/drivers/astinvad.cpp +++ b/src/mame/drivers/astinvad.cpp @@ -853,6 +853,8 @@ void astinvad_state::init_spcking2() { /* don't have the schematics, but the blanking must center the screen here */ m_flip_yoffs = 0; + + save_item(NAME(m_player)); }