aboutsummaryrefslogtreecommitdiff
path: root/include/hw/display/macfb.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-08include: Include headers where neededMarkus Armbruster1-1/+2
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland1-1/+2
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland1-2/+0
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland1-0/+8
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland1-1/+15
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland1-0/+1
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland1-0/+20
2020-12-10Clean up includesMarkus Armbruster1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-8/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-7/+11
2020-08-27nubus: Rename class type checking macrosEduardo Habkost1-2/+2
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier1-0/+64