summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-01cv1k.cpp: some work towards save state support. Should work but it would be b... Ivan Vangelista1-0/+14
2016-03-30Add GROMCLK pin; optionally provides clock for GROMs Michael Zapf2-0/+23
2016-03-24Updated license mistakenly marked as BSD3, due to usage of Frodo code (nw) Miodrag Milanovic2-10/+4
2016-03-20removed double string in some instances of "Fatal error: Error: x" hap1-1/+1
2016-03-20Add additional sanity checking to the tms9927/crt5027 core. [Lord Nightmare] Lord-Nightmare1-3/+10
2016-03-18Clarify device/short names for HD63484 (nw) Scott Stone2-2/+2
2016-03-18Improved wording on this, nw Angelo Salese1-2/+2
2016-03-18Converted shanghai.cpp to use the non-legacy hd63484 video device. Fixes [An... angelosa1-1/+2
2016-03-16svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, an... mahlemiut2-41/+56
2016-03-07TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2-29/+9
2016-03-04consistency fixes and add missed files (nw) Miodrag Milanovic3-1/+6
2016-03-01Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2-7/+8
2016-02-24Cleanups and version bump Miodrag Milanovic7-271/+265
2016-02-21Merge remote-tracking branch 'refs/remotes/mamedev/master' ImJezze12-3272/+3995
2016-02-15upd7220: command 05 appears to blank the display (nw) cracyc1-1/+8
2016-02-09Moved blitter status around, function cleanups angelosa2-9/+15
2016-02-09Implemented flip screen to jangou and nightgal angelosa2-10/+12
2016-02-09Better algo for sexygal angelosa1-11/+4
2016-02-09Revert set params, nw angelosa1-11/+14
2016-02-09Update source notes and optimized, nw angelosa2-12/+31
2016-02-09Fixed silly left-over in nightgal.cpp, improves Night Gal Summer at very least angelosa2-0/+7
2016-02-08Added opcode $b2, Night Gal Summer shows some garbage now angelosa1-3/+2
2016-02-08NCS8105 ADCX opcode is actually an ADDX, fixes gfx garbage in nightgal.cpp [A... angelosa2-2/+18
2016-02-08Moved Night Gal to use JANGOU_BLITTER angelosa2-13/+8
2016-02-08Added region size, nw angelosa2-5/+13
2016-02-08null -> nullptr angelosa1-1/+1
2016-02-08Moved JANGOU_BLITTER into a device [Angelo Salese] angelosa2-0/+217
2016-02-03mc6845.cpp: fixed save state regression found during Tafoid's latest round of... Ivan Vangelista1-1/+2
2016-02-01start making this a little more modern c++y with classes, member functions et... David Haywood4-3267/+3254
2016-01-30This fix VS2015 warning (and building) about uninitialized variable. dankan18901-1/+1
2016-01-30Add macros for alignment checking (nw) AJR1-2/+2
2016-01-27Cleanups and version bumpmame0170 Miodrag Milanovic4-25/+22
2016-01-24Cursor support. Jean-François DEL NERO2-5/+40
2016-01-24shuffle some code around, move included code to .inc file, easier to read / u... David Haywood3-733/+521
2016-01-23New video chip support : Thomson EF9364 / Sescosem SFF96364 Jean-François DEL NERO2-0/+428
2016-01-21mc6845: somehow this fixes mt6046 (nw) cracyc1-1/+1
2016-01-20backporting new code (nw) Miodrag Milanovic2-2/+2
2016-01-20reverting: Miodrag Milanovic130-661/+665
2016-01-20Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic37-78/+78
2016-01-20Revert "some additional (nw)" Miodrag Milanovic2-2/+2
2016-01-20Revert "fix save_memory in psx (nw)" Miodrag Milanovic1-1/+1
2016-01-19nokia_3310.cpp: started implementing the driver based on available informatio... Sandro Ronco2-0/+298
2016-01-17fix save_memory in psx (nw) Miodrag Milanovic1-1/+1
2016-01-16some additional (nw) Miodrag Milanovic2-2/+2
2016-01-16rest of device parameters to std::string (nw) Miodrag Milanovic37-78/+78
2016-01-16tags are now strings (nw) Miodrag Milanovic130-665/+661
2016-01-08removed memory tracking (nw) Miodrag Milanovic2-2/+2
2016-01-07devices/video/mc6847.h: fixed MT06124 (nw) Ivan Vangelista1-2/+2
2016-01-02upd7220: correct lr in graphics mode (nw) cracyc1-2/+2
2015-12-30Cleanups and version bumpmame0169 Miodrag Milanovic3-85/+84