summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-21/+21
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) More next-generation machine configuration WIP and bus modernisation - s... Vas Crabb2018-05-071-50/+50
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-43/+43
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-55/+57
* Apple II: added 13-sector version of Disk II controller [R. Belmont] arbee2018-05-021-0/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-164/+181
* some first_screen removal (nw) arbee2018-03-041-11/+13
* Grammar police (nw) Olivier Galibert2018-02-241-12/+12
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-12/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-17/+34
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-13/+26
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-29/+29
* space.machine -> machine (nw) Olivier Galibert2017-12-141-7/+7
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-12/+12
* srcclean (nw) Vas Crabb2017-11-261-9/+9
* apple2c: fix Slinky register return when no expansion RAM present. [R. Belmon... arbee2017-11-091-1/+1
* apple2cp: MIG RAM is 2K, not 0.5K. [mgcaret, R. Belmont] arbee2017-11-051-3/+3
* apple2: //e, //c, and friends now have No-Slot Clock support. [R. Belmont] arbee2017-11-051-10/+13
* apple2cp: Better "MIG" custom chip handling for apple2cp. [mgcaret, R. Belmont] arbee2017-11-041-15/+94
* apple2: preliminary support for AE TransWarp accelerator card [R. Belmont, Ap... arbee2017-11-031-0/+2
* apple2: preliminary support for "SSB Apple" speech board [R. Belmont, Apple I... arbee2017-10-311-0/+2
* Improve PORT_CHAR for US Apple IIe/IIc Vas Crabb2017-10-051-25/+25
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* apple2e: don't update 80-col screen immediately on page switch Peter Ferrie2017-09-121-2/+8
* apple2: Preliminary support for the Synetix SuperSprite card. [Golden Child, ... arbee2017-08-301-0/+2
* apple2: update screen on mode-switch only if really switching [Peter Ferrie] Peter Ferrie2017-08-221-2/+5
* ceci: Fixed spacebar bug that made it impossible to type BASIC programs, fixe... arbee2017-08-061-11/+28
* ceci: Cleanup, fixed several banking errors, Chinese mode works now [R. Belmont] arbee2017-08-061-37/+22
* ceci: complete keyboard, fix banking so Chinese mode doesn't crash [R. Belmont] arbee2017-08-061-19/+26
* ceci: Add QUIT and TEST keys (hold down TEST while resetting for diagnostic) ... arbee2017-08-061-2/+4
* New working machines arbee2017-08-051-87/+452
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+21
* srcclean (nw) Vas Crabb2017-03-261-9/+9
* apple2: simplify LC handling even further (nw) Peter Ferrie2017-03-021-25/+35
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-13/+13
* apple2: fixed IIe $C800 arbitration, Zellyn/kqumba tests pass now. [R. Belmont] arbee2017-03-021-7/+42
* apple2e.cpp: fix typo [nw] Peter Ferrie2017-03-011-1/+1
* apple2: rewrite LC handling [Peter Ferrie] Peter Ferrie2017-03-011-48/+33
* apple2: fixed IIe/IIc self-test regression, fixed IIe LC reset state. [R. Bel... arbee2017-02-281-3/+8
* apple2e: pass Zellyn/qkumba language card tests [R. Belmont] arbee2017-02-281-12/+42
* Self-registering devices prep: Vas Crabb2017-02-271-12/+17
* Get rid of now-deprecated a2lang (nw) arbee2017-02-061-1/+0