summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1
* Procedural texture for vectors in HLSL ImJezze2016-06-051-1/+1
* small cleanup (nw) Miodrag Milanovic2016-06-053-14/+1
* rasterizers for gradius4 (nw) Ville Linde2016-05-311-0/+20
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-252-2/+2
* Moved extension of vector lines to where it belongs (nw) ImJezze2016-05-221-44/+12
* itt3030: scrolling (nw) cracyc2016-05-211-2/+4
* (nw) Fixed up PCI VGA legacy register mapping Ted Green2016-05-184-39/+59
* voodoo: Stopped blocking of non-fifo'd register writes (nw) Ted Green2016-05-171-3/+6
* (nw) Merge branch 'seattle_pci' Ted Green2016-05-171-0/+6
|\
| * voodoo_pci: Added default PCI BAR locations (nw) Ted Green2016-05-171-0/+6
* | h63484 ==> hd63484 (nw) Sandro Ronco2016-05-132-193/+186
* | remove legacy hd63484. (nw) Sandro Ronco2016-05-132-1659/+0
* | Fix compile for SNES_LAYER_DEBUG, nw angelosa2016-05-121-0/+1
* | Moved around PAL variable, nw angelosa2016-05-111-3/+6
|/
* converted realpunc to use the modern hd63484 device. (nw) Sandro Ronco2016-05-072-3/+9
* hd44780_pixel_update_func to delegate (nw) Miodrag Milanovic2016-05-062-10/+10
* remove comment, false positive in driver_data search Miodrag Milanovic2016-05-021-2/+0
* (nw) Prep work for gpu acceleration Ted Green2016-05-012-49/+53
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-0114-536/+536
* move gb sound and gb lcd in order to make snes compile, since used by bus dev... Miodrag Milanovic2016-05-012-0/+3066
* saturn and stv split (nw) Miodrag Milanovic2016-05-014-2/+6
* vector: Move clipping to avgdvg, the only user. Simplify [O. Galibert] Olivier Galibert2016-04-282-178/+48
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-247-11/+11
* Remove outdated message (nw) AJR2016-04-231-4/+0
* Move a few odds and ends out of the emu core AJR2016-04-232-0/+371
* move vector to video devices (nw) Miodrag Milanovic2016-04-232-0/+448
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-201-4/+3
|\
| * Iterate over devices C++11 style AJR2016-04-181-4/+3
* | Added general read/write methods to 9928a, allowing address lines to select f... Michael Zapf2016-04-202-0/+22
|/
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-0715-47/+39
* cv1k.cpp: some work towards save state support. Should work but it would be b... Ivan Vangelista2016-04-011-0/+14
* Add GROMCLK pin; optionally provides clock for GROMs Michael Zapf2016-03-302-0/+23
* Updated license mistakenly marked as BSD3, due to usage of Frodo code (nw) Miodrag Milanovic2016-03-242-10/+4
* removed double string in some instances of "Fatal error: Error: x" hap2016-03-201-1/+1
* Add additional sanity checking to the tms9927/crt5027 core. [Lord Nightmare] Lord-Nightmare2016-03-201-3/+10
* Clarify device/short names for HD63484 (nw) Scott Stone2016-03-182-2/+2
* Improved wording on this, nw Angelo Salese2016-03-181-2/+2
* Converted shanghai.cpp to use the non-legacy hd63484 video device. Fixes [An... angelosa2016-03-181-1/+2
* svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, an... mahlemiut2016-03-162-41/+56
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-072-29/+9
* consistency fixes and add missed files (nw) Miodrag Milanovic2016-03-043-1/+6
* Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2016-03-012-7/+8
* Cleanups and version bump Miodrag Milanovic2016-02-247-271/+265
* upd7220: command 05 appears to blank the display (nw) cracyc2016-02-151-1/+8
* Moved blitter status around, function cleanups angelosa2016-02-092-9/+15