summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus
Commit message (Expand)AuthorAgeFilesLines
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-2614-44/+44
* srcclean in preparation for 0.240 Vas Crabb2022-01-232-12/+12
* apple2: Added support for the ProDOS ROM Drive card. [R. Belmont] arbee2022-01-043-0/+143
* Add PCH to bus/a2bus/cards.cpp (fix GitHub #9057). Vas Crabb2021-12-301-0/+1
* -emu/render.cpp: Get the initial view check off the hot path (fixes MT08159). Vas Crabb2021-12-244-225/+233
* a2bus: add support for the Grafex-32 uPD7220 video card [Rob Justice, R. Belm... arbee2021-12-163-0/+161
* a2bus: consolidate card lists to clean up the drivers. [R. Belmont] arbee2021-12-162-0/+319
* a2eramworks3: chmod -x file hap2021-12-141-0/+0
* a2eramworks3.cpp: fix Franklin 500 384K expansion to correctly limit memory t... arbee2021-12-041-2/+2
* apple2e.cpp: gave the Franklin Ace machines their max RamWorks-compatible RAM... arbee2021-12-044-11/+90
* New machines added as WORKING arbee2021-12-012-0/+239
* apple2e.cpp updates: [R. Belmont] arbee2021-11-262-2/+10
* nscsi: modified CDROM_APPLE to ID as an Apple CDSC and pass MacOS security ch... arbee2021-11-241-1/+1
* More low-effort cleanup. Vas Crabb2021-10-0540-1199/+1233
* bus/a2bus, bus/a2gameio: Moved many class declarations out of headers. Vas Crabb2021-10-0420-621/+635
* bus/rs232: Added a configurable patch box device, and various cleanups. Vas Crabb2021-10-039-476/+460
* Laser 128 updates: [R. Belmont, Tom Greene] arbee2021-09-262-2/+46
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-1/+1
* a2sd: warning: 'unused' attribute directive ignored [-Wattributes] Robbbert2021-09-081-1/+1
* apple2: support for the AppleIISD card [R. Belmont, Florian Reitz] arbee2021-09-072-0/+347
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+7
* Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb2021-09-062-11/+19
* bus/a2bus/q68.cpp: Fixed various issues. Vas Crabb2021-08-132-49/+51
* - tryout.cpp: used object finders and other minor cleanups Ivan Vangelista2021-08-111-1/+1
* apple2: the two Q-68 cards use the same ROM. [R. Belmont] arbee2021-08-101-1/+1
* apple2: Support for the Stellation Q-68 and Q-68 Plus 68008 coprocessor cards... arbee2021-08-102-0/+321
* srcclean for 0.234 branch Vas Crabb2021-07-251-63/+63
* ncr5380n: reclaim ncr5380 device name Patrick Mackinlay2021-07-205-8/+8
* apple3: Preliminary support for Microsoft SoftCard /// [Rob Justice, R. Belmont] arbee2021-07-172-0/+292
* -bus/a2bus: Added //SHH SYSTEME LANceGS Card. (#8264) ksherlock2021-07-092-0/+230
* apple2: some correctness improvements to the Mockingboard support. [R. Belmont] arbee2021-06-172-37/+121
* apple3: Support for the Titan "/// Plus II" Apple II emulation card. [R. Belm... arbee2021-06-153-0/+399
* srcclean for release Vas Crabb2021-05-231-8/+8
* apple2: Add support for the BOOTI card [R. Belmont] arbee2021-05-082-0/+229
* bus/a2bus: Suppress side effects of Grappler C0nX reads for debugger. Vas Crabb2021-04-071-4/+7
* bus/a2bus: Added Orange Micro Grappler printer interface card. Vas Crabb2021-04-072-113/+392
* bus/a2bus: More improvements for Orange Micro buffered Grappler+: [Vas Crabb,... Vas Crabb2021-04-062-15/+77
* 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