1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-09-29 16:55:22 +00:00

Forgot to bring in fix for ProDOS clock from 1.x

This commit is contained in:
David Schmenk 2018-05-26 17:42:06 -07:00
parent 67829d96cd
commit 6f8d5810d5
6 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@ -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
//

View File

@ -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
//

View File

@ -38,7 +38,7 @@ IPL = IP
IPH = IPL+1
OPIDX = FETCHOP+6
OPPAGE = OPIDX+1
STRBUF = $0280
STRBUF = $0300
INTERP = $03D0
;******************************
;* *

View File

@ -63,8 +63,8 @@ OPPAGE = OPIDX+1
;
; BUFFER ADDRESSES
;
STRBUF = $0280
JITMOD = $02E0
STRBUF = $0300
JITMOD = $02F0
INTERP = $03D0
JITCOMP = $03E2
JITCODE = $03E4

View File

@ -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