summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/electron.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-417/+0
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-5/+5
|
* some more generic cart slots. nw. Fabio Priuli2014-10-091-42/+47
|
* 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 ↵ Miodrag Milanovic2013-04-181-15/+14
| | | | other modernization (nw)
* (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
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-8/+7
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+354