| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -1301/+0 | |
| | | |||||
| * | sync main driver and res of files | 2015-05-26 | 1 | -1/+1 | |
| | | |||||
| * | License self-service (nw) | 2015-05-12 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0159 | 2015-02-25 | 1 | -5/+4 | |
| | | |||||
| * | (MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. ↵ | 2015-02-21 | 1 | -6/+29 | |
| | | | | | Belmont] | ||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -1/+0 | |
| | | |||||
| * | (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] | 2014-09-11 | 1 | -0/+37 | |
| | | |||||
| * | forgot two unreachable code fixes (nw) | 2014-09-08 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) apple3: match slow speed to FDC (nw) | 2014-09-08 | 1 | -1/+9 | |
| | | |||||
| * | Cleanups and version bump | 2014-07-22 | 1 | -8/+7 | |
| | | |||||
| * | (MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont] | 2014-07-04 | 1 | -84/+6 | |
| | | |||||
| * | typo (nw) | 2014-05-12 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) apple3: Preliminary reset key handling. [R. Belmont] | 2014-05-11 | 1 | -0/+19 | |
| | | |||||
| * | Fix compile (nw) | 2014-04-12 | 1 | -1/+0 | |
| | | |||||
| * | (MESS) apple3: preliminary joystick support [R. Belmont] | 2014-04-12 | 1 | -7/+147 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -77/+76 | |
| | | |||||
| * | Added rs232 port to apple 3. Currently cts is not mapped because that needs ↵ | 2014-03-17 | 1 | -2/+11 | |
| | | | | | to be driven low whether something is plugged in or not or the apple 3 won't boot (I believe pull up resistors on the 12v side take care of that on real hardware). Not tested with Apple 3 software. (nw) | ||||
| * | Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the ↵ | 2014-03-17 | 1 | -0/+3 | |
| | | | | | baud rate xtal, supports external clocking, generates transmit interrupts when idle, added echo mode, dcd/dsr/cts input handling, parity & stop bit checking. Tested and fixed hookup to commodore lcd & plus 4. [smf] | ||||
| * | primary_screen -> first_screen() (nw) | 2014-03-15 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) apple3: Rework extended addressing from the schematics. [R. Belmont] | 2014-02-17 | 1 | -100/+29 | |
| | | |||||
| * | (MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't ↵ | 2014-02-17 | 1 | -40/+33 | |
| | | | | | asserted go through to the underlying RAM. [R. Belmont] | ||||
| * | Preliminary support for National Semiconductor MM58167 real-time ↵ | 2014-02-17 | 1 | -0/+16 | |
| | | | | | clock/calendar. [R. Belmont] | ||||
| * | (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] | 2014-02-16 | 1 | -2/+16 | |
| | | |||||
| * | (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. ↵ | 2014-02-15 | 1 | -6/+8 | |
| | | | | | Belmont] | ||||
| * | (MESS) apple3: a non-indirect instruction located on the zero page will also ↵ | 2014-02-15 | 1 | -1/+20 | |
| | | | | | enable extended addressing. Fixes Business BASIC. [R. Belmont] | ||||
| * | (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] | 2014-02-14 | 1 | -0/+182 | |
| | | |||||
| * | (MESS) Systems Promoted from GAME_NOT_WORKING: | 2014-02-14 | 1 | -1/+21 | |
| | | | | | | - Apple III [R. Belmont] | ||||
| * | (MESS) apple3: a little more cleanup (nw) | 2014-02-09 | 1 | -32/+1 | |
| | | |||||
| * | (MESS) apple3: corrected a few erroneous keys (nw) | 2014-02-09 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 ↵ | 2014-02-09 | 1 | -23/+156 | |
| | | | | | device. Much, much better. [R. Belmont] | ||||
| * | (MESS) Apple drivers cleanup: [R. Belmont] | 2014-02-09 | 1 | -14/+7 | |
| | | | | | | | | - apple3_state is no longer an unnecessary subclass of apple2_state - ay3600 keyboard decoder is now independent from apple2_state - cleaned up some includes | ||||
| * | (MESS) apple3: extended addressing applies to all $x1 opcodes. SOS apps now ↵ | 2014-02-08 | 1 | -12/+30 | |
| | | | | | start up. [R. Belmont] | ||||
| * | (MESS) apple3: improved interrupt generation and scanline timing [R. Belmont] | 2014-02-06 | 1 | -27/+48 | |
| | | |||||
| * | (MESS) apple3 changes: [R. Belmont] | 2014-02-02 | 1 | -94/+19 | |
| | | | | | | | | | - Removed ProFile stub, we'll do that as a proper card later - Removed ROM patch now that we can specify the ACIA is Rockwell-style - Allow -ramsize 256K or 512K - Both VIAs can generate IRQs now, as per schematics | ||||
| * | (MESS) apple3: Added speaker toggle, beep, and DAC sound. [R. Belmont] | 2014-02-02 | 1 | -0/+46 | |
| | | |||||
| * | (MESS) apple3: hooked up modifier keys [R. Belmont] | 2014-02-02 | 1 | -2/+27 | |
| | | |||||
| * | (MESS) apple3: Remove unnecessary opbase handler (nw) | 2014-02-02 | 1 | -18/+0 | |
| | | |||||
| * | Clang fix (nw) | 2014-02-02 | 1 | -1/+0 | |
| | | |||||
| * | (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] | 2014-02-02 | 1 | -113/+263 | |
| | | |||||
| * | removed the simplest 6522 port callbacks [smf] | 2014-01-02 | 1 | -14/+25 | |
| | | |||||
| * | Convert VIA6522 to use DEVCB2 [smf] | 2013-12-31 | 1 | -34/+0 | |
| | | |||||
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -7/+7 | |
| | | |||||
| * | small machine().root_device() cleanup (nw) | 2013-04-18 | 1 | -1/+1 | |
| | | |||||
| * | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -92/+88 | |
| | | | | | other modernization (nw) | ||||
| * | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -1/+1 | |
| | | |||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -3/+3 | |
| | | |||||
| * | some mess device callback cleanup (nw) | 2013-04-05 | 1 | -7/+6 | |
| | | |||||
| * | Moved some mess devices to proper place (nw) | 2013-02-22 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) Refactored all drivers to use the new MOS6551 and removed the old ↵ | 2013-02-06 | 1 | -3/+3 | |
| | | | | | implementation. (nw) | ||||
