# HG changeset patch # User Laurens Holst # Date 1510177929 -3600 # Wed Nov 08 22:52:09 2017 +0100 # Node ID fb2492c17e76f9fbf543c0f1a2b9445c436fef7d # Parent bc64d978174fe9295d354d0923fb4377c7a92b61 openmsx.tcl: Correct temp disk image name. diff --git a/openmsx.tcl b/openmsx.tcl --- a/openmsx.tcl +++ b/openmsx.tcl @@ -6,12 +6,12 @@ #debug set_watchpoint write_mem 0x0000 {([debug read ioports 0xA8] & 0x0C) == 0x04} #debug set_watchpoint read_mem 0x0000 {([debug read ioports 0xA8] & 0x0C) == 0x04} -diskmanipulator create /tmp/vgmplay.dsk 32M -virtual_drive /tmp/vgmplay.dsk +diskmanipulator create /tmp/gunzip.dsk 32M +virtual_drive /tmp/gunzip.dsk diskmanipulator format virtual_drive diskmanipulator import virtual_drive bin/ virtual_drive eject -hda /tmp/vgmplay.dsk +hda /tmp/gunzip.dsk set throttle off after time 15 "set throttle on"