Skip to content

Commit

Permalink
trying to trim more hex from dev/display
Browse files Browse the repository at this point in the history
  • Loading branch information
neozeed committed Apr 29, 2024
1 parent 06db81c commit 71b3807
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions dev/display/int10com.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF1 ;
%OUT . INT10COM.INC
%OUT . #INT10COM.INC#
ENDIF

;Modification history *********************************************************
Expand Down Expand Up @@ -221,8 +221,8 @@ FIND_FONT ENDP ;
;
; 7 6 5 4 3 2 1 0
; 0 0 0 0 0 0 x x
; � ��� 1 - AX=1100H
; ����� 1 = AX=1400H
; # ### 1 - AX=1100H
; ##### 1 = AX=1400H
;
; ES : DI points to start of font data
; CX = ? count of characters to load
Expand Down Expand Up @@ -517,8 +517,8 @@ ASK_BIOS_SCAN_LINES ENDP ;
;
; 7 6 5 4 3 2 1 0
; x x x x 0 0 0 0
; � ����������� 1 = INT 1FH
; ������������� 1 = INT 43H
; # ########### 1 = INT 1FH
; ############# 1 = INT 43H
; 1 = int 1FH special handling
;
;
Expand Down
22 changes: 11 additions & 11 deletions dev/display/tables.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
; DW OFFSET modes pointer to list of display modes
; DW OFFSET fonts pointer to list of font resolutions
;
; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ#
; ³ Loading mechanism bit incoding ³
; ³ ³
; ³ USER ? ³
; ³ ³ BIOS SUPPORT ³
; ³ ÚÄÄÁÄÄ¿ ÚÄÄÁÄÄ¿ ³
; ³ ÚÄÄÁÄ# ÚÄÄÁÄ# ³
; ³ ³
; ³ 7 6 5 4 3 2 1 0 ³
; ³ x x x x 0 0 x x ³
Expand All @@ -35,7 +35,7 @@
; ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1 = LCD 44H handling needed ³
; ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
;
; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
; ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ#
; ³ Memory Requirements ³
; ³ ³
; ³ 7 6 5 4 3 2 1 0 ³
Expand Down Expand Up @@ -101,7 +101,7 @@ EGA_MODES: ;
DB 00110000b ;5
DB 00110000b ;6
DB 00000001b ;7
DB 11111111b ;D;8 ÄÄÄÄÄÄ¿
DB 11111111b ;D;8 ÄÄÄÄÄ#
DB 11111111b ;D;9 ³
DB 11111111b ;D;A RESERVED
DB 11111111b ;D;B ³
Expand Down Expand Up @@ -136,7 +136,7 @@ EGAM_MODES: ;
DB 11111111b ;5
DB 11111111b ;6
DB 00010001b ;7
DB 11111111b ;D;8 ÄÄÄÄÄÄ¿
DB 11111111b ;D;8 ÄÄÄÄÄ#
DB 11111111b ;D;9 ³
DB 11111111b ;D;A RESERVED
DB 11111111b ;D;B ³
Expand Down Expand Up @@ -170,7 +170,7 @@ LCD_MODES: ;
DB 11010000b ;5
DB 11010000b ;6
DB 00000010b ;7
DB 11111111b ;D;8 ÄÄÄÄÄÄ¿
DB 11111111b ;D;8 ÄÄÄÄÄ#
DB 11111111b ;D;9 ³
DB 11111111b ;D;A RESERVED
DB 11111111b ;D;B ³
Expand Down Expand Up @@ -205,7 +205,7 @@ MONO_FONT_SIZE: ;
DB 11111111b ;5
DB 11111111b ;6
DB 11111111b ;7
DB 11111111b ;D;8 ÄÄÄÄÄÄ¿
DB 11111111b ;D;8 ÄÄÄÄÄ#
DB 11111111b ;D;9 ³
DB 11111111b ;D;A RESERVED
DB 11111111b ;D;B ³
Expand Down Expand Up @@ -239,7 +239,7 @@ EGA_FONT_SIZE: ; this needs to be adjusted
DB 8 ;5
DB 8 ;6
DB 0 ;7
DB 0FFH ;D;8 ÄÄÄÄÄÄ¿
DB 0FFH ;D;8 ÄÄÄÄÄ#
DB 0FFH ;D;9 ³
DB 0FFH ;D;A RESERVED
DB 0FFH ;D;B ³
Expand Down Expand Up @@ -273,7 +273,7 @@ EGA8_FONT_SIZE: ;
DB 8 ;5
DB 8 ;6
DB 0FFH ;7
DB 0FFH ;D;8 ÄÄÄÄÄÄ¿
DB 0FFH ;D;8 ÄÄÄÄÄ#
DB 0FFH ;D;9 ³
DB 0FFH ;D;A RESERVED
DB 0FFH ;D;B ³
Expand Down Expand Up @@ -307,7 +307,7 @@ EGA14_FONT_SIZE: ;
DB 8 ;5
DB 8 ;6
DB 14 ;7
DB 0FFH ;D;8 ÄÄÄÄÄÄ¿
DB 0FFH ;D;8 ÄÄÄÄÄ#
DB 0FFH ;D;9 ³
DB 0FFH ;D;A RESERVED
DB 0FFH ;D;B ³
Expand Down Expand Up @@ -341,7 +341,7 @@ LCD_FONT_SIZE: ;
DB 8 ;5
DB 8 ;6
DB 8 ;7
DB 0FFH ;D;8 ÄÄÄÄÄÄ¿
DB 0FFH ;D;8 ÄÄÄÄÄ#
DB 0FFH ;D;9 ³
DB 0FFH ;D;A RESERVED
DB 0FFH ;D;B ³
Expand Down

0 comments on commit 71b3807

Please sign in to comment.