summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* EF9365 : Fix the hardware vector engine. (#2370) Jean-François DEL NERO2017-06-082-58/+69
* tabpkr: Push emulation a little further along (nw) AJR2017-06-062-0/+6
* voodoo: Also calculate dither pointer when needed for fogging. Fixes graphic... Ted Green2017-06-042-4/+5
* coverity, cleanup, constructor delegation (nw) Vas Crabb2017-06-032-41/+31
* added HLCD0530 device (nw) hap2017-05-302-25/+37
* srcclean (nw) Vas Crabb2017-05-284-29/+29
* m_owner cleanup (nw) AJR2017-05-251-1/+1
* some more Voodoo cleanup (nw) Vas Crabb2017-05-252-223/+162
* updated devices/video devices to use device_add_mconfig insted of device_mcon... Ivan Vangelista2017-05-2418-142/+79
* some tidying (nw) David Haywood2017-05-242-18/+56
* make cybar120 look more reasonable David Haywood2017-05-241-0/+6
* some support for extended sprite addressing used by cybar120 David Haywood2017-05-233-3/+18
* basic VT03 support David Haywood2017-05-234-103/+567
* general cleanup: Vas Crabb2017-05-231-0/+1
* qs1000, 315_5124 and 315_5313 devices: test Vas' latest work (nw) Ivan Vangelista2017-05-224-40/+22
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2212-22/+22
* Fix compile with PSXGPU_DEBUG_VIEWER on (nw) angelosa2017-05-161-1/+1
* Fix obvious bugs found by GCC 7.1 (nw) Miodrag Milanovic2017-05-151-1/+1
* couple more things for MSVC (nw) Vas Crabb2017-05-152-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-14166-4718/+4515
* voodoo_pci: Add additional pci configuration registers for vegas support. (nw) Ted Green2017-05-132-7/+21
* ppu2c0x & vsnes privatize variables (nw) angelosa2017-05-101-19/+21
* iteagle: Added save states to iteagle driver. Ted Green2017-05-052-0/+7
* Start adding save state support to atlantis driver. (nw) Ted Green2017-05-031-9/+23
* EF9345 : Fix random mame crash while drawing characters at the right or botto... Jean-François DEL NERO2017-05-031-12/+10
* New machine support : The French Minitel 2 Terminal. (#2261) Jean-François DEL NERO2017-04-292-7/+83
* added (partial) correct register mappings to HD6345 bwodok2017-04-252-4/+64
* srcclean (nw) Vas Crabb2017-04-234-56/+56
* midwayic: Block register updates until unlocked. (nw) Ted Green2017-04-222-3/+3
* voodoo: Revert texture base address calculation to fix seattle driver. (nw) Ted Green2017-04-221-4/+2
* voodoo: Change multi base address selection to fix funkball textures. Ted Green2017-04-201-6/+10
* zeus2: Handle buffer wrapping during frame clear. Select quad size based on m... Ted Green2017-04-192-84/+102
* Disallow a negative number of palette entries by changing some types (nw) AJR2017-04-161-2/+2
* zeus2: Don't include texture information on normal builds to reduce exe size.... Ted Green2017-04-121-1/+1
* zeus2: WIP. Working on depth buffering. (nw) Ted Green2017-04-122-61/+116
* Workaround for finlarch/sasissu/magzun ODD bit regression. (nw) angelosa2017-04-121-4/+10
* video/zeus2.cpp: fixed compile (nw) Ivan Vangelista2017-04-071-0/+2
* zeus2: Increase input fifo empty interrupt time and start to use address for ... Ted Green2017-04-071-35/+120
* v9938: A little cleanup (nw) AJR2017-04-062-102/+102
* New device interface for palettes AJR2017-04-062-50/+21
* zeus2: Add uv scaling. (nw) Ted Green2017-04-041-25/+27
* zeus2: Added texture lookup for RGB555 direct color type. (nw) Ted Green2017-04-032-5/+14
* (nw) Fixed the build (subCmd set but not used) Robbbert2017-04-031-2/+2
* zeus2: WIP Fixed waveram0 write. Change conversion to screen coordinates. Add... Ted Green2017-04-022-680/+703
* cesblit.cpp: Improve blit coordinates, fixes some missing graphics in e.g. ga... Luca Elia2017-04-022-29/+37
* srcclean (nw) Vas Crabb2017-03-264-101/+101
* pc_vga: fix broken port reads on state load Scott Percival2017-03-231-0/+4
* pc_vga: add palette configuration to save state Scott Percival2017-03-232-14/+21
* Merge pull request #2172 from kazblox/master R. Belmont2017-03-212-27/+47
|\
| * nes: Add Subor Type 2 board. (nw) kazblox2017-03-212-27/+47