|
|
1.1 ! root 1: /* ! 2: * UAE - The Un*x Amiga Emulator ! 3: * ! 4: * DOS handlers. ! 5: * ! 6: * (c) 1997 Gustavo Goedert ! 7: * ! 8: * Led routines by Michael Sontheimer ! 9: */ ! 10: ! 11: int InstallHandlers(void); ! 12: void UninstallHandlers(void); ! 13: static void KeyboardHandler(void); ! 14: int InstallKeyboardHandler(void); ! 15: void UninstallKeyboardHandler(void); ! 16: static void MouseHandler(_go32_dpmi_registers *MouseRegs); ! 17: int InstallMouseHandler(void); ! 18: void UninstallMouseHandler(void); ! 19: void NumLockLED(int on); ! 20: void CapsLockLED(int on); ! 21: void ScrollLockLED(int on); ! 22: UBYTE InitLED(void); ! 23: void RestoreLEDStatus(UBYTE ubSavedLED); ! 24: void PicassoRefresh(void); ! 25: ! 26: extern int Original_produce_sound;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.