Added the Magitronic B215

Intended for just testing the XT FDC issues
This commit is contained in:
Panagiotis
2021-01-31 13:49:14 +02:00
committed by GitHub
parent 1290fdb065
commit 41c3dbc451
5 changed files with 103 additions and 2 deletions

View File

@@ -109,6 +109,7 @@ typedef const struct {
/* All emulated machines have at least one integrated FDC controller */
static fdc_cards_t fdc_cards[] = {
{ "internal", NULL },
{ "b215", &fdc_b215_device },
{ "dtk_pii151b", &fdc_pii151b_device },
{ "dtk_pii158b", &fdc_pii158b_device },
{ "", NULL },