summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssingles.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-4/+4
* 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
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* BIG update. Aaron Giles2011-03-291-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-6/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-7/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+12
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Converted the following drivers to use driver_data structs: [Atari Ace] Phil Bennett2010-01-251-17/+37
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Cleanups and version bump. Aaron Giles2010-01-161-21/+21
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* new not working Angelo Salese2010-01-091-1/+223
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-8/+10
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Bulk change alert. Aaron Giles2009-04-261-4/+2
* Memory maps merges for the following drivers: Angelo Salese2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+4
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* 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-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-7/+9
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* 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
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-65/+62
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+5
* Bulk converted drivers explicitly calling input_port_n_r() with a bogus Aaron Giles2008-04-061-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-091-1/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1