init vcr didn't init the device number properly...

This commit is contained in:
Kelvin Sherlock 2015-08-26 21:39:46 -04:00
parent 5a46e1420f
commit 222ad605e6
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ init_vcr proc export
sty my_vcr+2
ldy #vcr.device
lda [my_vcr]
lda [my_vcr],y
;sta device ; should probably just store in the dev_num.
sta dev_parms.dev_num