| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -1/+0 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -3/+3 |
| * | bus/coco/coco_fdc.cpp: Use device BIOS options to reduce proliferation of slo... |  tim lindner | 2023-04-01 | 1 | -5/+1 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -3/+3 |
| * | bus/coco: Minor cleanup of base cartridge class. (#10647) |  tim lindner | 2022-12-12 | 1 | -8/+6 |
| * | trs/coco12.cpp, trs/coco3.cpp: Moved real-time clocks to where they belong (a... |  tim lindner | 2022-12-05 | 1 | -0/+2 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -26/+27 |
| * | bus/coco: Added Glenside IDE Adapter. |  Nigel Barnes | 2022-02-19 | 1 | -0/+2 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 1 | -1/+1 |
| * | coco: audit save state and enable it (#8750) |  tim lindner | 2021-11-07 | 1 | -0/+20 |
| * | cococart.cpp: Fix copy-and-paste mistake |  AJR | 2021-10-27 | 1 | -1/+1 |
| * | cococart.cpp: Remove superfluous #include |  AJR | 2021-10-22 | 1 | -2/+0 |
| * | cococart.cpp: Fix build (was broken after 84970b9090f99ca6a06cb0133b108aabf3c... |  AJR | 2021-10-22 | 1 | -2/+10 |
| * | Initial RPK support for CoCo (#8541) |  npwoods | 2021-10-22 | 1 | -6/+103 |
| * | dragon_msx2: Renamed as 6x09 SuperSprite FM+. |  Nigel Barnes | 2021-08-21 | 1 | -2/+2 |
| * | bus/coco: Added the Dragon MSX 2+, The Dragon's Claw, Peaksoft Prestel, and C... |  Nigel Barnes | 2021-06-14 | 1 | -0/+65 |
| * | bus/coco: add CoCo Max Hi Res Input Module (#8104) |  tim lindner | 2021-05-31 | 1 | -0/+2 |
| * | bus/coco: Renamed Games Master cartdige slot option to gmc to match the Drago... |  tim lindner | 2021-03-31 | 1 | -1/+1 |
| * | bus/coco Added CoCo and Dragon MIDI cartridges. (#7589) |  tim lindner | 2020-12-25 | 1 | -1/+3 |
| * | Adjust CoCo 3 PIA mirrors (#7551) |  tim lindner | 2020-12-12 | 1 | -7/+29 |
| * | Cleanups and corrections for CoCo cartridge slot configuration (#7502) |  npwoods | 2020-11-23 | 1 | -0/+62 |
| * | bus/coco: Simplify handler signatures and uint type names (nw) |  AJR | 2020-06-07 | 1 | -21/+21 |
| * | Fixed ROM fill routine |  tim lindner | 2020-04-30 | 1 | -1/+1 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -7/+7 |
| * | coco2: Converted all coco/dragon extension devices to use cts handlers. |  Nigel Barnes | 2019-05-25 | 1 | -7/+1 |
| * | coco12.cpp: Added handlers for CTS region $C000-$FEFF, allows cartridges to i... |  Nigel Barnes | 2019-05-11 | 1 | -1/+52 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -37/+3 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -3/+37 |
| * | coco: Fixed loading Orchestra-90, RS-232 Program Pak, Modem Pak from softlist... |  Nigel Barnes | 2019-03-23 | 1 | -3/+3 |
| * | ay8910.cpp : Updates |  cam900 | 2019-02-15 | 1 | -34/+0 |
| * | Fixed Zumwalt banking thru the Multi-Pak. |  tim lindner | 2018-10-07 | 1 | -7/+25 |
| * | Avoid multiple explicit instantiations definition of templates |  Stefan Brüns | 2018-06-29 | 1 | -0/+3 |
| * | (nw) misc follow-up |  Vas Crabb | 2018-05-06 | 1 | -1/+0 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -0/+1 |
| * | The great CoCo/Dragon clock correction (nw) |  AJR | 2017-12-30 | 1 | -1/+1 |
| * | coco3: Make banked cartridges actually work |  AJR | 2017-09-28 | 1 | -3/+25 |
| * | srcclean (nw) |  Vas Crabb | 2017-06-25 | 1 | -11/+11 |
| * | [CoCo] Follow up hygiene on CoCo cartridge slot refactoring (#2371) |  npwoods | 2017-06-11 | 1 | -1/+13 |
| * | [CoCo] Changed device_cococart_interface implementations to do dynamic_casts ... |  npwoods | 2017-06-04 | 1 | -7/+29 |
| * | CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup... |  npwoods | 2017-06-01 | 1 | -39/+137 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -7/+7 |
| * | srcclean (nw) |  Vas Crabb | 2017-04-23 | 1 | -1/+1 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 1 | -1/+1 |
| * | [CoCo] Further cleanups in CoCo cartridge slot signal handling |  Nathan Woods | 2017-03-19 | 1 | -18/+47 |
| * | CoCo: Implementing support for enabling and disabling cartridge-specific sound |  Nathan Woods | 2017-03-11 | 1 | -1/+12 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -14/+0 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |