summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apple3.h
Commit message (Expand)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. ... arbee2015-02-211-0/+2
* (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] R. Belmont2014-09-111-0/+2
* (MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont] R. Belmont2014-07-041-8/+14
* (MESS) apple3: preliminary joystick support [R. Belmont] R. Belmont2014-04-121-1/+15
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* Added rs232 port to apple 3. Currently cts is not mapped because that needs t... smf-2014-03-171-0/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* (MESS) apple3: Rework extended addressing from the schematics. [R. Belmont] R. Belmont2014-02-171-3/+2
* (MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't ass... R. Belmont2014-02-171-1/+1
* Preliminary support for National Semiconductor MM58167 real-time clock/calend... R. Belmont2014-02-171-0/+3
* (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] R. Belmont2014-02-161-1/+1
* (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Bel... R. Belmont2014-02-151-1/+1
* (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] R. Belmont2014-02-141-12/+20
* (MESS) Systems Promoted from GAME_NOT_WORKING: R. Belmont2014-02-141-0/+1
* (MESS) apple3: a little more cleanup (nw) R. Belmont2014-02-091-2/+0
* (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 ... R. Belmont2014-02-091-4/+15
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-2/+9
* (MESS) apple3: improved interrupt generation and scanline timing [R. Belmont] R. Belmont2014-02-061-1/+2
* (MESS) apple3: Adjusted palette, confidence test color names screen is now re... R. Belmont2014-02-021-0/+1
* (MESS) apple3 changes: [R. Belmont] R. Belmont2014-02-021-12/+3
* (MESS) apple3: Added speaker toggle, beep, and DAC sound. [R. Belmont] R. Belmont2014-02-021-1/+16
* (MESS) apple3: Remove unnecessary opbase handler (nw) R. Belmont2014-02-021-1/+0
* (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] R. Belmont2014-02-021-1/+11
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-3/+8
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-2/+0
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-5/+16
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-5/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+82