summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ondra.c
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) ondra.c: tagmap cleanups (nw) Wilbert Pol2013-01-261-34/+37
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
| | | | | | | | | | | | 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-7/+6
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
| | | | | | | 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/+97