Changeset 60 for trunk/page1D/1Dbase.asm

Show
Ignore:
Timestamp:
11/08/09 18:23:13 (3 years ago)
Author:
brandonlw
Message:

More attempts to stabilize dual booting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page1D/1Dbase.asm

    r55 r60  
    55 EXTERN JErrorNo,UnlockFlash,GetKey,keyscnlnk,Rec1stByteNC,RecAByteIO,MemClear,ClrTxtShd 
    66 EXTERN ClrLCDFull,PutS,GetCSC,CursorOff,CursorOn,hideCursor,showCursor,ClrScrnFull,KeyToString 
    7  EXTERN JForceCmdNoChar,JForceCmd 
     7 EXTERN JForceCmdNoChar,JForceCmd,PowerOff,LCD_DRIVERON 
    88 
    99;4000h: 
     
    24342434       DW 0000h 
    24352435       DB 00h 
    2436 ;_LCD_DRIVERON          equ 4978h  
    2437        DW 0000h 
     2436_LCD_DRIVERON: 
     2437       DW LCD_DRIVERON 
    24382438       DB 00h 
    24392439;_DFMIN2                        equ 497Bh 
     
    41144114       DW 0000h 
    41154115       DB 00h 
    4116 ;_PowerOff              equ 5008h 
    4117        DW 0000h 
     4116_PowerOff: 
     4117       DW PowerOff 
    41184118       DB 00h 
    41194119;_GetKeyRetOff          equ 500Bh ;same as getkey, only returns kOff if 2nd+on is pressed