Subversion Repositories NedoOS

Rev

Rev 1383 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 1383 Rev 1484
Line 652... Line 652...
652
        align 256
652
        align 256
653
tpgs
653
tpgs
654
        ds 256 ;%10765432
654
        ds 256 ;%10765432
655
tscreenpgs
655
tscreenpgs
656
        ds 256,tscreenpgs/256 ;%10765432 ;номер страницы в экране или tscreenpgs/256, если не экранная
656
        ds 256,tscreenpgs/256 ;%10765432 ;номер страницы в экране или tscreenpgs/256, если не экранная
657
trecolour
657
trecolour
658
;trecolour = tscreenpgs+256
658
;trecolour = tscreenpgs+256
659
;сюда копируется либо wastrecolour, либо wast866toatm
659
;сюда копируется либо wastrecolour, либо wast866toatm
660
        incbin "../kernel/866toatm"
660
        incbin "../_sdk/codepage/866toatm"
661
 
661
 
662
        align 256
662
        align 256
Line 844... Line 844...
844
        SETPGC000
844
        SETPGC000
845
        ld a,(hl)
845
        ld a,(hl)
846
       pop hl
846
       pop hl
847
       pop bc
847
       pop bc
848
        ret
848
        ret
849
 
849
 
850
        align 256
850
        align 256
851
t866toatm
851
t866toatm
852
        incbin "../kernel/866toatm"
852
        incbin "../_sdk/codepage/866toatm"
853
 
853
 
854
        display "end=",$
854
        display "end=",$