| Commit message (Expand) | Author | Age | Files | Lines |
* | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -2632/+0 |
* | Synced other dirs withs driver license for MESS (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -2/+2 |
* | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | [MESS] apple2: rewrote all 8-bit Apple II drivers with an aim towards moderni... |  arbee | 2014-11-16 | 1 | -5/+4 |
* | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -4/+4 |
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 1 | -3/+6 |
* | (MESS) Apple II series changes: [R. Belmont] |  R. Belmont | 2014-08-21 | 1 | -0/+94 |
* | (MESS) Apple II: hook up ACIAs for Laser 128 series, remove cassette for IIc ... |  R. Belmont | 2014-08-19 | 1 | -4/+6 |
* | (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ProDOS... |  R. Belmont | 2014-08-16 | 1 | -0/+11 |
* | (MESS) Apple II: add more debugger guards around C800 bankswitch [Peter Ferri... |  R. Belmont | 2014-08-16 | 1 | -5/+5 |
* | (MESS) Apple II: enable language-card write on reset based on h/w testing [Pe... |  R. Belmont | 2014-08-13 | 1 | -5/+3 |
* | (MESS) Apple II updates: |  R. Belmont | 2014-08-10 | 1 | -19/+26 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -2/+2 |
* | (MESS) Remove now-fixed TODO (nw) |  R. Belmont | 2014-05-04 | 1 | -3/+0 |
* | (MESS) Apple II: Correct setup of built-in ACIAs for IIc/IIc Plus [R. Belmont] |  R. Belmont | 2014-04-13 | 1 | -2/+48 |
* | (MESS) Apple II updates: [R. Belmont] |  R. Belmont | 2014-04-13 | 1 | -21/+23 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -10/+10 |
* | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -2/+2 |
* | fix Clang (nw) |  R. Belmont | 2014-02-12 | 1 | -1/+0 |
* | (MESS) apple2: rewrote keyboard handling according to schematics and using th... |  R. Belmont | 2014-02-12 | 1 | -11/+127 |
* | (MESS) Apple drivers cleanup: [R. Belmont] |  R. Belmont | 2014-02-09 | 1 | -19/+34 |
* | missed an outdated include (nw) |  R. Belmont | 2013-10-22 | 1 | -1/+0 |
* | (MESS) Apple II bus moving day (nw) |  R. Belmont | 2013-10-22 | 1 | -0/+20 |
* | modernized speaker device. [Fabio Priuli] |  Fabio Priuli | 2013-06-04 | 1 | -2/+2 |
* | Just some MESS drivers nobody cares about (nw) |  R. Belmont | 2013-05-30 | 1 | -2/+2 |
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -2/+2 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -94/+88 |
* | (MESS) cassette cleanup (nw) |  Miodrag Milanovic | 2013-04-17 | 1 | -9/+2 |
* | ficed several occurances of uninitialized memory (nw) |  Oliver Stöneberg | 2013-03-09 | 1 | -2/+6 |
* | Moved some mess devices to proper place (nw) |  Miodrag Milanovic | 2013-02-22 | 1 | -2/+2 |
* | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -2/+2 |
* | apple2gs: Enable AE Vulcan IDE card (nw, will self-serve) |  R. Belmont | 2013-02-10 | 1 | -2/+2 |
* | (MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the s... |  R. Belmont | 2013-02-08 | 1 | -86/+450 |
* | misc fixes. Hint: read_safe can't work anymore (nw) |  Olivier Galibert | 2013-02-07 | 1 | -2/+2 |
* | (MESS) Apple II: General modernization, some tagmap cleanup, and prep work to... |  R. Belmont | 2013-02-06 | 1 | -81/+119 |
* | machine_notify_delegate modernization (nw) |  Miodrag Milanovic | 2013-02-04 | 1 | -34/+17 |
* | modernized some pre/postload calls (no whatsnew) |  Miodrag Milanovic | 2013-01-31 | 1 | -3/+3 |
* | (MESS) De-tagged the Apple II series drivers [R. Belmont] |  R. Belmont | 2013-01-28 | 1 | -10/+10 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -250/+250 |
* | [APPLE2] Floppy drive cleanups/modernization (nw) |  Nathan Woods | 2012-12-23 | 1 | -2/+1 |
* | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -2/+2 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -8/+8 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -37/+32 |
* | In device_state_interface, rename state() to state_int() |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
* | Don't use safe_pc[base] when you already have a |  Aaron Giles | 2012-09-11 | 1 | -2/+2 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -2/+2 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+1952 |