Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved optional_device<screen_device> m_screen and ↵ | 2014-03-05 | 1 | -1/+3 | |
| | | | | optional_device<palette_device> m_palette out of driver.* (nw) | ||||
* | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -3/+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 | -2/+2 | |
| | |||||
* | moved optional_device<gfxdecode_device> to specific drivers state classes (nw) | 2014-02-17 | 1 | -1/+3 | |
| | |||||
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ | 2014-02-16 | 1 | -2/+2 | |
| | | | | | | | | | | 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 | |
| | |||||
* | Cleanups and version bumpmame0152 | 2013-12-24 | 1 | -180/+179 | |
| | |||||
* | (MESS) itt3030: correct blanking status bits, fixes long wait at startup (nw) | 2013-12-12 | 1 | -1/+13 | |
| | |||||
* | (MESS) itt3030: preliminary keyboard matrix hookup, fixed text drawing [R. ↵ | 2013-12-11 | 1 | -11/+137 | |
| | | | | Belmont] | ||||
* | fix Clang? compile (nw) | 2013-12-09 | 1 | -1/+13 | |
| | |||||
* | (MESS) Checkpoint (nw) | 2013-12-08 | 1 | -1/+39 | |
| | |||||
* | (MESS) fix typo (nw) | 2013-12-06 | 1 | -2/+2 | |
| | |||||
* | compile fix (unused variable) (nw) | 2013-12-06 | 1 | -1/+1 | |
| | |||||
* | (MESS) itt3030: preliminary bankswitching setup using bankdev [R. Belmont] | 2013-12-06 | 1 | -6/+82 | |
| | |||||
* | (MESS) itt3030: start adding to the skeleton. [rfka01, R. Belmont] | 2013-12-06 | 1 | -14/+254 | |
| | |||||
* | modernized generic palette initializations (nw) | 2013-07-15 | 1 | -1/+1 | |
| | |||||
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -7/+7 | |
| | |||||
* | 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. | ||||
* | changed most of screen.machine() to machine() (no whatsnew) | 2012-09-18 | 1 | -3/+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] | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+154 | |