summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple2.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-2632/+0
* 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] apple2: rewrote all 8-bit Apple II drivers with an aim towards moderni... arbee2014-11-161-5/+4
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-3/+6
* (MESS) Apple II series changes: [R. Belmont] R. Belmont2014-08-211-0/+94
* (MESS) Apple II: hook up ACIAs for Laser 128 series, remove cassette for IIc ... R. Belmont2014-08-191-4/+6
* (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ProDOS... R. Belmont2014-08-161-0/+11
* (MESS) Apple II: add more debugger guards around C800 bankswitch [Peter Ferri... R. Belmont2014-08-161-5/+5
* (MESS) Apple II: enable language-card write on reset based on h/w testing [Pe... R. Belmont2014-08-131-5/+3
* (MESS) Apple II updates: R. Belmont2014-08-101-19/+26
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
* (MESS) Remove now-fixed TODO (nw) R. Belmont2014-05-041-3/+0
* (MESS) Apple II: Correct setup of built-in ACIAs for IIc/IIc Plus [R. Belmont] R. Belmont2014-04-131-2/+48
* (MESS) Apple II updates: [R. Belmont] R. Belmont2014-04-131-21/+23
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-10/+10
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* fix Clang (nw) R. Belmont2014-02-121-1/+0
* (MESS) apple2: rewrote keyboard handling according to schematics and using th... R. Belmont2014-02-121-11/+127
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-19/+34
* missed an outdated include (nw) R. Belmont2013-10-221-1/+0
* (MESS) Apple II bus moving day (nw) R. Belmont2013-10-221-0/+20
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* Just some MESS drivers nobody cares about (nw) R. Belmont2013-05-301-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-94/+88
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-9/+2
* ficed several occurances of uninitialized memory (nw) Oliver Stöneberg2013-03-091-2/+6
* Moved some mess devices to proper place (nw) Miodrag Milanovic2013-02-221-2/+2
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* apple2gs: Enable AE Vulcan IDE card (nw, will self-serve) R. Belmont2013-02-101-2/+2
* (MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the s... R. Belmont2013-02-081-86/+450
* misc fixes. Hint: read_safe can't work anymore (nw) Olivier Galibert2013-02-071-2/+2
* (MESS) Apple II: General modernization, some tagmap cleanup, and prep work to... R. Belmont2013-02-061-81/+119
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-34/+17
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-3/+3
* (MESS) De-tagged the Apple II series drivers [R. Belmont] R. Belmont2013-01-281-10/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-250/+250
* [APPLE2] Floppy drive cleanups/modernization (nw) Nathan Woods2012-12-231-2/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-37/+32
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1952