diff options
author | Laurent Vivier <laurent@vivier.eu> | 2019-10-26 18:45:44 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-10-28 19:06:51 +0100 |
commit | c701ec626c00ef73028a37a44b3d49e9b098a888 (patch) | |
tree | 517246ccee466370037c1bb3db714d17206754b0 /hw/m68k | |
parent | 8ac919a065418d8f43bb2865d53d38b66a398846 (diff) |
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>
Diffstat (limited to 'hw/m68k')
-rw-r--r-- | hw/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/m68k/Kconfig b/hw/m68k/Kconfig index ef4917dee6..bab4885ca5 100644 --- a/hw/m68k/Kconfig +++ b/hw/m68k/Kconfig @@ -18,3 +18,4 @@ config Q800 select MAC_VIA select NUBUS select MACFB + select SWIM |