summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/electron.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-2/+21
* (MESS) electron.c: Added cartridge support. [Wilbert Pol] Wilbert Pol2013-05-041-0/+51
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-9/+7
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-15/+14
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-8/+2
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-9/+9
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-15/+13
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+23
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-37/+36
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* 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/+354