summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/mb_vcu.c
Commit message (Collapse)AuthorAgeFilesLines
* mb_vcu: updated to use inline configs. nw. Fabio Priuli2014-04-091-24/+1
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-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 Aaron Giles2014-02-191-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 Miodrag Milanovic2013-12-241-1/+1
|
* Not supposed to kick in Angelo Salese2013-11-181-11/+3
|
* Typo Angelo Salese2013-11-181-7/+15
|
* Empty cycle, commented out Angelo Salese2013-11-061-1/+1
|
* Fix for MVSC by Peter Ferrie Angelo Salese2013-11-061-1/+1
|
* Read-back for paletteram Angelo Salese2013-11-061-10/+16
|
* Extra space for i/o in VCU Angelo Salese2013-11-061-36/+87
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-5/+5
|
* Fixed wrap-around Angelo Salese2013-11-041-3/+3
|
* Added video banking, fixes Great Guns ranking screen Angelo Salese2013-11-031-11/+129
|
* Fully hooked up VCU Angelo Salese2013-11-031-14/+233
|
* Fixed ROM GFX banking in Great Guns Angelo Salese2013-10-311-13/+76
|
* Confirmed that video register [1] controls upper color bank (fixes Mazer ↵ Angelo Salese2013-10-311-0/+115
Blazer CRT test). Upcoming: device-ify custom VCU