mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Add debugging to XModem, but bracketed with conditional compilation and turned off. - Update S100 T35 config name from t35 to t35_std to conform with naming of the standard config files. - Refresh Ch375 Native USB generated files to match current versions generated. - Move SCON driver include in HBIOS from Multi-function section to Character device section. - Added ToDo comments to SCSI driver. - Added VT-100 TERM.DEF file to the Games disk image. - Commented out debug output in SIMH config file.
12 lines
324 B
ArmAsm
12 lines
324 B
ArmAsm
; Generated File -- not to be modify directly
|
|
#IF (!CHNATIVEEZ80)
|
|
#include "ch376-native/keyboard/class_hid.c.s"
|
|
#ENDIF
|
|
#IF (!CHNATIVEEZ80)
|
|
#include "ch376-native/keyboard/class_hid_keyboard.c.s"
|
|
#ENDIF
|
|
#include "ch376-native/keyboard/kyb-init.c.s"
|
|
#IF (!CHNATIVEEZ80)
|
|
#include "ch376-native/keyboard/kyb_driver.c.s"
|
|
#ENDIF
|