Re: [hatari-devel] Autostart support for more options |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Autostart support for more options
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 31 May 2025 20:50:49 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1748724650; bh=6XkjAPuXF+oG/MVoPLCgiGBMkdJnJBshhrMWq8s9hVg=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=f81BsNsnuQ/oyCvDdlR75SNV2RtCSdSI6j8PhvJ1mwRMrDYXt/95pi1fYA2OkTyWW eVt9/arM7kyi5lZtyiIdoZJXHIM6trvt18sRk6vejOkfmEu6P9F0Hz5Q1IsjSaHgWr Xu3ntaO508ImPPZl2Ol0IBYvfgb5XxCjrdo7U3FGjTEPStodWKT8AToMjoTLvHQlDL xQumO4VolghYVG1760uiY2xvZv44sp7qI6j0WEJv6fI+Mjl/AgtHp9lMv0rTwI90oE AFtfbfh0/NMu5y+ObEoCNipQs7jTdBeVcVlMHwwo7ARyVIpYRxvgepl3PAoBGKnbmm 2X1pTq0HR+9lw==
Am Fri, 30 May 2025 01:56:08 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> Attached is patch to support "autostart:" prefix for option values, to
> post-pone option actions until Hatari program autostart handling (i.e.
> Hatari providing virtual INF file for TOS when GEM desktop starts).
>
> It's intention is to avoid catching/showing stuff that TOS bootup does;
> bus errors from HW checks, running AUTO programs etc.
>
> One can use it e.g. to:
> - fast-forward TOS bootup, but
> - stop that just before the specified program starts
> - slow down the emulation at that point, in addition to:
> - enabling tracing,
> - setting exception debugging mask, and
> - executing some debugger commands:
> ----------------------------------
> $ hatari --fast-forward autostart:true --slowdown autostart:8 \
> --trace autostart:os_base,xbios --debug-except autostart:bus,address \
> --parse autostart:debugger.ini test/program.tos
> ----------------------------------
>
> Questions:
> * Should I merge this before or after v2.6 release?
Looks like a bigger change. I think it should rather go in after the v2.6
release.
Thomas