Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed all bitmap.palette() users to use m_palette instead (nw) | 2014-03-15 | 1 | -3/+3 | |
| | |||||
* | removed some of machine().first_screen() users (nw) | 2014-03-14 | 1 | -3/+2 | |
| | |||||
* | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -6/+6 | |
| | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
* | Switched rgb_t to a class, replacing macros with methods. Mappings are | 2014-02-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | as follows: MAKE_RGB(r,g,b) == rgb_t(r,g,b) MAKE_ARGB(a,r,g,b) == rgb_t(a,r,g,b) RGB_ALPHA(data) == data.a() RGB_RED(data) == data.r() RGB_GREEN(data) == data.g() RGB_BLUE(data) == data.b() RGB_BLACK == rgb_t::black RGB_WHITE == rgb_t::white Implicit conversions to/from UINT32 are built in as well as simple addition, subtraction, and scaling (with clamping). As a result of being a class, some stricter typing was needed in a few places but overall not too much. | ||||
* | Converted palette_t and palette_client to classes. General palette.c | 2014-02-18 | 1 | -3/+3 | |
| | | | | cleanup. | ||||
* | (MESS) mbee : converted to modern fdc, still doesn't work though. (nw) | 2013-07-05 | 1 | -1/+1 | |
| | |||||
* | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -8/+8 | |
| | |||||
* | (MESS) mbee.c: tagmap cleanups (nw) | 2013-01-26 | 1 | -4/+15 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -69/+68 | |
| | |||||
* | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -6/+5 | |
| | |||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -29/+26 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+638 | |