summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/merlin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernized tms1xxx cpu cores. (nw) Wilbert Pol2013-06-111-12/+10
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-3/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+3
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* Changed inputs for Merlin from 'keyboard' to regular buttons and gave them a ... Scott Stone2012-11-061-15/+15
* merlin is no skeleton anymore (nw) Wilbert Pol2012-11-031-2/+1
* (MESS) merlin.c: Added driver for Parker Bros. Merlin. [Wilbert Pol, kevtris] Wilbert Pol2012-11-031-2/+16
* (MESS) merlin.c: Marked the rom dump as needing a redump. It seems there is a... Wilbert Pol2012-11-031-1/+5
* (MESS) merlin.c: Small documentation update (nw) Wilbert Pol2012-11-031-6/+6
* (MESS) merlin: re-organised input ports. Most games are pretty much playable. mahlemiut2012-11-031-14/+15
* (MESS) merlin.c: Some driver improvements (nw) Wilbert Pol2012-11-021-8/+129
* (MESS) Added skeleton driver for Merlin. (nw) Wilbert Pol2012-10-311-0/+89