summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sapi1.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-671/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-5/+5
| | | | 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)
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-22/+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 :)
* generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ Ivan Vangelista2014-04-091-9/+4
| | | | converted to devcb2 (nw)
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
|
* validation fix (nw) Miodrag Milanovic2014-03-151-1/+1
|
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
|
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+3
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
| | | | cleanup.
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-10/+13
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
|
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
|
* (MESS) sapi1 : last part (nw) Robbbert2013-10-041-0/+69
|
* (MESS) sapi1 : more wip Robbbert2013-10-031-17/+46
|
* (MESS) sapi1 : cleanup & wip (nw) Robbbert2013-10-021-81/+387
|
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-2/+2
|
* (MESS) sapi1.c: Tagmap cleanups (nw) Wilbert Pol2013-02-071-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+3
|
* (MESS) Fixed listxml crash. There is no screen in sapi3, so commented out ↵ Wilbert Pol2012-09-181-1/+1
| | | | the SCREEN_UPDATE config. (nw)
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-6/+6
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+273