| Re: [hatari-devel] Reload ROM/floppy on reset | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Reload ROM/floppy on reset
- From: Vincent Rivière <vincent.riviere@xxxxxxxxxxx>
- Date: Mon, 11 Apr 2016 15:53:24 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20120113;        h=sender:message-id:date:from:user-agent:mime-version:to:subject         :references:in-reply-to:content-transfer-encoding;        bh=RD+xTvFeOa+cinT7P9QekU1V5rKBd3gGhOzQXPc3Wu0=;        b=xk2BPKkgJXlRecWArf4Y/ntiIc00joq3KEdCvKZ5DIoU1OTOd9R/Qxh4qH/S/SiS75         p1nDMewlxj/bzHzRznDmHT38Dj2i3Z+oje9Zg47MzKk+x8kOhasZq6lQWh7LPeViPG3h         uc5YlpMHyUZnvpz1DSdG01juXZxNXmweBKtcDwqgX4o/v8BUKabCdEnFQWwPBXF2K/w4         J+YasP5hLrBlkIqYdPSUZEUMZqAD72/02AL0/FMC+paj2lhKF+bgmxPzm/PCMN6vFqGp         cZC6IgwSk/xYw4ZBzbfY+uBUmb80BDVv1o69H7nyaFOQV7xoei2rzaRDoDE80/OAUuUq         ktKQ==
On 11/04/2016 00:16, Eero Tamminen wrote:
Why not just restart Hatari?
Because Hatari is nice as it allows the user to change most hardware 
settings and reset to get them temporarily applied. Without messing with 
configuration files. Very handy when testing EmuTOS features on 
different hardware.
Restarting Hatari would mean to save the temporary settings to a 
configuration file, and specify that configuration file on the 
command-line for next startup. Definitely not user-friendly.
You can script (almost) everything Hatari does.
In the debugger that would be:
------------
setopt --disk-a dummy.st
setopt --disk-a emutos.st
reset cold
------------
You can put it to debugger script and ask debugger
to parse that.
It would be nice that Hatari could do such thing automatically, so the 
average Atari developer could focus on his task without messing with 
debugger scripts. In other words, it would be nice that Hatari behaves 
intuitively, just like Steem.
--
Vincent Rivière