summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.h
Commit message (Expand)AuthorAgeFilesLines
...
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-15/+15
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-0/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-2/+18
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-2/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-383/+1
* Removes MDRV_COLORTABLE_LENGTH macro -- no longer used Zsolt Vasvari2008-02-191-3/+0
* Removed expand_machine_driver(). Aaron Giles2008-02-181-1/+2
* Added new option VIDEO_UPDATE_SCANLINE, which cases VIDEO_UPDATE to be called... Aaron Giles2008-01-301-2/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-01-241-7/+7
* Added a _CALL variant to all prototype macros. The use of these should make ... Zsolt Vasvari2008-01-221-23/+41
* sound: Couriersud2008-01-201-1/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Added new file xtal.h with commonly known/used clock XTALs. Aaron Giles2008-01-011-0/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-5/+6
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-19/+4
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+587