Sync push

This commit is contained in:
OmniaX 2024-09-02 07:57:32 +02:00
parent 8f92a19f28
commit d1dfc42a50
4 changed files with 15 additions and 12 deletions

View file

@ -1 +1 @@
1601 1602

View file

@ -49,6 +49,8 @@
@raw_export_start BIOS_API @raw_export_start BIOS_API
@group VGA_Registers @group VGA_Registers
VIDEO_MODE { MemoryAddresses.VGA + 0x0000 } VIDEO_MODE { MemoryAddresses.VGA + 0x0000 }
CLEAR_COLOR { MemoryAddresses.VGA + 0x0001 }
PALETTE { MemoryAddresses.VGA + 0x0002 }
SIGNAL { MemoryAddresses.VGA + 0x0003 } SIGNAL { MemoryAddresses.VGA + 0x0003 }
TEXT_SINGLE_CHAR { MemoryAddresses.VGA + 0x0004 } TEXT_SINGLE_CHAR { MemoryAddresses.VGA + 0x0004 }
TEXT_SIGNLE_INVERT { MemoryAddresses.VGA + 0x0005 } TEXT_SIGNLE_INVERT { MemoryAddresses.VGA + 0x0005 }
@ -65,6 +67,7 @@
@raw_export_start BIOS_API @raw_export_start BIOS_API
@group VGA_VideoModes @group VGA_VideoModes
TEXT_SINGLE_COLOR 0x00 TEXT_SINGLE_COLOR 0x00
TEXT_16_COLORS 0x01
@end @end
@raw_export_end @raw_export_end
@export_comment BIOS_API " --\n" @export_comment BIOS_API " --\n"

View file

@ -1,5 +1,5 @@
## -- ## --
## -- This file is automatically generated by the DragonAssembler (version 0.3.1599) ## -- This file is automatically generated by the DragonAssembler (version 0.4.1601)
## -- Please do not modify this file in any way. ## -- Please do not modify this file in any way.
## -- ## --

View file

@ -73,15 +73,15 @@
0x1600 VIDEO CARD INTERFACE (256 Bytes) 0x1600 VIDEO CARD INTERFACE (256 Bytes)
0x00: Video Mode (1 Byte) 0x00: Video Mode (1 Byte)
0x00: Text Single Color 0x00: Text Single Color
# 0x01: Text 16-color 0x01: Text 16-color
# 0x02: Text 256-color # 0x02: Text 256-color
# 0x03: Text True Color Mode # 0x03: Text True Color Mode
# 0x04: GFX Single Color # 0x04: GFX Single Color
# 0x05: GFX 16-color # 0x05: GFX 16-color
# 0x06: GFX 256-color # 0x06: GFX 256-color
# 0x07: GFX True Color Mode # 0x07: GFX True Color Mode
# 0x01: Clear Color (1 Byte) 0x01: Clear Color (1 Byte)
# 0x02: Palette (1 Byte) 0x02: Palette (1 Byte)
0x03: Signal (1 Byte) 0x03: Signal (1 Byte)
0x00: Continue 0x00: Continue