📄 xmain.inc
字号:
;-----------------------------------------------------------------------
;
; XMAIN - Include file
;
; XMAIN.ASM export functions
;
;
;
; ****** XLIB - Mode X graphics library ****************
; ****** ****************
; ****** Written By Themie Gouthas ****************
;
; egg@dstos3.dsto.gov.au
; teg@bart.dsto.gov.au
;-----------------------------------------------------------------------
global _x_set_mode :proc
global _x_page_flip :proc
global _x_set_start_addr :proc
global _x_set_splitscreen :proc
global _x_text_mode :proc
global _x_set_mode :proc
global _x_select_default_plane :proc
global _x_hide_splitscreen :proc
global _x_show_splitscreen :proc
global _x_adjust_splitscreen :proc
global _x_set_doublebuffer :proc
global _x_set_tripplebuffer :proc
global _x_set_cliprect :proc
global _x_wait_vsync :proc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -