github Zibri/VICE r44072

latest releases: r46108, r46108o, r46108u...
2 years ago

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 <inttypes.h> (PRIu64, PRIx64) to print `uint64_t`s

------------------------------------------------------------------------
r44062 | dqh | 2023-06-15 01:39:05 +0000 (Thu, 15 Jun 2023) | 1 line

Fixed a couple of bad reads
------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.