summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
Commit message (Expand)AuthorAgeFilesLines
* Fix the fix - you can't comment out calls with side effects even if the retur... Vas Crabb2015-04-111-1/+1
* fixed compiling with old Apple GCC. nw. etabeta782015-04-111-1/+1
* Compile fix (nw) Ivan Vangelista2015-04-111-2/+1
* pc_vga: made a start on the Cirrus hardware pointer, fixed reading of the loc... mahlemiut2015-04-112-14/+250
* pc_vga: added a bit more to the Cirrus SVGA extensions mahlemiut2015-04-062-44/+239
* Add back support for big endian targets including OSX-PPC Vas Crabb2015-04-021-1/+1
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-618/+0
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-252-3/+3
* iteagle: don't forget the new files (nw) arbee2015-03-222-0/+116
* iteagle: work-in-progress [Ted Green] arbee2015-03-221-0/+10
* tms34061.c: oops, thanks AWJ (nw) Ivan Vangelista2015-02-281-1/+0
* capbowl.c: killed anonymous timer, enabled save state support (nw) Ivan Vangelista2015-02-271-3/+9
* (mess) pcd: cursor and floppy 2 (nw) cracyc2015-02-262-7/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-252-12/+12
* (MESS) sms: improved the code for the Light Phaser, by simplifying the routines etabeta782015-02-222-27/+21
* Fixed typo (nw) Miodrag Milanovic2015-02-181-1/+1
* scn2674: reworked for the pcd [Carl] cracyc2015-02-153-0/+871
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-1/+1
* (MESS) snes: converted input code to use slot devices. This means that you etabeta782015-01-312-10/+7
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-282-2/+2
* (MESS) sms/gamegear: misc improvements [Enik Land] etabeta782015-01-271-19/+24
* h63484.c: added save state support (nw) Ivan Vangelista2015-01-252-0/+65
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-313-4/+4
* snes_ppu_device: removed unneeded running_machine parameter were it wasn't ne... Osso2014-12-292-30/+30
* Add a TEA1002 color encoder device and use it for the Aquarius. It might Dirk Best2014-12-283-0/+162
* (MESS) gamegear: moved GG-SMS scaling from VDP file to the machine file; etabeta782014-12-243-367/+125
* Assorted changes and fixes to sega devices (nw) Scott Stone2014-12-222-2/+2
* upd7220: reverse bit order and make address space 16 bit (nw) cracyc2014-12-102-26/+42
* lindbergh: Match card and video bios [O. Galibert] Olivier Galibert2014-12-095-59/+59
* pci: expansion rom management [O. Galibert] Olivier Galibert2014-12-091-0/+1
* compile fix from qmc2 (nw) Miodrag Milanovic2014-12-061-0/+1
* Update yz2014-12-041-0/+3
* Minor log removal Angelo Salese2014-11-301-2/+4
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-263-15/+14
* remove leftover test code that was accidentally committed (nw) mamehaze2014-11-212-14/+2
* the Genesis VDP inherits the SMS vdp code so that it can run in SMS compatibi... mamehaze2014-11-212-1/+16
* mp_soni2 was trashing so much memory I'm surprised Mame didn't become self aw... mamehaze2014-11-211-5/+13
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-2/+2
* Experiments in PCI land [O. Galibert] Olivier Galibert2014-11-053-0/+64
* (mess) num9rev: add number 9 revolution 512x32 [Carl] cracyc2014-11-042-7/+10
* upd7220: shift screen down by vbp (nw) cracyc2014-11-031-6/+6
* (mess) upd7220: duh (nw) cracyc2014-11-031-1/+1
* upd7220: Bresenham line drawing [Carl] cracyc2014-11-031-30/+50
* (mess) upd7220: so dividing by lr didn't quite work (nw) cracyc2014-11-021-1/+2
* svga_device::zero() does it all [nw] jbu2014-11-021-2/+1
* use vga_device::zero() in cirrus_vga_device::device_start() as well (nw) Oliver Stöneberg2014-11-011-1/+1
* Add zero() to (s)vga_device: zeroes all private variables but vtbls. jbu2014-11-012-3/+24
* updated comments/TODOs about invalid vptr warnings (nw) Oliver Stöneberg2014-11-011-0/+1
* fixed usage of uninitialized member in snes_ppu_device (nw) Oliver Stöneberg2014-10-291-0/+2
* snes_ppu: let's initialize more class variables! nw. etabeta782014-10-292-42/+105