summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-14/+3
* apple2e: fix issues with cards in slots 1 & 2 that use the $C800 space. [R. B... arbee2018-09-071-3/+4
* Merge branch 'master' of https://github.com/mamedev/mame Peter Ferrie2018-09-071-7/+7
|\
| * apple2/apple2e/apple2gs: more MCFG elimination (nw) arbee2018-09-061-7/+7
* | apple2e.cpp: correct I/O intercepts to match hardware [Peter Ferrie] Peter Ferrie2018-09-071-73/+61
|/
* apple2: with machine/apple2 safely buried we can be apple2_state again. also... arbee2018-09-051-1/+2
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-14/+14
* A better way of doing scanline timers, nw mooglyguy2018-09-051-4/+1
* apple2e: no-MCFG with a scanline timer? it's more likely than you think (nw) arbee2018-09-041-13/+20
* apple2e: more modernization (nw) arbee2018-09-031-41/+41
* Details, details (nw) Vas Crabb2018-09-011-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-2/+1
* mos6551: Eliminate MCFG_ macros (nw) AJR2018-08-201-19/+19
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-24/+11
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-60/+12
* apple2cp: 5.25" disks are now supported too (nw) arbee2018-07-281-12/+75
* New machines promoted to WORKING arbee2018-07-271-37/+150
* Cycle counting is hard. So is scanline counting. (nw) arbee2018-07-201-1/+1
* apple2: line-exact sync with h/w for Talbot Fantasy 7, fixed wrong flags (nw) arbee2018-07-201-1/+1
* New machines added as WORKING arbee2018-07-201-1/+1
* Make 3 similar functions use the same structure for consistency (nw) arbee2018-06-241-19/+9
* apple2e: add debugger guards to avoid accidentally banking out ROM [R. Belmont] arbee2018-06-241-6/+12
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-62/+62
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-6/+6
* 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