# HG changeset patch # User Laurens Holst # Date 1582464507 -3600 # Sun Feb 23 14:28:27 2020 +0100 # Node ID 5220b4fc68491f6cc440c63c12275eb67f182957 # Parent 17e33a887f7098b8f69217934582495c97b0b8a3 openmsx: Set max frameskip to speed up boot time. diff --git a/openmsx.tcl b/openmsx.tcl --- a/openmsx.tcl +++ b/openmsx.tcl @@ -13,5 +13,6 @@ virtual_drive eject hda /tmp/gunzip.dsk +set maxframeskip 100 set throttle off after time 15 "set throttle on"