hw/m68k: add a dummy SWIM floppy controller
commitc701ec626c00ef73028a37a44b3d49e9b098a888
authorLaurent Vivier <laurent@vivier.eu>
Sat, 26 Oct 2019 16:45:44 +0000 (26 18:45 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 28 Oct 2019 18:06:51 +0000 (28 19:06 +0100)
tree517246ccee466370037c1bb3db714d17206754b0
parent8ac919a065418d8f43bb2865d53d38b66a398846
hw/m68k: add a dummy SWIM floppy controller

SWIM (Sander-Wozniak Integrated Machine) is the floppy controller of
the 680x0 Macintosh.

This patch introduces only the basic support: it allows to switch from
IWM (Integrated WOZ Machine) mode to the SWIM mode and makes the linux
driver happy.

It cannot read any floppy image.

Co-developed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <20191026164546.30020-10-laurent@vivier.eu>
MAINTAINERS
hw/block/Kconfig
hw/block/Makefile.objs
hw/block/swim.c [new file with mode: 0644]
hw/m68k/Kconfig
include/hw/block/swim.h [new file with mode: 0644]