summaryrefslogtreecommitdiffstats
path: root/hw/misc/mos6522.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: expose monitor_puts to rest of codeAlex Bennée2022-10-061-1/+1
* mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland2022-03-091-4/+78
* mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland2022-03-091-2/+9
* mos6522: add "info via" HMP command for debuggingMark Cave-Ayland2022-03-091-0/+103
* mos6522: add register names to register read/write trace eventsMark Cave-Ayland2022-03-091-3/+10
* mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2022-03-091-1/+0Star
* mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland2022-03-091-9/+0Star
* mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2022-03-091-0/+15
* misc/mos6522: Use timer_free() in the finalize function to avoid memleakGan Qixin2021-01-181-0/+9
* mos6522: Rename QOM macrosEduardo Habkost2020-09-021-4/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* mos6522: remove anh registerLaurent Vivier2020-01-081-8/+8
* mos6522: update counters when timer interrupts are offLaurent Vivier2019-11-261-2/+6
* mos6522: fix T1 and T2 timersLaurent Vivier2019-11-181-15/+52
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland2018-06-161-0/+1
* mos6522: remove additional interrupt flag filter from mos6522_update_irq()Mark Cave-Ayland2018-06-161-1/+1
* mos6522: only clear the shift register interrupt upon writeMark Cave-Ayland2018-06-161-1/+1
* mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTRMark Cave-Ayland2018-06-121-8/+1Star
* mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland2018-06-121-10/+3Star
* cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland2018-06-121-1/+1
* mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522Mark Cave-Ayland2018-06-121-1/+1
* hw/misc/mos6522: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-121-2/+2
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-6/+2Star
* misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland2018-02-111-0/+505