summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apple2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-12/+8
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* a2bus_device and a2eauxslot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-24/+16
* (MESS) Apple II: Correct setup of built-in ACIAs for IIc/IIc Plus [R. Belmont] R. Belmont2014-04-131-4/+20
* (MESS) Apple II updates: [R. Belmont] R. Belmont2014-04-131-6/+10
* (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ... R. Belmont2014-04-121-2/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-19/+19
* (MESS) apple2: Support the Corvus flat-cable interface card, also used in the... R. Belmont2014-03-221-0/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* (MESS) apple2: Support the Apple II Parallel Interface Card [R. Belmont] R. Belmont2014-03-021-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
* (MESS) apple2: ProDOS now correctly sees empty slots as empty. [R. Belmont] R. Belmont2014-02-271-22/+22
* (MESS) apple2: fixed recent regressions (crash and missing text drawing) (nw) R. Belmont2014-02-221-1/+1
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-16/+16
* (MESS) apple2: fixed systems crashing due to missing keyboard ROMs, validated... R. Belmont2014-02-171-9/+33
* (MESS) New clones added: [R. Belmont] R. Belmont2014-02-131-9/+156
* kb3600: converted to devcb2 (nw) R. Belmont2014-02-131-39/+17
* key position tune-ups (nw) R. Belmont2014-02-121-4/+4
* (MESS) apple2: rewrote keyboard handling according to schematics and using th... R. Belmont2014-02-121-165/+459
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-6/+3
* (MESS) Apple II: Support for the Videx UltraTerm card. [R. Belmont] R. Belmont2014-01-261-0/+3
* (MESS) Apple II: Support for Applied Engineering Super Music Synthesizer [R. ... R. Belmont2013-11-071-0/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* (MESS) Apple II bus moving day (nw) R. Belmont2013-10-221-26/+26
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-9/+8
* (MESS) Apple II: Support for the PCPI Applicard. [R. Belmont, Alex Freed] R. Belmont2013-08-031-0/+40
* or is this the better way.. Michaël Banaan Ananas2013-07-111-12/+12
* fix compile Michaël Banaan Ananas2013-07-111-12/+12
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-9/+9
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* (MESS) Apple II: Preliminary support for the Apple II Rev. C SCSI Card. [R. B... R. Belmont2013-03-011-1/+5
* (MESS) Apple II: Added support for Street Electronics Echo Plus and Zip Techn... R. Belmont2013-02-181-0/+3
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* (MESS) Apple II: Support 8 meg AE RamWorks III card for IIe. [R. Belmont] R. Belmont2013-02-091-1/+3
* (MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the s... R. Belmont2013-02-081-2/+12
* (MESS) Apple II: General modernization, some tagmap cleanup, and prep work to... R. Belmont2013-02-061-1/+5
* (MESS) apple2: Support generic 6850 MIDI card (Yamaha, Passport, etc). [R. Be... R. Belmont2013-01-291-0/+2
* (MESS) Fixed software list hookups. (nw) Curt Coder2013-01-231-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-311/+310
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-4/+4
* (MESS) New clones added R. Belmont2012-12-151-0/+16
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-0/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-18/+12
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* (MESS) Apple II: Add preliminary support for TME Arcade Board [R. Belmont] R. Belmont2012-09-231-0/+2
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-4/+4
* 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-13/+13