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