summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/atirage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-251-1/+1
|
* video/atirage.cpp: add base x86 interface for atirageiidvd_device angelosa2024-02-081-1/+48
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* taito/taitowlf.cpp: convert to new PCI model (#11334) Angelo Salese2023-06-121-0/+41
| | | | | | | | | | | taito/taitowlf.cpp: convert to new PCI model taito/taitowlf.cpp: add proper pf2012 main BIOS [Guru] video/atirage.cpp: hookup ATI Rage II+ DVD variant to p5txla taito/taitowlf.cpp: virtualize CMOS and RTC as MB resources, initial implementation of Taito Wolf ROM DISK ISA * pf2012 now manages to start loading the DOS process, failing with EMM386
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+1
| | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
* video/atirage.cpp: Fixed Coverity bug, finished and tested GPIO ↵ arbee2023-05-221-16/+19
| | | | | | implementation, cleanup. [R. Belmont] apple/imacg3.cpp: Use extracted EDID from the internal monitor, resolution is now set correctly. [R. Belmont, edid.tv]
* atirage: fix -Wmaybe-uninitialized issue hap2023-05-191-9/+6
|
* video/atirage.cpp: Extremely preliminary emulation of PCI ATI 3D Rage family ↵ arbee2023-05-181-0/+524
SVGA chips. [R. Belmont] apple/powermacg3.cpp: Hooked up ATI Rage II video, you can now enter and interact with Open Firmware. [R. Belmont]