]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/m68k: add VIA support
authorLaurent Vivier <laurent@vivier.eu>
Sat, 26 Oct 2019 16:45:40 +0000 (18:45 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 28 Oct 2019 18:06:42 +0000 (19:06 +0100)
commit6dca62a0000f95e0b7020aa00d0ca9b2c421f341
treea7e96fe2361e75f61fdb9530b86de6ad8bc4097b
parentbe9208419865bc653f869e9b8cc22bdcbd9429fb
hw/m68k: add VIA support

Inside the 680x0 Macintosh, VIA (Versatile Interface Adapter) is used
to interface the keyboard, Mouse, and real-time clock. It also provides
control line for the floppy disk driver, video interface, sound circuitry
and serial interface.

This implementation is based on the MOS6522 object.

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-6-laurent@vivier.eu>
MAINTAINERS
default-configs/m68k-softmmu.mak
hw/m68k/Kconfig
hw/misc/Kconfig
hw/misc/Makefile.objs
hw/misc/mac_via.c [new file with mode: 0644]
include/hw/misc/mac_via.h [new file with mode: 0644]