qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] hw/m68k: add working floppy controller for q800
@ 2025-12-03  6:43 Matt Jacobson
  2025-12-03  6:43 ` [PATCH 1/1] " Matt Jacobson
  2025-12-05 21:20 ` [PATCH 0/1] " Mark Cave-Ayland
  0 siblings, 2 replies; 4+ messages in thread
From: Matt Jacobson @ 2025-12-03  6:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, Mark Cave-Ayland, Matt Jacobson

[Please notify me of any process errors -- this is my first contribution to
QEMU.  Thanks.]

Implement the SWIM2 floppy controller for the q800 machine.
(For details, see: <https://archive.org/details/SWIMDesignDocs/SWIM2%20ERS/>.)

Reading and writing work, and booting from a system disk works.
Tested with the Quadra 800 ROM and System 7.

Future areas of work here could include:

* Allowing for disk formatting/duplication to work
* Fleshing out the SWIM1 and hooking it up to the emulated drive
* Implementing the IWM for earlier machines (this could share code with SWIM1)

Matt Jacobson (1):
  hw/m68k: add working floppy controller for q800

 hw/block/meson.build               |   2 +-
 hw/block/sony_superdrive.c         | 940 +++++++++++++++++++++++++++++
 hw/block/swim2.c                   | 657 ++++++++++++++++++++
 hw/block/trace-events              |  17 +
 hw/m68k/q800.c                     |   4 +-
 include/hw/block/sony_superdrive.h |  55 ++
 include/hw/block/swim2.h           |  66 ++
 include/hw/m68k/q800.h             |   4 +-
 8 files changed, 1740 insertions(+), 5 deletions(-)
 create mode 100644 hw/block/sony_superdrive.c
 create mode 100644 hw/block/swim2.c
 create mode 100644 include/hw/block/sony_superdrive.h
 create mode 100644 include/hw/block/swim2.h

-- 
2.37.1 (Apple Git-137.1)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-08 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03  6:43 [PATCH 0/1] hw/m68k: add working floppy controller for q800 Matt Jacobson
2025-12-03  6:43 ` [PATCH 1/1] " Matt Jacobson
2025-12-05 21:20 ` [PATCH 0/1] " Mark Cave-Ayland
2025-12-08 12:44   ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).