summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/modellot.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-189/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-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.
* Placed my files under BSD3, and also some that I shared with Robbert with ↵ Miodrag Milanovic2015-05-071-1/+1
| | | | his approval (nw)
* generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ Ivan Vangelista2014-04-091-6/+2
| | | | converted to devcb2 (nw)
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
|
* 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)
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+3
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* 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.
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-4/+6
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
|
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
|
* (MESS) Modello T : added keyboard and cursor, notes. Robbbert2013-09-271-29/+84
|
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
|
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-7/+7
|
* (MESS) modellot : fixed F4 display, and made video readable (nw) Robbbert2012-12-111-22/+24
|
* New MESS skeleton added: Miodrag Milanovic2012-12-101-0/+131
------------------------ - General Processor Modello T [Any,The Dumping Union]