summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midxunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+1
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-0/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* 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-3/+3
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-0/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Added PALs and readme to midxunit.c. [Guru] Aaron Giles2009-02-161-0/+70
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-10/+10
* 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
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-1/+1
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+292