summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magictg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* 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
* Fix the bad trend I started long ago in naming the MIPS CPU configuration Aaron Giles2010-08-261-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* deleted obsolete comment as per Haze Angelo Salese2009-12-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* 02956: bigkong: Year is 1981 according to the title screen Aaron Giles2009-02-261-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-2/+2
* changed magictg to use (hopefully correct) roms. davidhay2008-10-301-28/+30
* Cleanups and version bump.mame0128u1 Aaron Giles2008-10-231-87/+87
* marked magictg smt roms as BAD as per Guru's recommendation. davidhay2008-10-201-18/+20
* Magic the Gathering: Armageddon (Skeleton driver) davidhay2008-10-191-0/+222