summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cinemat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-20/+20
* BIG update. Aaron Giles2011-03-291-32/+32
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+15
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-8/+8
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-33/+33
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-56/+56
* 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-81/+60
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-2/+2
* New clones added Curt Coder2010-07-141-0/+38
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* last round of company name cleanups for now Michaël Banaan Ananas2010-05-221-1/+1
* Rock-ola -> Rock-Ola Michaël Banaan Ananas2010-05-221-3/+3
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-5/+5
* mametesters bugfix: Michaël Banaan Ananas2010-05-051-2/+8
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-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-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-2/+3
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-21/+21
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-38/+38
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* CCPU and T-11 pointer-ification. Aaron Giles2008-11-251-4/+4
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-9/+9
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-8/+8
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-8/+8
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-37/+37
* Region classes go bye-bye. Aaron Giles2008-07-281-27/+27
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-27/+27
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1