summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/carrera.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-2/+2
* 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-3/+3
* BIG update. Aaron Giles2011-03-291-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-4/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-19/+19
* 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-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Carrera: fixed colors [Angelo Salese] Angelo Salese2009-12-161-11/+12
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-1/+1
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-3/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Merged memory map and attempted to add proper colors in Carrera [Angelo Salese] Angelo Salese2009-04-191-17/+30
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* 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-8/+7
* Correctly setup the MC6845 device in the carrera driver. Phil Bennett2008-12-251-9/+20
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* The meager beginning of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-08-311-8/+4
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* 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-6/+6
* 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-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-6/+6
* 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-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* AY-3-8910 rewrite: Couriersud2008-04-221-0/+4
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-7/+7
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Fixed a number of compile errors caused by previous MC6845 Aaron Giles2008-03-071-7/+1
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-13/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+4
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-1/+3
* - Added running_machine* as first parameter to mc6845_config and all callback... Zsolt Vasvari2008-02-201-1/+1
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1