| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -655/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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. | ||||
| * | please bear with me.. these are needed to compile in GCC 5.2 and I want ↵ | 2015-07-23 | 1 | -0/+11 | |
| | | | | | mingw guys to see them. with luck they can be reverted in a couple of days (nw) | ||||
| * | and another one... (nw) | 2015-07-08 | 1 | -1/+1 | |
| | | |||||
| * | missed one (nw) | 2015-07-08 | 1 | -1/+1 | |
| | | |||||
| * | Updated licenses on Ryan Holtz request (nw) | 2015-05-09 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | compilation fix for VS14 CTP4 (nw) | 2014-10-18 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) ssem: converted the driver to use quickload for | 2014-09-23 | 1 | -59/+38 | |
| | | | | | mounting programs into memory, since this system obviously uses no carts. nw. | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -1/+1 | |
| | | |||||
| * | reverting, sorry for this vconv needs to be updated (nw) | 2014-03-31 | 1 | -3/+4 | |
| | | |||||
| * | VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) | 2014-03-31 | 1 | -4/+3 | |
| | | |||||
| * | removed some of machine().first_screen() users (nw) | 2014-03-14 | 1 | -3/+5 | |
| | | |||||
| * | 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 :) | ||||
| * | MESS part of ATTR_PRINTF review (nw) | 2014-02-25 | 1 | -2/+2 | |
| | | |||||
| * | modernized generic palette initializations (nw) | 2013-07-15 | 1 | -1/+1 | |
| | | |||||
| * | small cleanup (nw) | 2013-04-15 | 1 | -5/+3 | |
| | | |||||
| * | more cleanup (nw) | 2013-04-14 | 1 | -9/+8 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -5/+5 | |
| | | |||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -2/+2 | |
| | | |||||
| * | Some mess modernization (nw) | 2013-02-18 | 1 | -9/+12 | |
| | | |||||
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -2/+3 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -40/+40 | |
| | | |||||
| * | - h6280.c: Modernized the H6280 core. | 2012-12-23 | 1 | -3/+4 | |
| | | | | | | - c6280.c: Modernized the C2680 sound core. (nw) fixed ssem compile issue | ||||
| * | Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) | 2012-09-19 | 1 | -77/+77 | |
| | | |||||
| * | changed most of screen.machine() to machine() (no whatsnew) | 2012-09-18 | 1 | -6/+6 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -14/+14 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -4/+3 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | 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/+661 | |
