| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -3731/+0 |
* | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -43/+43 |
* | Update for Roberto Fresca and Grull Osgo (nw) |  Miodrag Milanovic | 2015-05-27 | 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 |
* | Cleanups and version bumpmame0158 |  Miodrag Milanovic | 2015-01-28 | 1 | -1/+1 |
* | calomega.c: greatly reduced tagmap lookups, added save state support (nw) |  Osso | 2015-01-07 | 1 | -58/+64 |
* | calomega.c: Improve color emulation by analogy with tugboat.c (which is actua... |  Alex W. Jackson | 2014-11-09 | 1 | -216/+48 |
* | calomega.c: Fill in some unknown dipswitches. [Brian Troha] |  Brian Troha | 2014-10-19 | 1 | -24/+29 |
* | Fix r30269 regressions (nw) |  Alex W. Jackson | 2014-05-07 | 1 | -13/+0 |
* | ay8910_device and extended family: converted to devcb2 (nw) |  Ivan Vangelista | 2014-05-06 | 1 | -39/+6 |
* | mc6845: converted to devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-01 | 1 | -21/+3 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -4/+4 |
* | 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 |
* | placed hack in driver_init hacks (nw) |  Miodrag Milanovic | 2014-03-02 | 1 | -1/+5 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -2/+2 |
* | Fixed calomega regression. The games using the acia suffer of a huuuge slowdo... |  Ivan Vangelista | 2014-02-24 | 1 | -1/+7 |
* | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... |  smf- | 2014-02-21 | 1 | -19/+16 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -2/+2 |
* | remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) |  smf- | 2014-01-07 | 1 | -17/+17 |
* | Converted PIA6821 to DEVCB2 [smf] |  smf- | 2014-01-06 | 1 | -104/+28 |
* | added screen visarea adjustment to mc6845 config interface |  Michaël Banaan Ananas | 2014-01-04 | 1 | -0/+1 |
* | replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... |  smf- | 2013-12-22 | 1 | -8/+0 |
* | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -2/+1 |
* | modernised the AY8910 [smf] |  smf- | 2013-05-12 | 1 | -4/+4 |
* | Removal of not needed machine().root_device() (nw) |  Miodrag Milanovic | 2013-02-13 | 1 | -9/+9 |
* | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -1/+1 |
* | Added a preliminary boolean flag to MC6845 interface structure: "show border ... |  Angelo Salese | 2013-01-14 | 1 | -1/+2 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -963/+963 |
* | 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] |  Olivier Galibert | 2012-11-06 | 1 | -0/+1 |
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -1/+1 |
* | Modernized screen update calls (no whatsnew) |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -2/+0 |
* | All driver inits are now member of state classes. |  Miodrag Milanovic | 2012-08-10 | 1 | -9/+9 |
* | Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... |  Miodrag Milanovic | 2012-08-04 | 1 | -43/+43 |
* | Conversion of _DEVICE_HANDLER to _MEMBER methods - part 2 (no whatsnew) |  Miodrag Milanovic | 2012-05-25 | 1 | -67/+61 |
* | fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double rou... |  Michaël Banaan Ananas | 2012-05-08 | 1 | -3/+0 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -12/+12 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -5/+5 |
* | Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. |  Aaron Giles | 2012-04-15 | 1 | -8/+8 |
* | MAME going modern part 7 (no whatsnew) |  Miodrag Milanovic | 2012-04-06 | 1 | -8/+8 |
* | Some formating cleanup (no whatsnew) |  Miodrag Milanovic | 2012-04-02 | 1 | -8/+8 |
* | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 1 | -30/+30 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -4/+4 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -2/+1 |
* | "English doesn't borrow from other languages. English follows other languages... |  Scott Stone | 2011-08-23 | 1 | -5/+5 |
* | Removed mc6845 trampolines (nw) |  Wilbert Pol | 2011-05-17 | 1 | -8/+8 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -0/+2 |
* | Cleanup acia6850 modernization, removing trampolines. |  Aaron Giles | 2011-05-04 | 1 | -4/+5 |