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
.DA CS.RUN
.DA CS.EVENT
.DA CS.DOEVENT
.DA CS.QUIT
L.MSG.HELP .DA MSG.HELP
.DA 0
@ -54,7 +54,7 @@ CS.INIT ldy #S.PS.hARGS
rts
*--------------------------------------
CS.RUN
CS.EVENT
CS.DOEVENT
CS.QUIT clc
rts
*--------------------------------------