summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vrender0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-23/+23
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+4
* Cleanups and version bump. Aaron Giles2010-05-051-2/+2
* (corrected vrender0.c prev commit typo/compile error) Michaƫl Banaan Ananas2010-04-301-2/+2
* vrender0.c: converted to be a device [Fabio Priuli] Fabio Priuli2010-04-261-274/+358
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+7
* Began removal of program_* calls from drivers. Aaron Giles2008-11-231-2/+2
* (From Atari Ace) Aaron Giles2007-12-241-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+522