summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megaplay.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h Angelo Salese2011-06-301-1/+0
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-1/+0
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-48/+48
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-26/+26
* 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-5/+5
* 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-10/+11
* First (small) step towards driver class for megadrive-based drivers [Fabio Pr... Fabio Priuli2011-02-121-90/+87
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* Cleaned up many duplicate inputs and fixed others in a number of drivers. [T... Scott Stone2010-11-111-6/+5
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+2
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-1/+1
* Sega misc wip: Fabio Priuli2010-01-311-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Added new functions: Aaron Giles2009-12-071-2/+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-2/+2
* > -----Original Message----- Aaron Giles2009-10-211-5/+0
* Removing old and duplicate code for genesis/megadrive from MAME (part 2): upd... Fabio Priuli2009-10-091-0/+42
* Removing old and duplicate code for genesis/megadrive from MAME (part 1) Fabio Priuli2009-10-081-417/+206
* Cleanups and version bump. Aaron Giles2009-10-041-14/+14
* Renamed hazemd_s files to segamsys, as per Aaron advice... Fabio Priuli2009-10-031-1/+1
* From: David Haywood [mailto:neohaze@nildram.co.uk] Fabio Priuli2009-10-011-59/+122
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A few number-to-tag changes in megadrive/sms based drivers. Fabio Priuli2009-05-051-0/+2
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-4/+4
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* 02888: All sets in megaplay.c: Large black box obscuring game Aaron Giles2009-01-291-28/+14
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-3/+3
* address space compilation errors. smf-2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-14/+14
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-14/+14
* Part 6 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-041-10/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-281-1/+1
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-10/+24