summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/chessmst.c
Commit message (Collapse)AuthorAgeFilesLines
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
|
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-25/+9
|
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-4/+4
|
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-2/+2
| | | | now to follow (nw)
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-107/+106
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-1/+1
| | | | recommended. (nw)
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-67/+67
|
* (MESS) Added GAME_CLICKABLE_ARTWORK flag to some drivers. (just to test the ↵ Sandro Ronco2012-08-221-1/+1
| | | | new svn)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+299