summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr.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-19/+19
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Minor game title changes, IE: change Tapper & Tapper (alt) to Tapper (Budweis... Brian Troha2011-01-301-6/+6
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-51/+51
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-4/+4
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-4/+5
* 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-23/+17
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* z80sio: Added register access functions to prevent trampoline functions [Dirk... Dirk Best2010-03-081-1/+1
* Complete rewrite of the Z80-PIO implementation. The handshaking signals are n... Curt Coder2010-02-171-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixed 03597: outrun, outrunra, outruno, outrundx, outrunb: Incorrect vsync sp... Scott Stone2009-12-241-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-6/+6
* Changed occurrences of device label "cpu" to "maincpu" to comply to stated gu... Scott Stone2009-12-051-2/+55
* Hooked up cocktail (P2) fire button so that it can be used in-game and in tes... Scott Stone2009-11-301-7/+7
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-9/+9
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* From: Kevin Eshbach [mailto:keshbach@comcast.net] Aaron Giles2009-08-021-93/+136
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-52/+52
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Cleanups and version bump. Aaron Giles2009-03-051-2/+2
* 02694: demoderb, demoderm: Duplicated input definitions for P1 and P2 buttons. Couriersud2009-03-041-13/+16
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-29/+29
* 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-32/+32
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+5
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-4/+8
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-20/+20
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* Added dates to Tron revisions. Swapped tron/tron2 now that we know tron2 Aaron Giles2008-11-241-8/+8
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-19/+19
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-1/+1