Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) | 2012-09-19 | 1 | -77/+77 | |
| | |||||
* | changed most of screen.machine() to machine() (no whatsnew) | 2012-09-18 | 1 | -6/+6 | |
| | |||||
* | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -14/+14 | |
| | |||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -4/+3 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | 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/+661 | |