summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/comx35/clm.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2014-07-221-4/+4
|
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-29/+10
| | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :)
* mc6845: Added display enable and horizontal/vertical back porch widths to ↵ Curt Coder2014-03-271-4/+4
| | | | | the update function. Updated some MESS drivers to make use of this. [Curt Coder] (MESS) pet: Added the "Fat 40" PET/CBM 4032 models. Check out "No Pets Allowed" by Orb to see them and the new mc6845 functionality in action. [Curt Coder]
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
| | | | | | 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)
* Removed pseudo-palettes from video/generic.c. All drivers that were using ↵ Alex W. Jackson2014-03-131-2/+3
| | | | them now have an actual palette [Alex Jackson]
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ Miodrag Milanovic2014-02-161-1/+1
| | | | | | | | | | 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.
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
|
* (MESS) comx35: Moved expansion port under emu/bus. (nw) Curt Coder2013-10-201-0/+283