summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/supercon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-23/+22
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-2/+2
* supercon: Fix regressions [Ralf Schäfer] R. Belmont2013-02-211-16/+16
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-2/+4
* Typo :) (nw) Wilbert Pol2013-01-271-1/+1
* (MESS) supercon.c: Fixed IRQs (MT#5132). [Wilbert Pol] Wilbert Pol2013-01-271-1/+5
* (MESS) supercon.c: Cleanups. It seems this driver regressed somewhere between... Wilbert Pol2013-01-261-33/+97
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* (MESS) supercon: Fixed inputs, now playable [Ralf Schäfer] R. Belmont2012-11-031-18/+4
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-3/+4
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-10/+11
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-2/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+760