| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -365/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -2/+2 | |
| | | | | | 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. | ||||
| * | get rid of all the x | 2015-06-23 | 1 | -2/+2 | |
| | | |||||
| * | Updated MESS info for licenses (nw) | 2015-05-13 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) jupiter: Modernized floppy. (nw) | 2014-05-25 | 1 | -15/+12 | |
| | | |||||
| * | converted micropolis and wd17xx to use inline configs. nw. | 2014-05-16 | 1 | -3/+6 | |
| | | |||||
| * | wd17xx: Cleanup. (nw) | 2014-05-12 | 1 | -11/+2 | |
| | | |||||
| * | wd17xx: devcb2. (nw) | 2014-05-12 | 1 | -1/+0 | |
| | | |||||
| * | wd17xx: devcb2. (nw) | 2014-05-12 | 1 | -2/+0 | |
| | | |||||
| * | Cleanup of image device interfaces (nw) | 2014-05-02 | 1 | -6/+0 | |
| | | |||||
| * | generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ | 2014-04-09 | 1 | -19/+3 | |
| | | | | | converted to devcb2 (nw) | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -2/+2 | |
| | | |||||
| * | 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 :) | ||||
| * | second round of clang 3.4 fixes for MESS (nw) | 2014-02-20 | 1 | -0/+2 | |
| | | |||||
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -0/+2 | |
| | | | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] | ||||
| * | modernized generic palette initializations (nw) | 2013-07-15 | 1 | -1/+1 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -2/+2 | |
| | | |||||
| * | removed local macros since macros with same name but different syntax will ↵ | 2012-09-12 | 1 | -5/+2 | |
| | | | | | be used in general (no whatsnew) | ||||
| * | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | and set_state() to set_state_int() for consistency. Update all callers. Also add set_pc() helper and updated all callers to use that instead of set_state_int(STATE_GENPC) [Aaron Giles] Added device_t::state() method to get the state interface. Added redundant device_state_interface::state() method to catch redundant use of it. [Aaron Giles] Removed cpu_get_reg() and cpu_set_reg() macros in favor of using the above methods. [Aaron Giles] | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+394 | |
