summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/merlin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved splitsec.c, stopthie.c, merlin.c, cnsector.c to hh_tms1k.c (remove park... hap2015-02-271-199/+0
* seanriddle verified merlin rom, also added PLAs hap2015-02-251-25/+4
* (MESS)New Working Game Added hap2015-02-091-1/+1
* changed some inputs to IPT_KEYPAD hap2015-01-261-15/+15
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-6/+6
* tandy12 skeleton driver hap2014-12-141-1/+1
* (MESS)APF Mathemagician skeleton driver hap2014-12-101-5/+5
* starwbc: hooked up inputs/outputs hap2014-12-041-1/+1
* (MESS) Rewrote TMS1xxx MCU core and added support for a couple of classic Tex... hap2014-12-011-55/+39
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-6/+6
* added comp4 and wizatron output_pla from Sean Riddle hap2014-11-111-15/+15
* (MESS) Added preliminary driver for TI Wiz-A-Tron. [Sean Riddle, hap] hap2014-11-101-1/+1
* notes hap2014-11-081-11/+11
* let's map merlin number keys to numpad too hap2014-11-071-11/+11
* notes hap2014-11-061-1/+12
* added simon skillswitch, thanks to Simon from http://www.waitingforfriday.com... hap2014-11-051-4/+3
* improved cpu clock and speaker lvl hap2014-11-041-12/+20
* small cleanup to merlin.c, it is very similar to simon.c hap2014-11-041-123/+115
* 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