z1013: give time for machine to start before loading snapshot.
This commit is contained in:
parent
5186eaaff1
commit
107f5568fc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user