summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple3.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1301/+0
* sync main driver and res of files Miodrag Milanovic2015-05-261-1/+1
* License self-service (nw) R. Belmont2015-05-121-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-5/+4
* (MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. ... arbee2015-02-211-6/+29
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+0
* (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] R. Belmont2014-09-111-0/+37
* forgot two unreachable code fixes (nw) Oliver Stöneberg2014-09-081-1/+1
* (MESS) apple3: match slow speed to FDC (nw) R. Belmont2014-09-081-1/+9
* Cleanups and version bump Miodrag Milanovic2014-07-221-8/+7
* (MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont] R. Belmont2014-07-041-84/+6
* typo (nw) R. Belmont2014-05-121-2/+2
* (MESS) apple3: Preliminary reset key handling. [R. Belmont] R. Belmont2014-05-111-0/+19
* Fix compile (nw) Justin Kerk2014-04-121-1/+0
* (MESS) apple3: preliminary joystick support [R. Belmont] R. Belmont2014-04-121-7/+147
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-77/+76
* Added rs232 port to apple 3. Currently cts is not mapped because that needs t... smf-2014-03-171-2/+11
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-0/+3
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* (MESS) apple3: Rework extended addressing from the schematics. [R. Belmont] R. Belmont2014-02-171-100/+29
* (MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't ass... R. Belmont2014-02-171-40/+33
* Preliminary support for National Semiconductor MM58167 real-time clock/calend... R. Belmont2014-02-171-0/+16
* (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] R. Belmont2014-02-161-2/+16
* (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Bel... R. Belmont2014-02-151-6/+8
* (MESS) apple3: a non-indirect instruction located on the zero page will also ... R. Belmont2014-02-151-1/+20
* (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] R. Belmont2014-02-141-0/+182
* (MESS) Systems Promoted from GAME_NOT_WORKING: R. Belmont2014-02-141-1/+21
* (MESS) apple3: a little more cleanup (nw) R. Belmont2014-02-091-32/+1
* (MESS) apple3: corrected a few erroneous keys (nw) R. Belmont2014-02-091-4/+4
* (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 ... R. Belmont2014-02-091-23/+156
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-14/+7
* (MESS) apple3: extended addressing applies to all $x1 opcodes. SOS apps now ... R. Belmont2014-02-081-12/+30
* (MESS) apple3: improved interrupt generation and scanline timing [R. Belmont] R. Belmont2014-02-061-27/+48
* (MESS) apple3 changes: [R. Belmont] R. Belmont2014-02-021-94/+19
* (MESS) apple3: Added speaker toggle, beep, and DAC sound. [R. Belmont] R. Belmont2014-02-021-0/+46
* (MESS) apple3: hooked up modifier keys [R. Belmont] R. Belmont2014-02-021-2/+27
* (MESS) apple3: Remove unnecessary opbase handler (nw) R. Belmont2014-02-021-18/+0
* Clang fix (nw) R. Belmont2014-02-021-1/+0
* (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] R. Belmont2014-02-021-113/+263
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-14/+25
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-34/+0
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-7/+7
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-92/+88
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-7/+6
* Moved some mess devices to proper place (nw) Miodrag Milanovic2013-02-221-1/+1
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... Curt Coder2013-02-061-3/+3