| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compile (nw) |  Justin Kerk | 2014-04-12 | 1 | -1/+0 |
* | (MESS) apple3: preliminary joystick support [R. Belmont] |  R. Belmont | 2014-04-12 | 1 | -7/+147 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -77/+76 |
* | Added rs232 port to apple 3. Currently cts is not mapped because that needs t... |  smf- | 2014-03-17 | 1 | -2/+11 |
* | Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... |  smf- | 2014-03-17 | 1 | -0/+3 |
* | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -2/+2 |
* | (MESS) apple3: Rework extended addressing from the schematics. [R. Belmont] |  R. Belmont | 2014-02-17 | 1 | -100/+29 |
* | (MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't ass... |  R. Belmont | 2014-02-17 | 1 | -40/+33 |
* | Preliminary support for National Semiconductor MM58167 real-time clock/calend... |  R. Belmont | 2014-02-17 | 1 | -0/+16 |
* | (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] |  R. Belmont | 2014-02-16 | 1 | -2/+16 |
* | (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Bel... |  R. Belmont | 2014-02-15 | 1 | -6/+8 |
* | (MESS) apple3: a non-indirect instruction located on the zero page will also ... |  R. Belmont | 2014-02-15 | 1 | -1/+20 |
* | (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] |  R. Belmont | 2014-02-14 | 1 | -0/+182 |
* | (MESS) Systems Promoted from GAME_NOT_WORKING: |  R. Belmont | 2014-02-14 | 1 | -1/+21 |
* | (MESS) apple3: a little more cleanup (nw) |  R. Belmont | 2014-02-09 | 1 | -32/+1 |
* | (MESS) apple3: corrected a few erroneous keys (nw) |  R. Belmont | 2014-02-09 | 1 | -4/+4 |
* | (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 ... |  R. Belmont | 2014-02-09 | 1 | -23/+156 |
* | (MESS) Apple drivers cleanup: [R. Belmont] |  R. Belmont | 2014-02-09 | 1 | -14/+7 |
* | (MESS) apple3: extended addressing applies to all $x1 opcodes. SOS apps now ... |  R. Belmont | 2014-02-08 | 1 | -12/+30 |
* | (MESS) apple3: improved interrupt generation and scanline timing [R. Belmont] |  R. Belmont | 2014-02-06 | 1 | -27/+48 |
* | (MESS) apple3 changes: [R. Belmont] |  R. Belmont | 2014-02-02 | 1 | -94/+19 |
* | (MESS) apple3: Added speaker toggle, beep, and DAC sound. [R. Belmont] |  R. Belmont | 2014-02-02 | 1 | -0/+46 |
* | (MESS) apple3: hooked up modifier keys [R. Belmont] |  R. Belmont | 2014-02-02 | 1 | -2/+27 |
* | (MESS) apple3: Remove unnecessary opbase handler (nw) |  R. Belmont | 2014-02-02 | 1 | -18/+0 |
* | Clang fix (nw) |  R. Belmont | 2014-02-02 | 1 | -1/+0 |
* | (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] |  R. Belmont | 2014-02-02 | 1 | -113/+263 |
* | removed the simplest 6522 port callbacks [smf] |  smf- | 2014-01-02 | 1 | -14/+25 |
* | Convert VIA6522 to use DEVCB2 [smf] |  smf- | 2013-12-31 | 1 | -34/+0 |
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -7/+7 |
* | small machine().root_device() cleanup (nw) |  Miodrag Milanovic | 2013-04-18 | 1 | -1/+1 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -92/+88 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -1/+1 |
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -3/+3 |
* | some mess device callback cleanup (nw) |  Miodrag Milanovic | 2013-04-05 | 1 | -7/+6 |
* | Moved some mess devices to proper place (nw) |  Miodrag Milanovic | 2013-02-22 | 1 | -1/+1 |
* | (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... |  Curt Coder | 2013-02-06 | 1 | -3/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -37/+37 |
* | Better devicification of the Apple II FDC/IWM/SWIM |  Nathan Woods | 2012-12-24 | 1 | -4/+5 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -20/+16 |
* | Fix apple3 regression (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -4/+4 |
* | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -8/+8 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -5/+5 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -27/+27 |
* | Memory handler normalization, part 1. |  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 | -1/+1 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -2/+2 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+738 |