]> git.proxmox.com Git - mirror_qemu.git/commit
mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 30 Aug 2021 10:24:42 +0000 (11:24 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 8 Sep 2021 13:37:40 +0000 (15:37 +0200)
commit14562b375b82584bde32a77b0ce02c93de903bcb
tree6c1e2b7b4ce8486891854b6ceae0b50200ea7936
parent84e944b2afba1e4e2a40619516ac2ea2996671d4
mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()

After this change mac_via_reset() is now empty and can be removed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210830102447.10806-8-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/misc/mac_via.c