aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/mos6522.c
AgeCommit message (Expand)AuthorFilesLines
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