Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add license info for some things i worked on, some small cleanups | 2013-10-17 | 1 | -297/+0 | |
| | |||||
* | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -1/+1 | |
| | |||||
* | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -1/+1 | |
| | | | | now to follow (nw) | ||||
* | (MESS) sym1.c: cleanups (nw) | 2013-01-26 | 1 | -27/+26 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -4/+4 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -61/+51 | |
| | |||||
* | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -4/+3 | |
| | |||||
* | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -19/+19 | |
| | | | | to make next changes easier (no whatsnew) | ||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -12/+12 | |
| | | | | | | | | | | | | 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 ↵ | 2012-09-13 | 1 | -6/+5 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -1/+1 | |
| | | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles] | ||||
* | Add safe_pc() and safe_pcbase() methods to device_t. | 2012-09-11 | 1 | -2/+2 | |
| | | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros. | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+310 | |