summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus
Commit message (Expand)AuthorAgeFilesLines
* srcclean Vas Crabb2025-06-251-2/+2
* a2bus/a2ieee488.cpp: Added support for the Apple IEEE-488 Card. [R. Belmont, ... arbee2025-06-203-1/+215
* New sound infrastructure. Olivier Galibert2025-04-274-28/+17
* bus/a2bus/mouse.cpp: Synchronise comminication with the microcontroller. Vas Crabb2025-04-201-20/+44
* a2bus/4play.cpp: Fix player 4 joystick definition (#13084) Mark Garlanger2024-12-141-8/+8
* m6502: rename m65c02 to w65c02 as well hap2024-12-142-14/+13
* srcclean and cleanup Vas Crabb2024-11-2413-38/+38
* ap2_dsk.cpp: add read-only support for the D13 format (#12956) Roman Donchenko2024-11-111-0/+2
* a2bus: Cleanups AJR2024-10-315-81/+74
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-184-10/+10
* bus/a2bus/suprterminal.cpp: Allow mapping control via C0Bx reads. (#12876) Roman Donchenko2024-10-141-18/+34
* bus/a2bus/suprterminal.cpp: Initialize m_bC800IsRAM on start. (#12872) Roman Donchenko2024-10-131-0/+1
* -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. Vas Crabb2024-10-012-55/+62
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2773-324/+324
* bus/nubus/nubus_specpdq.cpp: Added comment about issue with Apple RGB monitor. Vas Crabb2024-08-291-3/+3
* bus/a2bus/a2wico_trackball.cpp: Suppress side effects for debugger reads. Vas Crabb2024-08-262-48/+45
* a2bus: Add support for Wico Trackball, Wico Command Control Joystick Adapter,... as-tb-dev2024-08-253-0/+272
* 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