summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes and cleanup: Vas Crabb2024-03-121-1/+1
* -bus/a2bus: Added SNES MAX game controller interface card. Vas Crabb2024-03-103-0/+121
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-8/+8
* apple2, etc.: Add ProDOS filesystem where applicable AJR2024-02-101-2/+5
* srcclean and manual cleanup in preparation for release branch Vas Crabb2024-01-281-43/+43
* bus/a2bus/vista800.cpp: update dma priority and side select status (#11904) robjustice2024-01-071-19/+12
* bus/a2bus/vistaa800.cpp: Fixed spelling. Vas Crabb2024-01-011-3/+3
* Miscellaneous fixes: Vas Crabb2024-01-011-14/+18
* bus/a2bus: Added Vista A800 8 inch Disk Controller Card (#11885) robjustice2023-12-303-0/+350
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-4/+7
* Formats-related #include cleanup AJR2023-10-082-2/+0
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-243-4/+0
* mcfg pia6821: partial revert for the ones that set the clock to non-0 hap2023-09-202-2/+4
* misc mcfg: remove pia6821 clock freq param, hap2023-09-202-4/+2
* remove x file attribute from some source files hap2023-09-091-0/+0
* bus/nscsi/cd.cpp: Improved the correctness of the Apple CD-ROM command set, i... arbee2023-08-211-1/+13
* srcclean and fix up some bits Vas Crabb2023-07-231-1/+1
* a2bus/a2parprn.cpp: Minor correction AJR2023-07-211-0/+1
* a2bus: Add Fourth Dimension Parallel Printer Interface [AJR, Apple II Documen... AJR2023-07-213-3/+62
* a2bus: Typo fixes AJR2023-07-202-2/+2
* a2bus: Add emulation of ADS Noisemaker II board AJR2023-07-203-0/+104
* bus/a2bus/a2mockingboard.cpp: Reduced gross copy/pasta in PSG control code an... Vas Crabb2023-07-121-213/+112
* Revert "Clean up the Votrax SC-01[-A] class names and device names. [Lord Nig... Vas Crabb2023-07-121-10/+9
* Echo Plus board uses a TSP5220C (aka TMS5220C), not a straight TMS5220 [Lord ... Lord-Nightmare2023-07-111-1/+1
* Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare] Lord-Nightmare2023-07-111-9/+10
* Miscellaneous cleanup. Vas Crabb2023-07-041-2/+2
* bus/a2bus/romcard.cpp - fix typo in description (#11384) ksherlock2023-06-281-1/+1
* srcclean in preparation for 0.256 release branch. Vas Crabb2023-06-251-3/+3
* a2bus/romcard.cpp: Use a more period-correct loadout for the Integer ROM card... arbee2023-06-221-1/+3
* various: add missing precompiled header Patrick Mackinlay2023-06-221-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-175-29/+4
* apple/apple2.cpp: added Apple ROM/Firmware card with 3 options: Applesoft, In... arbee2023-06-085-11/+325
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0141-126/+126
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-5/+4
* Fix a change which got lost in a manual merge Lord-Nightmare2023-05-161-1/+0
* Add support for the older Votrax SC-01 chip; currently only used by Bally Ast... Lord-Nightmare2023-05-161-0/+1
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-013-6/+6
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-253-6/+6
* srcclean in preparation for release branch Vas Crabb2022-10-231-2/+2
* apple2e.cpp: rework aux memory handling so the standard 80-column card works ... arbee2022-10-078-62/+67
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-301-1/+1
* ap2_dsk: Move the applesauce formats in their own file Olivier Galibert2022-09-282-0/+2
* apple2: final removal of Apple II support for the legacy floppy system. [R. B... arbee2022-09-245-243/+52
* - fgoal.cpp: used finders for I/O ports and other smal cleanups Ivan Vangelista2022-07-131-7/+0
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* bus/nubus: Got rid of CRTC hacks in Macintosh Display Card emulation. Vas Crabb2022-06-252-60/+60
* Corrected a few common typos in various source files. (#9963) 0kmg2022-06-251-1/+1
* excel9.cpp: Additional cleanup, made code style consistent, fixed weird spaci... arbee2022-06-061-18/+12
* apple2: support for the Excel-9 6809 card, which runs Flex09. [Rob Justice, R... arbee2022-06-053-0/+375
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-0416-75/+63