[hatari-devel] Virtual INF file handling improvements |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari Development <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Virtual INF file handling improvements
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Tue, 19 Aug 2025 12:52:17 +0300
- Dkim-filter: OpenDKIM Filter v2.11.0 smtp.dnamail.fi 4961C2113FE0
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helsinkinet.fi; s=2025-03; t=1755597137; bh=fAXOYCVb/YFJ6db/HQPWnxQGslzrS9cFLoSs2Z1WH+U=; h=Date:To:From:Subject:From; b=D5dvo6RUxrn+1IqYQFDhOiPwEXfw4WNDkuVZv/Zk2d5tSj9sn9I7H5joY3WdsOVmK 9orBHnEdpJAbkODe5zH3jI1WQN4vlq7Uq5p9bPmoG0Eu1K8G3fJ/EvFSBiIqZA0wfd kLadEEpHM2lYlyBoYpQ3bxQ1bIsKUVRxFU+sie4Ag86pHVgxg81aJ7mXV2DtjFDWDA fkZIKWxI4+8wgBZvfdJtJBiFD2jBORc8Il8EbePHGlYsx/NFGSzG5pvbkgfzPxwSn+ gZZbDztNjfaz3uflffQ6YNvHTQmR9nSrHum7kZjUL3y2PqqNdTEUdED4S2SSDkJu10 rum7xorLSGuUA==
Hi,
Before I'll continue my autostarting improvements work (suspended for
the .1 release), I fixed all the TODOs in inffile.c.
Meaning that:
* Boot drive window support [1] works now for all TOS versions
* --tos-res works also for Falcon, both with TOS4 and EmuTOS
* --tos-res supports now additional Falcon specific (TC) resolutions
[1] Provided when GEMDOS HD drive has no INF file, and user uses some
feature requiring virtual INF file (either program autostarting,
--tos-res option or VDI mode).
- Eero