summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apple3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-6/+0
* a2bus_device and a2eauxslot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-9/+5
* (MESS) apple3: preliminary joystick support [R. Belmont] R. Belmont2014-04-121-1/+26
* Support 115200 on Apple III [smf] smf-2014-04-071-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-19/+18
* Added rs232 port to apple 3. Currently cts is not mapped because that needs t... smf-2014-03-171-0/+11
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* (MESS) apple3: Fixed colors in color hires mode. [R. Belmont] R. Belmont2014-02-181-1/+1
* Preliminary support for National Semiconductor MM58167 real-time clock/calend... R. Belmont2014-02-171-0/+4
* (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Bel... R. Belmont2014-02-151-0/+2
* (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] R. Belmont2014-02-141-1/+12
* (MESS) Systems Promoted from GAME_NOT_WORKING: R. Belmont2014-02-141-1/+1
* kb3600: converted to devcb2 (nw) R. Belmont2014-02-131-65/+60
* (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 ... R. Belmont2014-02-091-70/+172
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-1/+4
* (MESS) apple3: improved interrupt generation and scanline timing [R. Belmont] R. Belmont2014-02-061-2/+3
* (MESS) apple3: Adjusted palette, confidence test color names screen is now re... R. Belmont2014-02-021-1/+1
* (MESS) apple3 changes: [R. Belmont] R. Belmont2014-02-021-3/+6
* fix out-of-date note (nw) R. Belmont2014-02-021-2/+1
* (MESS) apple3: Added speaker toggle, beep, and DAC sound. [R. Belmont] R. Belmont2014-02-021-6/+14
* (MESS) apple3: hooked up modifier keys [R. Belmont] R. Belmont2014-02-021-2/+2
* (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] R. Belmont2014-02-021-23/+3
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-2/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-2/+10
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-1/+1
* (nw) R. Belmont2013-10-221-1/+1
* some mess modernization (nw) Miodrag Milanovic2013-04-051-2/+2
* 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-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-90/+89
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-1/+1
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-1/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+3
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-041-4/+6
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+196