Changeset 621 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm
- Timestamp:
- Nov 21, 2021, 2:15:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm
r602 r621 285 285 call Dialogs_DisplayNotificationFromCSDX 286 286 call EEPROM_FindXtideUniversalBiosROMtoESDI 287 call LoadColorTheme.FromROM 287 call LoadColorTheme.FromROM ; Returns the color theme index in AX 288 test BYTE [g_cfgVars+CFGVARS.wFlags], FLG_CFGVARS_FILELOADED 289 jz SHORT .FileNotLoaded 290 ; A file has been loaded so we need to copy the theme to that as well 291 call Buffers_GetFileBufferToESDI 292 add di, ROMVARS.pColorTheme 293 call WriteColorTheme 294 .FileNotLoaded: 288 295 jmp MainMenu_EnterMenuOrModifyItemVisibility 289 296
Note:
See TracChangeset
for help on using the changeset viewer.