Am 13. Oktober 2018 00:50:39 MESZ schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
Hi Thomas,
On 10/3/18 10:00 AM, Thomas Huth wrote:
Am Sun, 23 Sep 2018 20:17:56 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
If yes, attached patch "should" implement such option for IDE
partition counting. If it works fine, same options can be used
to toggle swapping for rest of IDE handling too.
Thanks for the patch, that's a first step... but actually, I think this
area (especially the HD dialog in the GUI) needs a major clean-up, e.g.
I also need to add SCSI setup to the GUI, add support for multiple ACSI
images, fix the nomenclature for IDE ("master" and "slave" is
nonstandard, the official terms are IDE 0 and IDE 1), etc.
Using "--byteswap master" to only enable byteswapping is also a bad
idea - what if a user already enabled byteswapping in the config file
and wants to disable it on the CLI again?
So I'd appreciate if you could hold back your patch, I'll take care of
this, I just need to find some spare time to work on this...
You've added the functionality and SDL GUI code, but command line
option seems to be still missing.
Does the attached patch look OK?
- Eero