WinVICE Changelog:
r44072 | compyx | 2023-06-20 07:58:17 +0000 (Tue, 20 Jun 2023) | 10 lines
Add defines for CMD drive buttons
Add `DRIVE_BUTTON_WRITE_PROTECT` (0x01), `DRIVE_BUTTON_SWAP_8` (0x02),
`DRIVE_BUTTON_SWAP_9` (0x04), `DRIVE_BUTTON_SWAP_SINGLE` (0x08) to drive.h so
the UI code checking the return value of `drive_has_buttons()` is a little more
legible.
I haven't touched the CMD-HD code itself, that's full of magic numbers and I
can't properly test any changes I would make to it.
------------------------------------------------------------------------
r44070 | gpz | 2023-06-18 15:03:10 +0000 (Sun, 18 Jun 2023) | 1 line
handle RI line in IP232 (requires updated tcpser, see https://github.com/go4retro/tcpser/pull/24. Add option to invert the RI line. This should help to make some more obscure BBS programs work
------------------------------------------------------------------------
r44067 | compyx | 2023-06-17 16:19:34 +0000 (Sat, 17 Jun 2023) | 2 lines
SDL: Use the `MENU_STATUS_FOO` enum values instead of hardcoded values
------------------------------------------------------------------------
r44063 | compyx | 2023-06-15 06:23:40 +0000 (Thu, 15 Jun 2023) | 2 lines
Use format specifiers from
------------------------------------------------------------------------
r44062 | dqh | 2023-06-15 01:39:05 +0000 (Thu, 15 Jun 2023) | 1 line
Fixed a couple of bad reads
------------------------------------------------------------------------
Download: GTK3VICE r44072
Download: SDL2VICE r44072
Source: Here
0 Comments
Post a Comment