DRV:Bug fixed preventing INSDRV resuming after loading a driver

This commit is contained in:
Rémy GIBERT 2016-03-18 08:28:00 +01:00
parent 0ed8d58d2d
commit dd91f20da0

View File

@ -31,7 +31,7 @@ CS.START cld
*-------------------------------------- *--------------------------------------
.1 .DA CS.INIT .1 .DA CS.INIT
.DA CS.RUN .DA CS.RUN
.DA CS.EVENT .DA CS.DOEVENT
.DA CS.QUIT .DA CS.QUIT
L.MSG.HELP .DA MSG.HELP L.MSG.HELP .DA MSG.HELP
.DA 0 .DA 0
@ -54,7 +54,7 @@ CS.INIT ldy #S.PS.hARGS
rts rts
*-------------------------------------- *--------------------------------------
CS.RUN CS.RUN
CS.EVENT CS.DOEVENT
CS.QUIT clc CS.QUIT clc
rts rts
*-------------------------------------- *--------------------------------------