summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2gs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+599