z1013: give time for machine to start before loading snapshot.

This commit is contained in:
Robbbert 2021-07-03 01:08:05 +10:00
parent 5186eaaff1
commit 107f5568fc

View File

@ -413,7 +413,7 @@ void z1013_state::z1013(machine_config &config)
m_cass->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);
m_cass->add_route(ALL_OUTPUTS, "mono", 0.05);
SNAPSHOT(config, "snapshot", "z80").set_load_callback(FUNC(z1013_state::snapshot_cb));
SNAPSHOT(config, "snapshot", "z80", attotime::from_seconds(2)).set_load_callback(FUNC(z1013_state::snapshot_cb));
}
void z1013_state::z1013k76(machine_config &config)