Rev 2305 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 2305 | Rev 2311 | ||
---|---|---|---|
Line 3035... | Line 3035... | ||
3035 | ld l,atm |
3035 | ld l,atm |
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 |
3047 | ;H=system drive, L= 1-Evo 2-ATM2 3-ATM3 6-p2.666 |
3047 | ;H=system drive, L= 1-Evo 2-ATM2 3-ATM3 6-p2.666 |
3048 | ;E=pgsys(system page) D= TR-DOS page |
3048 | ;E=pgsys(system page) D= TR-DOS page |
3049 | ret |
3049 | ret |
3050 | 3050 | ||
3051 | BDOS_getmemports |
3051 | BDOS_getmemports |