Changeset 594 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc


Ignore:
Timestamp:
Jul 4, 2018, 6:40:02 PM (6 years ago)
Author:
aitotat
Message:

Previosly committed flash fix for configurator was incomplete. Now fixed properly.
Added MODULE_MFM_COMPATIBILITY.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc

    r593 r594  
    6969    .rgbTopOfStack:                     ; 256 bytes of stack
    7070    .fpInt13hEntryStack     resb    4
     71%endif
     72%ifdef MODULE_MFM_COMPATIBILITY
     73    .fpMFMint13h            resb    4
    7174%endif
    7275    .fpOldI13h              resb    4   ; Far pointer to old INT 13h handler
Note: See TracChangeset for help on using the changeset viewer.