c701ec626c
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>
22 lines
280 B
Plaintext
22 lines
280 B
Plaintext
config AN5206
|
|
bool
|
|
select COLDFIRE
|
|
select PTIMER
|
|
|
|
config MCF5208
|
|
bool
|
|
select COLDFIRE
|
|
select PTIMER
|
|
|
|
config NEXTCUBE
|
|
bool
|
|
select FRAMEBUFFER
|
|
select ESCC
|
|
|
|
config Q800
|
|
bool
|
|
select MAC_VIA
|
|
select NUBUS
|
|
select MACFB
|
|
select SWIM
|