summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/psx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... mooglyguy2018-12-161-0/+42
* PSX GPU: Copy the textures STP bit, which improves Silent Hill. [smf] smf-2018-09-241-2/+4
* PSX: implemented GPU STP draw and checking, which is used on Aquarush for wat... smf-2018-09-201-13/+19
* PSX GPU Implement transparent dots & lines (which fixes MT 06528) & declare v... smf-2018-09-121-885/+469
* video/psx.cpp: Eliminate register_postload; separate out screen device (nw) AJR2018-09-111-11/+25
* fix building with PSXGPU_DEBUG_VIEWER (nw) smf-2018-09-101-1/+1
* PSX GPU: Added Textured Dot rendering [smf] smf-2018-09-041-1/+83
* psx.cpp : Fix debug mesh display (#3781) cam9002018-07-241-1/+1
* psx.cpp : Move notes cam9002018-07-221-15/+6
* psx.cpp : Reduce unused, Add notes cam9002018-07-221-9/+9
* psx.cpp : Forgot for fix states cam9002018-07-221-3/+3
* psx.cpp : Minor information fix cam9002018-07-221-19/+8
* Some old GPU has only 16bit video output; Correct this, Add notes cam9002018-07-211-5/+25
* psx.cpp : device_palette_interface cam9002018-07-211-26/+18
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* Added missing primitives [krom] smf-2018-06-041-0/+7
* video/psx.cpp: Add device_video_interface and eliminate first_screen (nw) AJR2018-03-031-12/+10
* Soul Edge, fixed MT#03563 Li Long background colours [smf] smf-2018-02-091-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-7/+7
* updated devices/video devices to use device_add_mconfig insted of device_mcon... Ivan Vangelista2017-05-241-11/+6
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Fix compile with PSXGPU_DEBUG_VIEWER on (nw) angelosa2017-05-161-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-58/+57
* Self-registering devices prep: Vas Crabb2017-02-271-8/+11
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-415/+415
* reverting: Miodrag Milanovic2016-01-201-7/+7
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "fix save_memory in psx (nw)" Miodrag Milanovic2016-01-201-1/+1
* fix save_memory in psx (nw) Miodrag Milanovic2016-01-171-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-091-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3822