summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/voodoo.h
Commit message (Expand)AuthorAgeFilesLines
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-9/+9
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-6/+6
* voodoo: Removed unused config struct. (nw) Curt Coder2014-05-131-16/+0
* voodoo converted to devcb2, Aaron ignore this one :) (nw) Miodrag Milanovic2014-05-131-19/+40
* fixed viper regression (nw) Miodrag Milanovic2014-05-081-1/+2
* Dirty modernization (nw) Miodrag Milanovic2014-05-051-12/+16
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-1/+0
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* voodoo is using now device callbacks and some minor cleanups in few drivers (nw) Miodrag Milanovic2013-04-291-6/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Memory handler normalization, part 1. Aaron Giles2012-09-171-10/+10
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-4/+62
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-41/+20
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Put a BSD license on the voodoo emulation so the DOSbox guys can stop Aaron Giles2010-08-211-5/+36
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* Here's the big one.... Aaron Giles2008-12-111-0/+4
* Converted voodoo into a proper device. Aaron Giles2008-06-231-32/+100
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* Voodoo now takes a device_config for the screen Zsolt Vasvari2008-03-101-2/+3
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+50