Merge pull request #5346 from MaxwellS04/External_Floppy

Readd XT and AT floppy controllers
This commit is contained in:
Jasmine Iwanek
2025-03-15 10:35:13 -04:00
committed by GitHub

View File

@@ -105,6 +105,8 @@ static fdc_cards_t fdc_cards[] = {
// clang-format off
{ &device_none },
{ &device_internal },
{ &fdc_xt_device },
{ &fdc_at_device },
{ &fdc_b215_device },
{ &fdc_pii151b_device },
{ &fdc_pii158b_device },