mos6522: expose mos6522_update_irq() through MOS6522DeviceClass
commitb6c7e42f74ab244545e157a0f90a31c70a66f3eb
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 13 Jun 2018 08:30:15 +0000 (13 09:30 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 16 Jun 2018 06:32:33 +0000 (16 16:32 +1000)
treeaf2a3a48adcacca120d4cba2d411d36a64d1ffb3
parent32a8c27b5dfc834abf7ada7c55fcc69c97ae0140
mos6522: expose mos6522_update_irq() through MOS6522DeviceClass

In the case where we have an interrupt generated externally from inputs to
bits 1 and 2 of port A and/or port B, it is necessary to expose
mos6522_update_irq() so it can be called by the interrupt source.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/misc/mos6522.c
include/hw/misc/mos6522.h