summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/gamedrv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Machine management cleanups AJR2016-04-251-6/+0
* Compressed internal layouts [David Haywood] Miodrag Milanovic2016-03-301-7/+22
* Added new flag MACHINE_IS_INCOMPLETE, and hooked it up to Bombs Away and "unk... angelosa2016-01-231-0/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-28/+28
* Revert "machine type attribute added in the xml" Olivier Galibert2015-05-291-5/+1
* machine type attribute added in the xml k2-git2015-05-291-1/+5
* Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw) Alex W. Jackson2014-07-071-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-105/+105
* Since there is no clear way to determine if mouse should be shown or not, I a... Miodrag Milanovic2012-08-191-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-95/+8
* Added GAME_IMPERFECT_KEYBOARD flag and changed ui.c to use that instead of di... Miodrag Milanovic2012-08-061-0/+1
* Changed macros that are MESS related, no need to recompile MAME since they ar... Miodrag Milanovic2012-08-051-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-0/+85
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-10/+0
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-4/+4
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+221