summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented flip screen to jangou and nightgal angelosa2016-02-092-10/+12
* Better algo for sexygal angelosa2016-02-091-11/+4
* Revert set params, nw angelosa2016-02-091-11/+14
* Update source notes and optimized, nw angelosa2016-02-092-12/+31
* Fixed silly left-over in nightgal.cpp, improves Night Gal Summer at very least angelosa2016-02-092-0/+7
* Added opcode $b2, Night Gal Summer shows some garbage now angelosa2016-02-081-3/+2
* NCS8105 ADCX opcode is actually an ADDX, fixes gfx garbage in nightgal.cpp [A... angelosa2016-02-082-2/+18
* Moved Night Gal to use JANGOU_BLITTER angelosa2016-02-082-13/+8
* Added region size, nw angelosa2016-02-082-5/+13
* null -> nullptr angelosa2016-02-081-1/+1
* Moved JANGOU_BLITTER into a device [Angelo Salese] angelosa2016-02-082-0/+217
* Merge pull request #604 from jfdelnero/master Miodrag Milanović2016-02-052-0/+463
|\
| * Cursor support. Jean-François DEL NERO2016-01-242-5/+40
| * New video chip support : Thomson EF9364 / Sescosem SFF96364 Jean-François DEL NERO2016-01-232-0/+428
* | mc6845.cpp: fixed save state regression found during Tafoid's latest round of... Ivan Vangelista2016-02-031-1/+2
* | start making this a little more modern c++y with classes, member functions et... David Haywood2016-02-014-3267/+3254
* | This fix VS2015 warning (and building) about uninitialized variable. dankan18902016-01-301-1/+1
* | Add macros for alignment checking (nw) AJR2016-01-301-2/+2
* | Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-274-25/+22
* | shuffle some code around, move included code to .inc file, easier to read / u... David Haywood2016-01-243-733/+521
|/
* mc6845: somehow this fixes mt6046 (nw) cracyc2016-01-211-1/+1
* backporting new code (nw) Miodrag Milanovic2016-01-202-2/+2
* reverting: Miodrag Milanovic2016-01-20130-661/+665
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2037-78/+78
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
* Revert "fix save_memory in psx (nw)" Miodrag Milanovic2016-01-201-1/+1
* nokia_3310.cpp: started implementing the driver based on available informatio... Sandro Ronco2016-01-192-0/+298
* fix save_memory in psx (nw) Miodrag Milanovic2016-01-171-1/+1
* some additional (nw) Miodrag Milanovic2016-01-162-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1637-78/+78
* tags are now strings (nw) Miodrag Milanovic2016-01-16130-665/+661
* removed memory tracking (nw) Miodrag Milanovic2016-01-082-2/+2
* devices/video/mc6847.h: fixed MT06124 (nw) Ivan Vangelista2016-01-071-2/+2
* upd7220: correct lr in graphics mode (nw) cracyc2016-01-021-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-303-85/+84