summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/4enraya.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Cleanups again Angelo Salese2011-04-181-1/+1
* Implemented PAL-like prom read-back in 4 En Raya [Angelo Salese] Angelo Salese2011-04-111-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-0/+1
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-1/+1
* Added driver_data struct to 4enraya.c Fabio Priuli2009-11-181-0/+27