Ignore:
Timestamp:
May 9, 2019, 8:11:46 PM (5 years ago)
Author:
krille_n_
Message:

Changes:

  • SerDrive: Fixed a bug that prevented use of 3.5" 720 KB floppy disk images.
  • Also added support for Microsoft DMF (Distribution Media Format) floppy disk images.
  • XTIDECFG / Library: Minor size optimizations. Added a new macro (SKIP1B) as part of that.
  • BIOS: A small size optimization (2 bytes) to MODULE_8BIT_IDE_ADVANCED that is enabled only when USE_NEC_V is defined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r601 r602  
    293293g_szValueCfgDevice8b:                       db  "8-bit",NULL
    294294g_szValueCfgDeviceRev1:                     db  "XTIDE r1",NULL
    295 g_szValueCfgDeviceRev2:                     db  "XTIDE r2",NULL
     295g_szValueCfgDeviceRev2:
    296296g_szValueCfgDeviceRev2Olivetti:             db  "XTIDE r2",NULL
    297297g_szValueCfgDeviceXTCFPio8:                 db  "XTCF PIO",NULL
Note: See TracChangeset for help on using the changeset viewer.