summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
Commit message (Expand)AuthorAgeFilesLines
...
* (mess) pc9801: ascii font reading (nw) cracyc2014-10-261-1/+1
* fixed usage of uninitialized member in upd7220_device (nw) Oliver Stöneberg2014-10-261-7/+1
* upd7220: slanted chars [Carl] cracyc2014-10-241-8/+19
* upd7220: don't skip every other line in mixed mode (nw) cracyc2014-10-221-2/+2
* upd7220: fix shift expression MSVC doesn't like (nw) Alex W. Jackson2014-10-221-1/+1
* upd7220: better output for the compis and dmv [Carl] cracyc2014-10-202-24/+44
* more devfind: [Alex Jackson] Alex W. Jackson2014-10-174-6/+5
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-155-14/+14
* Compile fix (nw) Scott Stone2014-10-131-1/+1
* upd7220: add Bresenham arc and complete char drawing [Carl] cracyc2014-10-132-180/+113
* (MESS) nes.xml: added a couple of new multigame dumps using Fabio Priuli2014-10-135-11/+8
* fixfreq: converted to use inline configs. nw. Fabio Priuli2014-10-132-63/+94
* (MESS) sms.c: Misc fixes: [Enik Land] Wilbert Pol2014-10-122-52/+34
* Removed running_machine parameter from various methods were it wasn't needed ... Ivan Vangelista2014-10-061-1/+1
* fix MT385, and maybe 386 by making battlera use the proper PCE video code David Haywood2014-10-042-0/+16
* 315_5124.c: Refactored sprite handling, fixes status bar on Tarzan for gaemge... Wilbert Pol2014-09-282-127/+147
* Support for mode 0 chars in upd7220 (text in DMV diag program) Angelo Salese2014-09-271-16/+32
* "properly fixed" clang -Wconstant-logical-operand warnings and enabled it (nw) Oliver Stöneberg2014-09-231-4/+5
* reverted bogus tms9928a_device::device_timer() optimization (nw) Oliver Stöneberg2014-09-191-2/+4
* small optimization to tms9928a_device::device_timer() (nw) Oliver Stöneberg2014-09-191-4/+2
* (MESS) sms.c: Small improvements to the latching of some registers. Fixes fli... Wilbert Pol2014-09-162-30/+43
* cleanup (nw) Miodrag Milanovic2014-09-131-4/+0
* more c++11 compilation fixes (nw) Oliver Stöneberg2014-09-121-1/+1
* some c++11 compilation fixes (nw) Oliver Stöneberg2014-09-122-2/+2
* mach32,mach64: fixed crash when reading vblank state. mahlemiut2014-09-102-6/+6
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-092-8/+0
* (MESS) sms.c: Fixed graphics glitch in E-Swat atttact mode on the smsj driver... Wilbert Pol2014-09-092-24/+40
* voodoo.c, vooddefs.h: Added support for writes to trexInit1 register, to retu... Scott Stone2014-09-092-3/+31
* 315_5124.c: Add new member to save state (nw) Wilbert Pol2014-09-081-0/+1
* (MESS) sms.c: Prevent vdp register 6 contents from being overwritten while a ... Wilbert Pol2014-09-082-3/+7
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-083-6/+3
* Fixed linking for MAME (nw) Miodrag Milanovic2014-09-081-0/+1
* pc_vga: moved trident VGA device into its own source file (no whatsnew) mahlemiut2014-09-082-180/+1
* svga_s3: added CLKSYN test register (SR17), gets stock Trio64V2/DX BIOS to bo... mahlemiut2014-09-072-0/+7
* (MESS) pc_vga: correct access to attribute register when PAS bit is set, allo... R. Belmont2014-09-041-2/+3
* (MESS) upd7220: fixed RDAT command when data to read are larger than the FIFO... Sandro Ronco2014-08-252-2/+23
* 05637: gauntdl, gauntdl24: Emulation hangs after initialization [Phil Bennett] Phil Bennett2014-08-101-6/+6
* nw Michaël Banaan Ananas2014-08-081-1/+1
* PhilB fixed http://mametesters.org/view.php?id=5629 (whatsnewed via MT) Michaël Banaan Ananas2014-08-081-17/+17
* avoid potential conflict between src/emu/video/poly.h and src/osd/windows/win... Oliver Stöneberg2014-08-071-6/+6
* added assert for index out-of-bounds access with dwarfd, dwarfda (nw) Oliver Stöneberg2014-08-071-0/+1
* Added a few more members to snes save state and initialized some unintialized... Wilbert Pol2014-08-041-0/+23
* (MESS) sms.c: Restore selected cartridge when loading a save state for the st... Wilbert Pol2014-07-311-4/+5
* fix prev commit again + removed unneeded class member names prefixes Michaël Banaan Ananas2014-07-303-176/+162
* copypaste mistake Michaël Banaan Ananas2014-07-301-2/+2
* small cleanup Michaël Banaan Ananas2014-07-302-122/+23
* added assert for index out-of-bounds with saturneu -cart test1f (nw) Oliver Stöneberg2014-07-281-0/+1
* 315_5124.c: Use a simple array for cram. Fixes autosave issue found by Tafoid... Wilbert Pol2014-07-272-12/+12
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-2212-84/+84
* Cleanups and version bump Miodrag Milanovic2014-07-228-189/+189