summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midzeus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Midway Zeus improvements [Phil Bennett]: Phil Bennett2011-06-181-4/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-15/+15
* BIG update. Aaron Giles2011-03-291-32/+32
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-28/+28
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-25/+7
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-5/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+8
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-2/+2
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-2/+29
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+9
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* 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-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-69/+69
* New Clone add: Mortal Kombat 4 v1.0 (not working) Brian Troha2009-12-221-0/+18
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* New Clone Added: Cruis'n Exotica v2.0 Brian Troha2009-08-011-1/+30
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Fixes the version number of 2 sound roms for Mortal Kombat 4 and makes U2 1MB... Brian Troha2009-07-221-11/+11
* changes some rom names for Mortal Kombat 4 based on actual pictures of the PC... Brian Troha2009-06-191-19/+19
* New clone added: Cruis'n Exotica v2.4 Brian Troha2009-06-171-6/+35
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-7/+7
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-03-271-124/+124
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* Fix all obvious regressions based on screenshots. Aaron Giles2008-12-151-1/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+6
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1