> On Jul 2, 2026, at 8:26 AM, BALATON Zoltan <[email protected]> wrote:
>
> On Wed, 1 Jul 2026, Matt Jacobson wrote:
>
> Including a changelog about what's new in v3 here helps reviewers to remember
> what this version is about.
Agreed; I intended to do this but forgot. Sorry! Here we go…
Changes in v2..v3:
- fix cases where the guest could reach an assert/crash with invalid MMIOs; the
errors are now handled gracefully
- use DEFINE_TYPES() in swim2.c
- fix SWIM2State usage in mac_via.h (by including header instead of
forward-declaring)
- allow 720k MFM disk images in sony_drive_reset()
- clarify meaning of SONY_CMD_SET_MFM / SONY_CMD_SET_GCR with comments
- in fifo32_peek(), use ldl_le_p() instead of hand-assembling the word (and
adjust fifo32_pop() similarly)
- various project style conformances
Matt