summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple2.c
Commit message (Expand)AuthorAgeFilesLines
* (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