Changelog:
r45785 | gpz | 2025-10-04 16:59:58 +0000 (Sat, 04 Oct 2025) | 1 line
workaround for bug #2161
------------------------------------------------------------------------
r45784 | gpz | 2025-10-04 16:37:53 +0000 (Sat, 04 Oct 2025) | 1 line
fix C128 chargen dumps, the international charset should be in the first half. fixes #2171
------------------------------------------------------------------------
r45782 | rhialto | 2025-10-02 12:55:18 +0000 (Thu, 02 Oct 2025) | 2 lines
Let tabs be spaces...
------------------------------------------------------------------------
r45781 | rhialto | 2025-10-02 12:45:42 +0000 (Thu, 02 Oct 2025) | 27 lines
Rename (virtual/trap) device related settings (bug 2162)
Specifically the command line options
-virtualdevN => -trapdeviceN
-iecdeviceN => -busdeviceN
-deviceN <Type> => -devicebackendN <Type>
and the related resource names
VirtualDeviceN => TrapDeviceN
IECDeviceN => BusDeviceN
FileSystemDeviceN remains the same, since it indicates the back-end storage
type already accurately enough.
This generalizes the names used for IEC and IEEE-488 settings.
It abandons the confusing name "virtual device" and replaces it with
"trapdevice" (device which is implemented using kernal traps). It had been
getting this specific meaning over time already.
The initial issue was about the settings GUI for PETs which did not allow for
choosing the "file system device" back-end for a floppy disk. This revealed an
inconsistency in handling these 3 groups of options between IEC and IEEE based
emulators (enabling the file system device was controlled by the VirtualDeviceN
resource which had already changed its meaning to control kernal traps, and
PETs don't even have or need kernal traps).
------------------------------------------------------------------------
r45780 | gpz | 2025-09-21 15:41:29 +0000 (Sun, 21 Sep 2025) | 1 line
implement rotate option in the opengl renderer
------------------------------------------------------------------------