read/cache check was erring on 1.

This commit is contained in:
Kelvin Sherlock 2015-09-04 21:56:10 -04:00
parent 3cf4136815
commit 95b55aaaab
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ do_cache_priority procname
lda [param_blk_ptr],y
; 0 or 1 only.
cmp #1
cmp #2
bcs pre
sta dev_parms.dev_cache_pr
rts