summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a800
Commit message (Expand)AuthorAgeFilesLines
* bus/a800/atarifdc.h: Remove leftover #includes AJR2025-06-201-2/+0
* bus/a800/telelink2.cpp: Add mirroring to allow cartridge to boot AJR2025-06-081-1/+1
* atarifdc: Convert to slot device AJR2025-06-083-0/+898
* srcclean and cleanup Vas Crabb2024-11-243-10/+10
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2720-119/+119
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+2
* a800/a800_slot.cpp, archimedes/podule/ether1.cpp: Use multibyte.h helpers AJR2024-02-161-4/+5
* bus/a800: Fix class hierarchy for "a5200_2chips" ROM type AJR2023-10-022-2/+2
* mos6530n(ew): rename to mos6530 hap2023-07-254-15/+15
* mos6530n: add pa/pb_w byte handler, add irq callback to 6530 hap2023-07-242-11/+11
* mos6530n: use template for pa/pb_w, hap2023-07-232-11/+11
* srcclean in preparation for 0.256 release branch. Vas Crabb2023-06-252-2/+2
* various: add missing precompiled header Patrick Mackinlay2023-06-222-0/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-173-14/+0
* bus/a800: modernize cart slot interface (#10528) Angelo Salese2023-06-1238-1157/+2933
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-018-41/+41
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-011-3/+3
* API change for device_image_interface AJR2023-03-302-3/+3
* a800.xml, a800_flop.xml: initial pass at QA (#10412) Angelo Salese2022-10-165-18/+192
* bus/a800/rom.cpp: fix a5200 bbsb banking angelosa2022-10-091-3/+3
* srcclean in preparation for release Vas Crabb2022-08-281-1/+1
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-202-7/+5
* a800: Add support for the ICD R-Time 8 cartridge AJR2022-07-303-0/+109
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-23/+18
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-24/+27
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-2110-79/+79
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-15/+17
* Spring cleaning: Vas Crabb2019-11-014-19/+18
* atari810, atari1050: Add notes on format; correct mirroring (nw) AJR2019-05-182-1/+19
* a8sio: Radical excision of interface brain damage (nw) AJR2019-05-174-102/+32
* atari810, atari1050: Fix configuration bugs (nw) AJR2019-05-172-3/+3
* Add dumps of Atari 800 floppy controller ROMs [Atari Age] AJR2019-05-176-7/+378
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-6/+7
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-172-41/+41
* devcb3 Vas Crabb2018-07-071-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-40/+45
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-22/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* device_add_mconfig: a small start in devices\bus (nw) Ivan Vangelista2017-06-022-9/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1413-191/+204
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-2/+2