Le 24/02/2022 à 12:59, Mark Cave-Ayland a écrit :
The mos6522 datasheet describes how the control lines IRQs are edge-triggered
according to the configuration in the PCR register. Implement the logic 
according
to the datasheet so that the interrupt bits in IFR are latched when the edge is
detected, and cleared when reading portA/portB or writing to IFR as necessary.

To maintain bisectibility this change also updates the SCSI, SCSI data, Nubus
and VIA2 60Hz/1Hz clocks in the q800 machine to be negative edge-triggered as
confirmed by the PCR programming in all of Linux, NetBSD and MacOS.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
---
  hw/m68k/q800.c            |  9 +++--
  hw/misc/mac_via.c         | 15 +++++--
  hw/misc/mos6522.c         | 82 +++++++++++++++++++++++++++++++++++++--
  include/hw/misc/mos6522.h | 15 +++++++
  4 files changed, 109 insertions(+), 12 deletions(-)


Reviewed-by: Laurent Vivier <laur...@vivier.eu>


Reply via email to