Changeset 76 for trunk/bootcode/setup/main.asm
- Timestamp:
- Apr 8, 2017, 12:26:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/setup/main.asm
r65 r76 59 59 or ax, ax 60 60 jz SSTSI_NoItemPack 61 add si, LocMENU_LenOfItemPack ; ItemPack bergehen61 add si, LocMENU_LenOfItemPack ; Add ItemPack size 62 62 SSTSI_NoItemPack: 63 63 add si, LocMENU_LenOfMenuPtrBlock ; Skip Ptr-Block (+3 deshalb, weil danach INC!) … … 88 88 mov al, [SETUP_KeysOnEntry] 89 89 test al, Keys_Flags_EnterSetup 90 IFDEF ReleaseCode91 90 jz SCES_NoEnterSETUP 92 ENDIF93 91 SCES_ForceEnter: 94 92 call SETUP_Main … … 672 670 ENDIF 673 671 674 ; Zeichnet die Men Hilfe aufn Bildschirm672 ; Display the Help Menu 675 673 ; In: SI - Pointer to 4 HelpStrings... 676 674 ; Destroyed: None … … 1127 1125 add word ptr [CFG_LastTimeEditLow], 1 1128 1126 adc word ptr [CFG_LastTimeEditHi], 0 ; Update Time-Stamp 1129 IFDEF ReleaseCode 1130 call DriveIO_SaveConfiguration 1131 ENDIF 1127 call DriveIO_SaveConfiguration 1132 1128 mov byte ptr [SETUP_ExitEvent], 1 ; Exit and continue boot process 1133 1129 SEMSAES_UserAbort: … … 1145 1141 1146 1142 SEMEWS_DoThis: 1147 IFDEF ReleaseCode; Loads basic configuration...1148 call DriveIO_LoadConfiguration; This is *NOT* IPT nor HideConfig1149 ENDIF1143 ; Loads basic configuration... 1144 ; This is *NOT* IPT nor HideConfig 1145 call DriveIO_LoadConfiguration 1150 1146 mov byte ptr [SETUP_ExitEvent], 1 ; Exit and continue boot process 1151 1147 SEMEWS_UserAbort:
Note:
See TracChangeset
for help on using the changeset viewer.