summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mquake.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-3/+3
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-10/+10
* 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-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Converted amiga drivers to use driver_devices. Merged common code between Aaron Giles2010-09-191-5/+6
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Refactored the CIA 6526 interface, adding SP/CNT callbacks. Curt Coder2010-01-191-14/+18
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed functions: Aaron Giles2009-12-051-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-2/+2
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-02-261-0/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-28/+13
* Changed 6526cia to use devcb Nathan Woods2009-02-041-14/+9
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-6/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* Added device paramter to 6526 callbacks Nathan Woods2008-12-051-11/+10
* Made the 6526/8520 CIA implementations be devices Nathan Woods2008-12-051-4/+29
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* more sound core structure/renaming updates. Derrick Renaud2008-08-091-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-8/+8
* Region classes go bye-bye. Aaron Giles2008-07-281-10/+10
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-11/+11
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2