Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mb_vcu: updated to use inline configs. nw. | 2014-04-09 | 1 | -24/+1 | |
| | |||||
* | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -4/+16 | |
| | | | 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. | ||||
* | Cleanups and version bumpmame0152 | 2013-12-24 | 1 | -1/+1 | |
| | |||||
* | Not supposed to kick in | 2013-11-18 | 1 | -11/+3 | |
| | |||||
* | Typo | 2013-11-18 | 1 | -7/+15 | |
| | |||||
* | Empty cycle, commented out | 2013-11-06 | 1 | -1/+1 | |
| | |||||
* | Fix for MVSC by Peter Ferrie | 2013-11-06 | 1 | -1/+1 | |
| | |||||
* | Read-back for paletteram | 2013-11-06 | 1 | -10/+16 | |
| | |||||
* | Extra space for i/o in VCU | 2013-11-06 | 1 | -36/+87 | |
| | |||||
* | Cleanups and version bumpmame0151 | 2013-11-05 | 1 | -5/+5 | |
| | |||||
* | Fixed wrap-around | 2013-11-04 | 1 | -3/+3 | |
| | |||||
* | Added video banking, fixes Great Guns ranking screen | 2013-11-03 | 1 | -11/+129 | |
| | |||||
* | Fully hooked up VCU | 2013-11-03 | 1 | -14/+233 | |
| | |||||
* | Fixed ROM GFX banking in Great Guns | 2013-10-31 | 1 | -13/+76 | |
| | |||||
* | Confirmed that video register [1] controls upper color bank (fixes Mazer ↵ | 2013-10-31 | 1 | -0/+115 | |
Blazer CRT test). Upcoming: device-ify custom VCU |