summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-8/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-222/+222
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-28/+28
* BIG update. Aaron Giles2011-03-291-94/+94
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+6
* Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices. Aaron Giles2011-03-101-61/+24
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-262/+294
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-6/+6
* running_device -> device_t Aaron Giles2010-12-311-9/+9
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-50/+50
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-25/+19
* Fix the bad trend I started long ago in naming the MIPS CPU configuration Aaron Giles2010-08-261-4/+4
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-3/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-23/+23
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+17
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-9/+9
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-19/+19
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Internal memory system shuffling. Address maps initialized internally Aaron Giles2009-12-061-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-4/+12
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-5/+5
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-21/+21
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-03-271-74/+74
* new sha1s from yasu davidhay2009-03-161-3/+3
* updated CHDs from Yasu davidhay2009-03-151-7/+7
* Updated a few CHDs. Added a few driver casts. Aaron Giles2009-03-141-3/+3
* Added function calls to replace the MIPS3 DRC's various CPU_SET_INFO Aaron Giles2009-03-071-38/+16
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* More device normalization: Aaron Giles2008-12-161-16/+16
* Here's the big one.... Aaron Giles2008-12-111-4/+8