aboutsummaryrefslogtreecommitdiff
path: root/include/hw/misc/mos6522.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-06input/adb: Only include header where neededBALATON Zoltan1-2/+1
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell1-1/+1
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland1-0/+15
2022-03-09mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland1-0/+1
2022-03-09mos6522: add "info via" HMP command for debuggingMark Cave-Ayland1-0/+2
2022-03-09mos6522: add register names to register read/write trace eventsMark Cave-Ayland1-0/+2
2022-03-09mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland1-2/+0
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland1-0/+2
2022-03-09mos6522: add defines for IFR bit flagsMark Cave-Ayland1-7/+15
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-5/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-09-02mos6522: Rename QOM macrosEduardo Habkost1-2/+2
2020-01-08mos6522: remove anh registerLaurent Vivier1-1/+0
2019-08-16ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster1-1/+0
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland1-0/+1
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland1-1/+1
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland1-0/+2
2018-02-11misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland1-0/+152