summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/changela.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* konamiic.c clean-up ... having two identical function names is bad bad BAD fo... Angelo Salese2011-04-281-13/+13
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-92/+92
* BIG update. Aaron Giles2011-03-291-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* 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
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-29/+29
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-20/+20
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-1/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* And now, something worth a mention: added full driver data struct to changela... Fabio Priuli2009-11-221-121/+158
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-2/+2
* Merged memory maps for the following drivers: [Mooglyguy] Ryan Holtz2009-04-251-56/+30
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* From: Mr. Do. Note I just wired up the layouts he provided, I left the PORT_T... Aaron Giles2009-02-261-1/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-14/+12
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-21/+21
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-11/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-8/+8
* Region classes go bye-bye. Aaron Giles2008-07-281-8/+8
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-8/+8
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* Cleanups and version bump.mame0126u1 Aaron Giles2008-07-171-1/+1
* From: RansAckeR [mailto:RansAckeR@pandora.be] Aaron Giles2008-07-171-34/+42
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-14/+14
* Cleanups for 0.124u4. Aaron Giles2008-04-241-2/+2
* AY-3-8910 rewrite: Couriersud2008-04-221-4/+14
* Renamed input port functions: Aaron Giles2008-04-061-6/+6
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-17/+17
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+3
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+4
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2