summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2gs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-42/+48
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-9/+9
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-8/+8
* apple2/apple2e/apple2gs: more MCFG elimination (nw) arbee2018-09-061-15/+17
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-14/+14
* Details, details (nw) Vas Crabb2018-09-011-2/+2
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-10/+10
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-8/+4
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-105/+21
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-174/+174
* apple2gs.cpp: A neater way of handling shared RAM (nw) AJR2018-07-041-19/+9
* apple2gs: more savestate fixups (nw) arbee2018-07-041-18/+22
* apple2gs: fixed issues with Jam Session and ACS Demo Disk #2 [R. Belmont] arbee2018-07-041-0/+9
* It helps to commit the latest local version (nw) arbee2018-07-031-609/+415
* apple2gs: rewritten driver using bankdev. [R. Belmont] arbee2018-07-031-250/+4789
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* (nw) More next-generation machine configuration WIP and bus modernisation - s... Vas Crabb2018-05-071-8/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-39/+39
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-25/+26
* g65816: Allow use of separate address spaces for program, data, opcodes and/o... AJR2018-03-201-0/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-2/+3
* apple2 (legacy), apple2gs: Remove first_screen (nw) AJR2018-03-081-1/+0
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* 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-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-11/+11
* fix apple2gs regressions [R. Belmont] arbee2017-02-061-2/+0
* apple2gs: switched to use z80scc, added printer & modem ports. [R. Belmont] arbee2016-11-051-2/+16
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* apple2gs.cpp - Fix rom load for 03 rom - NW briantro2016-08-091-1/+2
* apple2gs.cpp: Confirmed 341-0748 == 341-0749 briantro2016-08-061-32/+9
* apple2gs.cpp: Cut-n-paste fix - NW briantro2016-08-061-1/+1
* apple2gs.cpp: Redump, verify & Correct 341-0748 FE-FF ROM for Apple IIGS ROM0... briantro2016-08-061-8/+4
* fixed apple2 compile (nw) Miodrag Milanovic2016-05-011-0/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-4/+4
* apple2gs.cpp: Correct EPPROM to EPROM - NW briantro2016-02-251-3/+3
* apple2gs.cpp: Add in correct 342-0077-A ROM0 Apple IIGS rom - NW briantro2016-02-251-4/+5
* apple2gs.cpp: Dumped the 341-0749 rom and confirmed the 341-0728 Apple IIGS r... briantro2016-02-251-6/+7
* clang-modernize part 4 Miodrag Milanovic2015-12-041-7/+7