Fixed typo on IDE_HDD_EMU

This commit is contained in:
Michael J. Manley
2024-11-24 23:32:12 -08:00
parent a0db379ed7
commit f31af14769

View File

@@ -79,7 +79,7 @@ typedef struct IDE {
} IDE;
typedef struct IDE_HDD_EMU {
int romset,
int romset;
char *model;
int tracks, hpc, spt;
} IDE_HDD_EMU;