| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus: Addressed unintuitive behavious in a dozen slot devices. |  Vas Crabb | 2026-03-23 | 2 | -26/+4 |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 2 | -15/+6 |
| * | misc/3do.cpp: move drawing into Amy |  angelosa | 2026-01-18 | 1 | -1/+1 |
| * | atari_fdc: Don't acknowledge commands with invalid drive numbers; small code ... |  AJR | 2026-01-17 | 2 | -14/+6 |
| * | pc/pc_t1t.cpp: Fixed a rather obvious error in bit manipulation. |  Vas Crabb | 2025-11-13 | 1 | -1/+2 |
| * | bus/a800/a800_slot: write_cart doesn't need returning from void fn |  angelosa | 2025-08-18 | 1 | -3/+1 |
| * | atari810, atari1050: Fix polarity of host communications; correct drive selec... |  AJR | 2025-07-25 | 2 | -17/+17 |
| * | a8sio: Hook up ready line (even though the host merely ties it to Vcc) |  AJR | 2025-07-25 | 2 | -0/+7 |
| * | bus/a800/atarifdc.h: Remove leftover #includes |  AJR | 2025-06-20 | 1 | -2/+0 |
| * | bus/a800/telelink2.cpp: Add mirroring to allow cartridge to boot |  AJR | 2025-06-08 | 1 | -1/+1 |
| * | atarifdc: Convert to slot device |  AJR | 2025-06-08 | 3 | -0/+898 |
| * | srcclean and cleanup |  Vas Crabb | 2024-11-24 | 3 | -10/+10 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 20 | -119/+119 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -4/+2 |
| * | a800/a800_slot.cpp, archimedes/podule/ether1.cpp: Use multibyte.h helpers |  AJR | 2024-02-16 | 1 | -4/+5 |
| * | bus/a800: Fix class hierarchy for "a5200_2chips" ROM type |  AJR | 2023-10-02 | 2 | -2/+2 |
| * | mos6530n(ew): rename to mos6530 |  hap | 2023-07-25 | 4 | -15/+15 |
| * | mos6530n: add pa/pb_w byte handler, add irq callback to 6530 |  hap | 2023-07-24 | 2 | -11/+11 |
| * | mos6530n: use template for pa/pb_w, |  hap | 2023-07-23 | 2 | -11/+11 |
| * | srcclean in preparation for 0.256 release branch. |  Vas Crabb | 2023-06-25 | 2 | -2/+2 |
| * | various: add missing precompiled header |  Patrick Mackinlay | 2023-06-22 | 2 | -0/+2 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 3 | -14/+0 |
| * | bus/a800: modernize cart slot interface (#10528) |  Angelo Salese | 2023-06-12 | 38 | -1157/+2933 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 8 | -41/+41 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -3/+3 |
| * | emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). |  Vas Crabb | 2023-04-01 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -3/+3 |
| * | a800.xml, a800_flop.xml: initial pass at QA (#10412) |  Angelo Salese | 2022-10-16 | 5 | -18/+192 |
| * | bus/a800/rom.cpp: fix a5200 bbsb banking |  angelosa | 2022-10-09 | 1 | -3/+3 |
| * | srcclean in preparation for release |  Vas Crabb | 2022-08-28 | 1 | -1/+1 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 2 | -7/+5 |
| * | a800: Add support for the ICD R-Time 8 cartridge |  AJR | 2022-07-30 | 3 | -0/+109 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -23/+18 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -1/+1 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -11/+3 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -24/+27 |
| * | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -2/+1 |
| * | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 10 | -79/+79 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -15/+17 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -19/+18 |
| * | atari810, atari1050: Add notes on format; correct mirroring (nw) |  AJR | 2019-05-18 | 2 | -1/+19 |
| * | a8sio: Radical excision of interface brain damage (nw) |  AJR | 2019-05-17 | 4 | -102/+32 |
| * | atari810, atari1050: Fix configuration bugs (nw) |  AJR | 2019-05-17 | 2 | -3/+3 |
| * | Add dumps of Atari 800 floppy controller ROMs [Atari Age] |  AJR | 2019-05-17 | 6 | -7/+378 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -6/+7 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -7/+6 |
| * | magedev\cassette: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-22 | 1 | -6/+7 |
| * | -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-17 | 2 | -41/+41 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -1/+1 |