| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -315/+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. | ||||
| * | Start adding owners to files in MESS and updated license for PeT (nw) | 2015-05-08 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | upd7810: remove gamemaster hack for INTFE1 | 2014-11-04 | 1 | -7/+0 | |
| | | | | | | The extended timer has been properly implemented in upd7810. Tested with Continental Galaxy 2020. | ||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) consolidated generic socket / cartslot a bit more: removed | 2014-09-22 | 1 | -2/+2 | |
| | | | | | | | redundant cart_mounted() function since exists() from image device already provides the required service, and added capability to specify endianness of the rom region (otherwise not detectable from fullpath). nw. | ||||
| * | some more generic slots. nw. | 2014-09-19 | 1 | -7/+11 | |
| | | |||||
| * | (MESS) gmaster : cleanup | 2014-05-15 | 1 | -19/+8 | |
| | | |||||
| * | use ARRAY_LENGTH (nw) | 2014-04-03 | 1 | -1/+1 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+1 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -4/+5 | |
| | | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
| * | first round of clang 3.4 fixes for MESS (nw) | 2014-02-20 | 1 | -1/+2 | |
| | | |||||
| * | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) gmaster.c: Misc cleanups (nw) | 2013-05-23 | 1 | -49/+76 | |
| | | |||||
| * | (MESS) gmaster.c: Switched to use simple speaker sound device. (nw) | 2013-05-23 | 1 | -5/+45 | |
| | | |||||
| * | documentation (nw) | 2013-05-23 | 1 | -5/+2 | |
| | | |||||
| * | (MESS) gmaster.c: Give it some bleeps and ploinks (see MT#5150). (nw) | 2013-05-22 | 1 | -1/+2 | |
| | | |||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -32/+32 | |
| | | |||||
| * | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -3/+3 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -6/+5 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -3/+2 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -1/+1 | |
| | | | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles] | ||||
| * | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | 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/+261 | |
