This commit is contained in:
Thaddeus-Maximus
2026-04-03 15:58:58 -05:00
commit f3953d66ae
1516 changed files with 586639 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{$IFDEF SOFTDMC}
{$I MOTCON5}
{$DEFINE FIFO}
{$ELSE}
{$IFDEF THREEC20}
{$DEFINE EEPROM}
{$I MOTCOND.PAS}
{$DEFINE FIFO}
{$ELSE}
{$IFDEF EIGHTI20}
{$I 8I20con.PAS}
{$DEFINE EEPROM}
{$ELSE}
{$IFDEF SEVENI43}
{$I MOTCON5.PAS}
{$DEFINE FIFO}
{$ELSE}
{$IFDEF EIGHTC20}
{$I 8C20CON.PAS}
{$DEFINE EEPROM}
{$ELSE}
{$IFDEF EIGHTI40}
{$I MOTBITSD.PAS}
{I 8I40BITS.PAS}
{$DEFINE EEPROM}
{$ELSE}
{$IFDEF SEVENI64}
{$I 7I64con.PAS}
{$IFDEF GENERIC}
{}
{$DEFINE EEPROM}
{$ELSE}
{BUMOUT CARD NOT DEFINED }
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}