mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-18 10:30:20 +03:00
...
This commit is contained in:
parent
520455dbdc
commit
5808d28cf9
@ -599,6 +599,7 @@ SYS_PAGE EQU #FE
|
|||||||
|
|
||||||
.USER_VARS EQU #F018 ; ¯¥à¥¬¥ë¥ ¯®«ì§®¢ ⥫ï
|
.USER_VARS EQU #F018 ; ¯¥à¥¬¥ë¥ ¯®«ì§®¢ ⥫ï
|
||||||
.CMOS_EMULATOR EQU #FF00
|
.CMOS_EMULATOR EQU #FF00
|
||||||
|
.USER_VARS_2 EQU .CMOS_EMULATOR + CMOS.MAX_ADDRESS + 1
|
||||||
;------------[ OLD ]-------------;
|
;------------[ OLD ]-------------;
|
||||||
;.SYSTEM_ID EQU #C020 ; ¨á¯®«ì§®¢ « áì ¤«ï ¯®¤¬¥ë ¡¨®á "NEW_BIOS"
|
;.SYSTEM_ID EQU #C020 ; ¨á¯®«ì§®¢ « áì ¤«ï ¯®¤¬¥ë ¡¨®á "NEW_BIOS"
|
||||||
;.MSD_FAT_SEC EQU #C122 ; ç «ìë© á¥ªâ®à FAT
|
;.MSD_FAT_SEC EQU #C122 ; ç «ìë© á¥ªâ®à FAT
|
||||||
@ -683,7 +684,6 @@ CMOS.Register:
|
|||||||
.year EQU #09
|
.year EQU #09
|
||||||
.century EQU #32
|
.century EQU #32
|
||||||
|
|
||||||
|
|
||||||
; bit7 - Update-In-Progress. read-only
|
; bit7 - Update-In-Progress. read-only
|
||||||
; bit6..4 - %010: to turn the oscillator on and allow the RTC to keep time.
|
; bit6..4 - %010: to turn the oscillator on and allow the RTC to keep time.
|
||||||
; %11x: enables the oscillator but holds the countdown chain in reset.
|
; %11x: enables the oscillator but holds the countdown chain in reset.
|
||||||
@ -729,7 +729,8 @@ CMOS.Cell.ScreenSET EQU #1A
|
|||||||
.Mask.Sinc EQU #C0 ; SCREEN_HZ
|
.Mask.Sinc EQU #C0 ; SCREEN_HZ
|
||||||
.Mask.Int EQU #30 ; SCREEN_INT
|
.Mask.Int EQU #30 ; SCREEN_INT
|
||||||
;
|
;
|
||||||
|
CMOS.USED_MAX_ADDRESS EQU #3F
|
||||||
|
CMOS.MAX_ADDRESS EQU #7F
|
||||||
|
|
||||||
GR_BIT_END EQU 7
|
GR_BIT_END EQU 7
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user