aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/mos6522.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-16hw/misc/mos6522: Convert TYPE_MOS6522 to 3-phase resetPeter Maydell1-3/+4
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+1
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland1-4/+78
2022-03-09mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland1-2/+9
2022-03-09mos6522: add "info via" HMP command for debuggingMark Cave-Ayland1-0/+103
2022-03-09mos6522: add register names to register read/write trace eventsMark Cave-Ayland1-3/+10
2022-03-09mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland1-1/+0
2022-03-09mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland1-9/+0
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland1-0/+15
2021-01-18misc/mos6522: Use timer_free() in the finalize function to avoid memleakGan Qixin1-0/+9
2020-09-02mos6522: Rename QOM macrosEduardo Habkost1-4/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08mos6522: remove anh registerLaurent Vivier1-8/+8
2019-11-26mos6522: update counters when timer interrupts are offLaurent Vivier1-2/+6
2019-11-18mos6522: fix T1 and T2 timersLaurent Vivier1-15/+52
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland1-0/+1
2018-06-16mos6522: remove additional interrupt flag filter from mos6522_update_irq()Mark Cave-Ayland1-1/+1
2018-06-16mos6522: only clear the shift register interrupt upon writeMark Cave-Ayland1-1/+1
2018-06-12mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTRMark Cave-Ayland1-8/+1
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland1-10/+3
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland1-1/+1
2018-06-12mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522Mark Cave-Ayland1-1/+1
2018-06-12hw/misc/mos6522: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-6/+2
2018-02-11misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland1-0/+505