Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -2/+2 | |
| | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
* | removed space before m_gfxdecode in main trunk(nw) | 2014-02-26 | 1 | -1/+1 | |
| | |||||
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ | 2014-02-16 | 1 | -1/+1 | |
| | | | | | | | | | | Milanovic] Updated all devices and drivers for using it. out of whatsnew: Note that it is made to work same as before, in some cases it can be more logic to move gfxdevice into subdevice itself then to keep it in main driver. | ||||
* | Moved drawgfx functions to gfx_element (nw) | 2014-02-13 | 1 | -1/+1 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -140/+126 | |
| | | | | other modernization (nw) | ||||
* | small cleanup (nw) | 2013-04-15 | 1 | -28/+29 | |
| | |||||
* | Modernized CRT, okim6285, and ZSG2 devices. [Andrew Gardner] | 2013-03-13 | 1 | -4/+4 | |
| | |||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -47/+47 | |
| | |||||
* | 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 | -12/+10 | |
| | |||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -8/+7 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -28/+28 | |
| | | | | | | | | | | | | | | | 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/+609 | |