Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) | 2012-09-26 | 1 | -3/+4 | |
| | |||||
* | TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) | 2012-09-25 | 1 | -4/+4 | |
| | |||||
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -2/+3 | |
| | |||||
* | changed most of screen.machine() to machine() (no whatsnew) | 2012-09-18 | 1 | -1/+1 | |
| | |||||
* | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -3/+4 | |
| | |||||
* | First pass at modernizing struct definitions. | 2012-09-15 | 1 | -8/+6 | |
| | |||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -6/+6 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -1/+1 | |
| | |||||
* | 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 | -3/+3 | |
| | | | | | | 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 | -3/+3 | |
| | | | | | | 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/+555 | |