| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -4/+4 |
* | devices/video/psx.cpp: initialized a couple of variables that were causing pr... |  Ivan Vangelista | 2020-06-06 | 1 | -0/+2 |
* | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 1 | -2/+2 |
* | psx refresh rate more decimals (nw) |  hap | 2020-01-06 | 1 | -4/+6 |
* | NTSC mode to set refresh rate to 59.82 for 240 and 59.94 for 480 |  ( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃ | 2020-01-05 | 1 | -1/+2 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
* | -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... |  mooglyguy | 2018-12-16 | 1 | -0/+42 |
* | PSX GPU: Copy the textures STP bit, which improves Silent Hill. [smf] |  smf- | 2018-09-24 | 1 | -2/+4 |
* | PSX: implemented GPU STP draw and checking, which is used on Aquarush for wat... |  smf- | 2018-09-20 | 1 | -13/+19 |
* | PSX GPU Implement transparent dots & lines (which fixes MT 06528) & declare v... |  smf- | 2018-09-12 | 1 | -885/+469 |
* | video/psx.cpp: Eliminate register_postload; separate out screen device (nw) |  AJR | 2018-09-11 | 1 | -11/+25 |
* | fix building with PSXGPU_DEBUG_VIEWER (nw) |  smf- | 2018-09-10 | 1 | -1/+1 |
* | PSX GPU: Added Textured Dot rendering [smf] |  smf- | 2018-09-04 | 1 | -1/+83 |
* | psx.cpp : Fix debug mesh display (#3781) |  cam900 | 2018-07-24 | 1 | -1/+1 |
* | psx.cpp : Move notes |  cam900 | 2018-07-22 | 1 | -15/+6 |
* | psx.cpp : Reduce unused, Add notes |  cam900 | 2018-07-22 | 1 | -9/+9 |
* | psx.cpp : Forgot for fix states |  cam900 | 2018-07-22 | 1 | -3/+3 |
* | psx.cpp : Minor information fix |  cam900 | 2018-07-22 | 1 | -19/+8 |
* | Some old GPU has only 16bit video output; Correct this, Add notes |  cam900 | 2018-07-21 | 1 | -5/+25 |
* | psx.cpp : device_palette_interface |  cam900 | 2018-07-21 | 1 | -26/+18 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 1 | -1/+1 |
* | Added missing primitives [krom] |  smf- | 2018-06-04 | 1 | -0/+7 |
* | video/psx.cpp: Add device_video_interface and eliminate first_screen (nw) |  AJR | 2018-03-03 | 1 | -12/+10 |
* | Soul Edge, fixed MT#03563 Li Long background colours [smf] |  smf- | 2018-02-09 | 1 | -7/+7 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -2/+2 |
* | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -7/+7 |
* | updated devices/video devices to use device_add_mconfig insted of device_mcon... |  Ivan Vangelista | 2017-05-24 | 1 | -11/+6 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
* | Fix compile with PSXGPU_DEBUG_VIEWER on (nw) |  angelosa | 2017-05-16 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -58/+57 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -8/+11 |
* | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -415/+415 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -7/+7 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | Revert "fix save_memory in psx (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | fix save_memory in psx (nw) |  Miodrag Milanovic | 2016-01-17 | 1 | -1/+1 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -7/+7 |
* | auto_alloc_array_clear -> make_unique_clear (nw) |  Miodrag Milanovic | 2015-12-19 | 1 | -2/+2 |
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... |  Miodrag Milanovic | 2015-12-17 | 1 | -1/+1 |
* | macro removal INLINE -> static inline (nw) |  Miodrag Milanovic | 2015-12-12 | 1 | -2/+2 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |
* | nw, more PVS-Studio fixes |  therealmogminer@gmail.com | 2015-11-09 | 1 | -3/+3 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+3822 |