mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-19 19:31:24 +00:00
Forgot to bring in fix for ProDOS clock from 1.x
This commit is contained in:
parent
67829d96cd
commit
6f8d5810d5
BIN
PLASMA-SYS2.PO
BIN
PLASMA-SYS2.PO
Binary file not shown.
@ -1398,7 +1398,7 @@ loop
|
||||
//
|
||||
// Set system path
|
||||
//
|
||||
strcat(strcpy(@sysmods, $280), "SYS/")) // This is the path to CMD
|
||||
strcat(strcpy(@sysmods, $300), "SYS/")) // This is the path to CMD
|
||||
syspath = @sysmods // Update external interface table
|
||||
syscmdln = @cmdln
|
||||
//
|
||||
|
@ -41,7 +41,7 @@ end
|
||||
//
|
||||
const jitcomp = $03E2
|
||||
const jitcodeptr = $03E4
|
||||
const jitmod = $02E0
|
||||
const jitmod = $02F0
|
||||
//
|
||||
// Pedefined functions.
|
||||
//
|
||||
@ -1469,7 +1469,7 @@ loop
|
||||
//
|
||||
// Set system path
|
||||
//
|
||||
strcat(strcpy(@sysmods, $280), "SYS/")) // This is the path to CMD
|
||||
strcat(strcpy(@sysmods, $300), "SYS/")) // This is the path to CMD
|
||||
syspath = @sysmods // Update external interface table
|
||||
syscmdln = @cmdln
|
||||
//
|
||||
|
@ -38,7 +38,7 @@ IPL = IP
|
||||
IPH = IPL+1
|
||||
OPIDX = FETCHOP+6
|
||||
OPPAGE = OPIDX+1
|
||||
STRBUF = $0280
|
||||
STRBUF = $0300
|
||||
INTERP = $03D0
|
||||
;******************************
|
||||
;* *
|
||||
|
@ -63,8 +63,8 @@ OPPAGE = OPIDX+1
|
||||
;
|
||||
; BUFFER ADDRESSES
|
||||
;
|
||||
STRBUF = $0280
|
||||
JITMOD = $02E0
|
||||
STRBUF = $0300
|
||||
JITMOD = $02F0
|
||||
INTERP = $03D0
|
||||
JITCOMP = $03E2
|
||||
JITCODE = $03E4
|
||||
|
@ -50,8 +50,8 @@ IPL = IP
|
||||
IPH = IPL+1
|
||||
OPIDX = FETCHOP+6
|
||||
OPPAGE = OPIDX+1
|
||||
STRBUF = $0280
|
||||
JITMOD = $02E0
|
||||
STRBUF = $0300
|
||||
JITMOD = $02F0
|
||||
INTERP = $03D0
|
||||
JITCOMP = $03E2
|
||||
JITCODE = $03E4
|
||||
|
Loading…
x
Reference in New Issue
Block a user