summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mappy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* BIG update. Aaron Giles2011-03-291-69/+69
* 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-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-8/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-11/+11
* Fixed MT #4214: grobda, motos, phozon: No directional controls available for ... Scott Stone2011-01-291-4/+4
* running_device -> device_t Aaron Giles2010-12-311-23/+23
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-107/+107
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-27/+16
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-15/+7
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+3
* Time to kill off some deadwood. Aaron Giles2010-07-071-33/+33
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-23/+23
* 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-7/+7
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* not worth mention: slightly simplified device interfaces in mappy.c, gaplus.c... Fabio Priuli2009-12-271-50/+50
* Converted Namco IO chips 56xx, 58xx and 59xx to be devices and converted gapl... Fabio Priuli2009-12-261-142/+296
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-11/+11
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-8/+8
* New clone added : Fabio Priuli2009-12-021-0/+25
* Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari... Phil Bennett2009-12-011-10/+30
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-11-281-20/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* Cleanups and version bump. Aaron Giles2009-08-021-2/+2
* adds dip port location to Super Pac-Man, Pac & Pal, Grodbda, Phozon, Mappy, T... Brian Troha2009-07-311-196/+140
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Pleased Aaron - audited and added GAME_SUPPORTS_SAVE flag to all games in the... Ryan Holtz2009-07-181-16/+16
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-32/+32
* Converted the Namco 50xx into a proper device. Aaron Giles2009-05-261-12/+12
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-26/+26
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+11
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-29/+29
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+16
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-3/+3
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-7/+7
* Hi mamedev, Aaron Giles2008-12-081-12/+12
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Another big one. Aaron Giles2008-11-201-2/+2