| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -173/+0 | |
| | | |||||
| * | Synced other dirs withs driver license for MESS (nw) | 2015-05-13 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. ↵ | 2015-02-21 | 1 | -0/+2 | |
| | | | | | Belmont] | ||||
| * | (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] | 2014-09-11 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont] | 2014-07-04 | 1 | -8/+14 | |
| | | |||||
| * | (MESS) apple3: preliminary joystick support [R. Belmont] | 2014-04-12 | 1 | -1/+15 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -3/+3 | |
| | | |||||
| * | Added rs232 port to apple 3. Currently cts is not mapped because that needs ↵ | 2014-03-17 | 1 | -0/+2 | |
| | | | | | 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) | ||||
| * | Moved optional_device<screen_device> m_screen and ↵ | 2014-03-05 | 1 | -1/+3 | |
| | | | | | optional_device<palette_device> m_palette out of driver.* (nw) | ||||
| * | (MESS) apple3: Rework extended addressing from the schematics. [R. Belmont] | 2014-02-17 | 1 | -3/+2 | |
| | | |||||
| * | (MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't ↵ | 2014-02-17 | 1 | -1/+1 | |
| | | | | | asserted go through to the underlying RAM. [R. Belmont] | ||||
| * | Preliminary support for National Semiconductor MM58167 real-time ↵ | 2014-02-17 | 1 | -0/+3 | |
| | | | | | clock/calendar. [R. Belmont] | ||||
| * | (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] | 2014-02-16 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. ↵ | 2014-02-15 | 1 | -1/+1 | |
| | | | | | Belmont] | ||||
| * | (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] | 2014-02-14 | 1 | -12/+20 | |
| | | |||||
| * | (MESS) Systems Promoted from GAME_NOT_WORKING: | 2014-02-14 | 1 | -0/+1 | |
| | | | | | | - Apple III [R. Belmont] | ||||
| * | (MESS) apple3: a little more cleanup (nw) | 2014-02-09 | 1 | -2/+0 | |
| | | |||||
| * | (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 ↵ | 2014-02-09 | 1 | -4/+15 | |
| | | | | | device. Much, much better. [R. Belmont] | ||||
| * | (MESS) Apple drivers cleanup: [R. Belmont] | 2014-02-09 | 1 | -2/+9 | |
| | | | | | | | | - 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: improved interrupt generation and scanline timing [R. Belmont] | 2014-02-06 | 1 | -1/+2 | |
| | | |||||
| * | (MESS) apple3: Adjusted palette, confidence test color names screen is now ↵ | 2014-02-02 | 1 | -0/+1 | |
| | | | | | reasonable. [R. Belmont] | ||||
| * | (MESS) apple3 changes: [R. Belmont] | 2014-02-02 | 1 | -12/+3 | |
| | | | | | | | | | - 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 | -1/+16 | |
| | | |||||
| * | (MESS) apple3: Remove unnecessary opbase handler (nw) | 2014-02-02 | 1 | -1/+0 | |
| | | |||||
| * | (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] | 2014-02-02 | 1 | -1/+11 | |
| | | |||||
| * | removed the simplest 6522 port callbacks [smf] | 2014-01-02 | 1 | -3/+8 | |
| | | |||||
| * | Convert VIA6522 to use DEVCB2 [smf] | 2013-12-31 | 1 | -2/+0 | |
| | | |||||
| * | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -5/+16 | |
| | | | | | other modernization (nw) | ||||
| * | some mess device callback cleanup (nw) | 2013-04-05 | 1 | -0/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -8/+8 | |
| | | |||||
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -0/+6 | |
| | | |||||
| * | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -3/+1 | |
| | | |||||
| * | manual cleanup of mame and mess includes (no whatsnew) | 2012-09-18 | 1 | -5/+0 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -1/+2 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -2/+4 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+82 | |
