Subversion Repositories NedoOS

Rev

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

Rev 1895 Rev 2014
Line 3036... Line 3036...
3036
    endif
3036
    endif
3037
    ld a,(sys_pgdos)
3037
    ld a,(sys_pgdos)
3038
    ld d,a
3038
    ld d,a
3039
    ld e,pgsys
3039
    ld e,pgsys
3040
        ifdef SVNREVISION
3040
        ifdef SVNREVISION
3041
                ld ix,((SVNREVISION+1) >> 16) & 0xffff
3041
                ld ix,(SVNREVISION + 1 >> 16) & 0xffff
3042
                ld bc,(SVNREVISION+1) & 0xffff
3042
                ld bc,(SVNREVISION + 1) & 0xffff
3043
        else
3043
        else
3044
                ld ix,0
3044
                ld ix,0
3045
                ld bc,0
3045
                ld bc,0
3046
        endif
3046
        endif