Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 1 | -1/+0 | |
| | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
* | Converted i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -33/+20 | |
| | |||||
* | changed poly88 driver to use callbacks instead of diserial connect() [smf] | 2013-12-26 | 1 | -13/+8 | |
| | |||||
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -2/+0 | |
| | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
* | Anonymous timers begone! (nw) | 2013-05-29 | 1 | -4/+28 | |
| | |||||
* | cleanup (nw) | 2013-04-19 | 1 | -4/+4 | |
| | |||||
* | SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) | 2013-04-19 | 1 | -1/+1 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -1/+1 | |
| | | | | other modernization (nw) | ||||
* | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -1/+1 | |
| | |||||
* | IRQ_CALLBACK_MEMBER cleanup (no whatsnew) | 2013-02-18 | 1 | -4/+3 | |
| | |||||
* | (MESS) poly88.c: Cleanups (nw) | 2013-01-26 | 1 | -25/+29 | |
| | |||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -1/+1 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -5/+4 | |
| | |||||
* | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -42/+38 | |
| | |||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -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. | ||||
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -4/+3 | |
| | |||||
* | Memory handler normalization, part 2. Change legacy | 2012-09-17 | 1 | -2/+2 | |
| | | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles] | ||||
* | 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) | ||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -4/+4 | |
| | |||||
* | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -3/+3 | |
| | | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles] | ||||
* | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | and set_state() to set_state_int() for consistency. Update all callers. Also add set_pc() helper and updated all callers to use that instead of set_state_int(STATE_GENPC) [Aaron Giles] Added device_t::state() method to get the state interface. Added redundant device_state_interface::state() method to catch redundant use of it. [Aaron Giles] Removed cpu_get_reg() and cpu_set_reg() macros in favor of using the above methods. [Aaron Giles] | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+332 | |