Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert VIA6522 to use DEVCB2 [smf] | 2013-12-31 | 1 | -15/+3 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -6/+4 | |
| | | | | other modernization (nw) | ||||
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -2/+2 | |
| | |||||
* | some mess device callback cleanup (nw) | 2013-04-05 | 1 | -4/+2 | |
| | |||||
* | Some more moving to proper place and compile fix (nw) | 2013-02-22 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -28/+28 | |
| | |||||
* | (MESS) Mac: get the 6805s away from knowing mac_state internals, fixes ↵ | 2013-01-02 | 1 | -0/+4 | |
| | | | | Pippin error [R. Belmont] | ||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -37/+19 | |
| | |||||
* | 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 | -6/+6 | |
| | | | | to make next changes easier (no whatsnew) | ||||
* | Memory handler normalization, part 1. | 2012-09-17 | 1 | -6/+6 | |
| | | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles] | ||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -2/+2 | |
| | |||||
* | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -2/+2 | |
| | | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles] | ||||
* | Don't use safe_pc[base] when you already have a | 2012-09-11 | 1 | -8/+8 | |
| | | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done. | ||||
* | Add safe_pc() and safe_pcbase() methods to device_t. | 2012-09-11 | 1 | -8/+8 | |
| | | | | | | 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/+256 | |