mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-20 01:16:36 +00:00
Forgot to bring in fix for ProDOS clock from 1.x
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user