Show
Ignore:
Timestamp:
10/11/09 23:33:32 (3 years ago)
Author:
brandonlw
Message:

We now have a basic menu system and the beginnings of an oncalc hex editor
I also was forced to duplicate PutMap? instead of using the boot code hack, since it doesn't support inverse text
Progress...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/jumptable.asm

    r32 r55  
    44 include "includes\os2.inc" 
    55 
    6  PUBLIC _OutputProtectedPort,Page0Call 
     6 PUBLIC _OutputProtectedPort,Page0Call,_GetCharacterBitmap 
    77 PUBLIC _HandleUSBACablePluggedIn,_HandleUSBBCablePluggedIn,_HandleUSBACableUnplugged,_HandleUSBBCableUnplugged 
    88 PUBLIC _HandleUSBInterruptInitialize,_HandleDefaultUSBInterrupt,_ReadUSBInterruptData 
    9  EXTERN OutputProtectedPort 
     9 EXTERN OutputProtectedPort,GetCharacterBitmap 
    1010 EXTERN HandleUSBACablePluggedIn,HandleUSBBCablePluggedIn,HandleUSBACableUnplugged,HandleUSBBCableUnplugged 
    1111 EXTERN HandleUSBInterruptInitialize,HandleDefaultUSBInterrupt,ReadUSBInterruptData 
     
    6060       DW OutputProtectedPort 
    6161       DB 7Ch 
     62_GetCharacterBitmap: 
     63       call Page0Call 
     64       DW GetCharacterBitmap 
     65       DB 01h 
    6266_HandleUSBACablePluggedIn: 
    6367       call Page0Call