Changeset 492 in xtideuniversalbios for trunk/Assembly_Library/Src/Keyboard
- Timestamp:
- Dec 21, 2012, 1:01:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Keyboard/Keyboard.asm
r407 r492 289 289 ; Nothing 290 290 ;-------------------------------------------------------------------- 291 292 %ifdef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 293 %define EXCLUDE 294 %ifdef MODULE_HOTKEYS 295 %undef EXCLUDE 296 %endif 297 %ifdef MODULE_BOOT_MENU 298 %undef EXCLUDE 299 %endif 300 %endif 301 302 %ifndef EXCLUDE 303 291 304 ALIGN KEYBOARD_JUMP_ALIGN 292 305 Keyboard_GetKeystrokeToAXandLeaveItToBuffer: … … 294 307 int BIOS_KEYBOARD_INTERRUPT_16h 295 308 ret 309 296 310 ALIGN KEYBOARD_JUMP_ALIGN 297 311 Keyboard_GetKeystrokeToAX: … … 306 320 Keyboard_GetKeystrokeToAXReturn: 307 321 ret 322 323 %endif 324 %undef EXCLUDE
Note:
See TracChangeset
for help on using the changeset viewer.