summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus/a2bus: Fix Buffered Grappler+ ROM digests, use silkscreend mask IDs for l... Vas Crabb2021-04-051-3/+13
* a2mockingboard.cpp: Fix 2 more off-by-ones in the Phasor address decoding [To... arbee2021-04-031-2/+2
* bus/a2bus: Fix clang build (no idea how GCC didn't fail to compile that). Vas Crabb2021-04-041-1/+1
* bus/a2bus: Made Buffered Grappler+ DRAM size configurable, fixed a bad Vas Crabb2021-04-042-11/+44
* bus/a2bus: Also synchronise data and asserting strobe for Apple II Parallel I... Vas Crabb2021-04-042-37/+44
* bus/a2bus updates: [Vas Crabb, Golden Child] Vas Crabb2021-04-044-183/+736
* a2mockingboard.cpp: fix two off-by-ones on the Phasor address decoding [TomCh] arbee2021-04-031-2/+2
* a2mockingboard.cpp: Updates [R. Belmont, TomCh] arbee2021-04-011-9/+41
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-028-28/+32
* byte8251, ccs7710: Don't take over C800-CFFF space AJR2021-02-232-0/+2
* Added Apple 2 disk image format: .nib (read-only support) (#7725) leesaudan22021-01-301-2/+2
* Apple 2 floppy drive (diskiing, diskiing13): added sounds (#7685) leesaudan22021-01-211-2/+2
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-2/+2
* a2bus/mouse.cpp: Fix regression caused by MCU port C lines being high after r... AJR2021-01-061-7/+4
* aprissi: ROM version note AJR2021-01-011-1/+1
* apple2, apple2e, apple2gs: Add emulation of Apricorn Super Serial Imager as s... AJR2020-12-302-14/+187
* a2ssc: Connect RTS output AJR2020-12-291-0/+1
* a2ssc: More minor corrections AJR2020-12-291-4/+3
* a2ssc: Add DIP switch locations and correct their bit assignments; mirror reg... AJR2020-12-292-58/+58
* a2bus: Add (corrected) ROM dumps and emulation of CCS Model 7710 Asynchronous... AJR2020-12-242-0/+210
* apple2: Support for the Videx Uniprint parallel card [R. Belmont, Golden Child] arbee2020-12-222-0/+294
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-221-3/+2
* apple2: Apple II Rev. C SCSI card's bank register is write-only [gorlik] arbee2020-12-111-3/+0
* apple2: Support the SUP'R'TERMINAL 80-column card. [R. Belmont] arbee2020-11-092-0/+277
* agat.cpp: Native keyboard, video and floppy improvements. (#7449) shattered2020-11-101-1/+11
* -General maintenance on emu/devfind: Vas Crabb2020-11-041-6/+3
* cinemat.cpp: Improved armora artworkr Vas Crabb2020-11-012-6/+7
* -bus/a2bus: Added Apple II Parallel Printer Interface Card. Vas Crabb2020-11-013-2/+342
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-252-12/+15
* bus/a2bus: Re-wrote Apple II Parallel Interface Card emulation. Vas Crabb2020-10-253-234/+478
* bus/a2bus: Make Grappler+ cnxx writes select low ROM bank for completeness. Vas Crabb2020-10-242-0/+11
* bus/a2bus: Removed some unused LOG arguments, added another assertion. Vas Crabb2020-10-241-3/+4
* bus/a2bus: Added Orange Micro Grappler+ Printer Interface. [Vas Crabb, Golden... Vas Crabb2020-10-232-0/+427
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-202-8/+4
* a2hsscsi: some additional reverse-engineering. firmware now issues 3 SCSI co... arbee2020-10-122-32/+68
* -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-111-6/+4
* apple2: Phasor only goes to double clock when native mode is enabled. [R. Bel... arbee2020-10-042-4/+24
* apple2: adjust Mockingboard and Phasor balances, and properly clock the Phaso... arbee2020-10-031-10/+11
* Clean up uses of picture image device some more. Vas Crabb2020-09-292-10/+9
* apple3: fix low-memory indirection through the X byte and get slot IRQs worki... arbee2020-09-281-2/+2
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-282-13/+10
* -bus/hp_dio/hp98544.cpp: Don't crash when cursor is outside screen area. Vas Crabb2020-09-281-2/+2
* picture_image_device::get_bitmap was returning a possibly-null reference Kelvin Sherlock2020-09-271-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-272-4/+3
* Fix MT07756 (ROM sets incorrectly being reported as missing) by partially rev... Vas Crabb2020-09-251-2/+2
* apple2: Sider updates [Peter Ferrie, R. Belmont] arbee2020-09-222-53/+66
* apple2: preliminary support for the Sider SASI card and the Xebec OEM version... arbee2020-09-202-0/+354
* apple2: CFFA2 is actually named "CFFA 2.0", not 2000. [R. Belmont] arbee2020-09-161-9/+3
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-132-3/+3
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-1/+1