summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/usgames.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-4/+4
* BIG update. Aaron Giles2011-03-291-7/+7
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-10/+1
* 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-5/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-7/+7
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* [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
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-2/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-12/+12
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+2
* Correctly setup the MC6845 device in the usgames driver. Phil Bennett2008-12-251-1/+13
* 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
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-103/+71
* 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-5/+5
* 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-9/+9
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. 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
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-4/+4
* Memory map merges for drivers starting with U, V, W, and Z. Andrew Gardner2008-04-071-52/+23
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-16/+16
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-6/+4
* 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-5/+5
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-0/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Color table removal -- done Zsolt Vasvari2008-02-191-2/+1
* Renames M6845 to MC6845 Zsolt Vasvari2008-02-121-6/+6
* Renames CRTC6845 to M6845 Zsolt Vasvari2008-02-121-6/+6
* - Changed the crtc6845 to be handle based -- adjusted all drivers Zsolt Vasvari2008-02-121-31/+31
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+452