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

@@ -13,5 +13,5 @@
# Copyright 2020,2021 David Hrdlička.
#
add_library(fdd OBJECT fdd.c fdc.c fdc_pii15xb.c fdi2raw.c fdd_common.c
add_library(fdd OBJECT fdd.c fdc.c fdc_magitronic.c fdc_pii15xb.c fdi2raw.c fdd_common.c
fdd_86f.c fdd_fdi.c fdd_imd.c fdd_img.c fdd_json.c fdd_mfm.c fdd_td0.c)