| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -278/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -1/+1 | |
| | | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. | ||||
| * | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) | 2015-05-09 | 1 | -1/+1 | |
| | | |||||
| * | Added owners and licenses for those who can be tracked (nw) | 2015-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) Moved video chips to emu/video. (nw) | 2014-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+2 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -5/+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 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -1/+3 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -4/+3 | |
| | | |||||
| * | (mess) D-110: Preliminary driver [Lord_Nightmare, O. Galibert] | 2013-01-04 | 1 | -0/+272 | |
| | | |||||
| * | placeholders | 2013-01-04 | 1 | -0/+0 | |
