| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
----------------------------------------------
VTech PreComputer 1000 [Porchy]
|
| |
|
|
|
|
| |
----------------------------------------------
VTech Genius Leader Power Notebook (Germany) [TeamEurope]
LexiPC Mega 2000 (Germany) [TeamEurope]
|
| |
|
|
|
|
| |
gfxdecode devices must now be assigned a palette in MCFG. Added palette devices to several MESS drivers and devices to comply with this requirement. This palette is assigned as a default to the gfx_elements created by the device (but still not used for drawing yet, except in the UI graphics viewer)
Tilemaps now have a pointer to a palette device and use that palette for rgb32 drawing, rather than the palette of the screen or bitmap they are drawing to (since rgb32 screens don't have palettes now). When a tilemap is created, it takes its palette from the gfxdecode device it was created with, but you can change a tilemap's palette device with set_palette() at any time (doing this does not mark the tilemap dirty, since all tilemaps use indexed bitmaps internally)
|
| | |
|
| |
|
|
|
|
|
| |
----------------------------------------------
VTech Genius Leader 2000 Compact (Germany) [TeamEurope]
VTech Genius Master Table Top (Germany) [TeamEurope]
VTech Genius BrainStation 5505X (Germany) [TeamEurope]
|
| | |
|
| |
|
| |
note: Aaron please give more descriptive text for release log I have no more strength :)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
----------------------------------------------
Genius Leader 4000 Quadro (Germany)
Genius Leader 7007SL (Germany)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
----------------------------------
Genius Leader 4004 Quadro L (Germany)
Genius Leader 5000 (Germany)
Genius Leader 5005X (Germany)
Genius Leader 6000SL (Germany)
|
| |
|
|
|
|
|
|
| |
TeamEurope]
----------------------------------
IQ Unlimited
out of whatsnew: This is the original Z80 version, not the same as the 680x0 system added recently.
|
| |
|
|
|
|
| |
--------------------
VTech Genius Leader 2000 [TeamE]
VTech Genius Leader 2000 Plus [TeamE]
VTech Genius Leader Notebook [TeamE]
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
------------------------------
Yeno - MisterX [Team Europe]
|
| | |
|
| | |
|
| |
|
|
| |
recommended. (nw)
|
| | |
|
| |
|
|
| |
changed to be members of state classes (no whatsnew)
|
| | |
|
| |
|
|
| |
custom LCD. (nw)
|
| |
|