| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -775/+0 |
* | Revert "Set some screens to ROT90 (nw)" |  Miodrag Milanovic | 2015-10-12 | 1 | -1/+0 |
* | Set some screens to ROT90 (nw) |  Miodrag Milanovic | 2015-10-11 | 1 | -0/+1 |
* | plygonet: use standard palette device ram |  Dirk Best | 2015-08-05 | 1 | -15/+2 |
* | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -2/+2 |
* | dsp56k: Remove the not required direct update handler [O. Galibert] |  Olivier Galibert | 2015-06-24 | 1 | -28/+0 |
* | update for Philip Bennett (nw) |  Miodrag Milanovic | 2015-05-18 | 1 | -1/+1 |
* | Added known authors to licenses tags (nw) |  Miodrag Milanovic | 2015-05-09 | 1 | -1/+1 |
* | Added dummy license headers for MAME part (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | dsp56k.c: Modernised cpu core (nw) |  Wilbert Pol | 2014-09-12 | 1 | -4/+4 |
* | k054539: converted to use inline configs and delegates. nw. |  Fabio Priuli | 2014-06-26 | 1 | -7/+2 |
* | k053936: updated to use inline configs. nw. |  Fabio Priuli | 2014-04-09 | 1 | -7/+1 |
* | wrong memmask mask |  Michaël Banaan Ananas | 2014-04-03 | 1 | -11/+11 |
* | Checkpoint 2: |  Alex W. Jackson | 2014-03-15 | 1 | -1/+1 |
* | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -0/+1 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -2/+2 |
* | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -1/+1 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -1/+1 |
* | Cleanups and version bumpmame0152 |  Miodrag Milanovic | 2013-12-24 | 1 | -1/+1 |
* | Rewrote Konami 056800 (MIRAC): [Phil Bennett] |  Phil Bennett | 2013-11-17 | 1 | -31/+41 |
* | Fixed most regressions due to EEPROM changes. Remaining issues |  Aaron Giles | 2013-08-02 | 1 | -1/+1 |
* | Rewrite serial EEPROM devices, breaking them out into separate chips of |  Aaron Giles | 2013-07-29 | 1 | -18/+5 |
* | Split eeprom.c into a base class base_eeprom_device and a serial-specific |  Aaron Giles | 2013-07-27 | 1 | -4/+2 |
* | Rename eeprom_device to serial_eeprom_device in anticipation of adding |  Aaron Giles | 2013-07-26 | 1 | -3/+3 |
* | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -40/+40 |
* | Split up in their own files the remaining modernized devices contained in kon... |  Scott Stone | 2013-07-11 | 1 | -1/+1 |
* | Modernized the following konicdev.c devices (k056832, k054000, k053936, k0513... |  Scott Stone | 2013-07-09 | 1 | -1/+1 |
* | small update, i had other changes too, but too error-prone |  Michaël Banaan Ananas | 2013-07-03 | 1 | -6/+18 |
* | some misc fixes/cleanups |  Michaël Banaan Ananas | 2013-06-22 | 1 | -203/+209 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -7/+7 |
* | let's enforce naming convention (nw) |  Miodrag Milanovic | 2013-04-13 | 1 | -4/+4 |
* | eeprom_device tag lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-12 | 1 | -3/+1 |
* | changed machine().device("soundcpu") with m_soundcpu (nw) |  Miodrag Milanovic | 2013-04-11 | 1 | -1/+1 |
* | Removal of not needed machine().root_device() (nw) |  Miodrag Milanovic | 2013-02-13 | 1 | -4/+4 |
* | Modernization of drivers part 15 (no whatsnew) |  Miodrag Milanovic | 2013-02-12 | 1 | -5/+4 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -44/+43 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -6/+6 |
* | Modernized screen update calls (no whatsnew) |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -6/+4 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -2/+2 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -8/+8 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -4/+4 |
* | All driver inits are now member of state classes. |  Miodrag Milanovic | 2012-08-10 | 1 | -17/+16 |
* | Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... |  Miodrag Milanovic | 2012-08-04 | 1 | -2/+2 |
* | Conversion of _DEVICE_HANDLER to _MEMBER methods - part 2 (no whatsnew) |  Miodrag Milanovic | 2012-05-25 | 1 | -4/+5 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -3/+3 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -3/+3 |