Readd XT and AT floppy controllers

They got removed during the addition of CompatiCard
This commit is contained in:
MaxwellS04
2025-03-15 01:09:41 +07:00
parent d6e1e7066f
commit a1996e7955

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 },