| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -671/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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 ↵ | 2015-05-07 | 1 | -1/+1 | |
| | | | | | his approval (nw) | ||||
| * | mc6845: converted to devcb2, delegates and inline configs. nw. | 2014-05-01 | 1 | -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: ↵ | 2014-04-09 | 1 | -9/+4 | |
| | | | | | converted to devcb2 (nw) | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -2/+2 | |
| | | |||||
| * | validation fix (nw) | 2014-03-15 | 1 | -1/+1 | |
| | | |||||
| * | Fixed all bitmap.palette() users to use m_palette instead (nw) | 2014-03-15 | 1 | -2/+5 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+3 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -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 | 2014-02-18 | 1 | -1/+1 | |
| | | | | | cleanup. | ||||
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -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 | 2014-01-04 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) Added copyright info - feel free to update as needed | 2013-10-16 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) sapi1 : last part (nw) | 2013-10-04 | 1 | -0/+69 | |
| | | |||||
| * | (MESS) sapi1 : more wip | 2013-10-03 | 1 | -17/+46 | |
| | | |||||
| * | (MESS) sapi1 : cleanup & wip (nw) | 2013-10-02 | 1 | -81/+387 | |
| | | |||||
| * | modernized generic palette initializations (nw) | 2013-07-15 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) sapi1.c: Tagmap cleanups (nw) | 2013-02-07 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) Fixed listxml crash. There is no screen in sapi3, so commented out ↵ | 2012-09-18 | 1 | -1/+1 | |
| | | | | | the SCREEN_UPDATE config. (nw) | ||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -2/+2 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -6/+6 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+273 | |
