DRV:Bug fixed preventing INSDRV resuming after loading a driver

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

View File

@ -25,6 +25,7 @@ pDev .EQ $18
pEvent .EQ $1A
pPs .EQ $1C
pDrv .EQ $1E
ZPDRV .EQ $80
ZPBIN .EQ $90
@ -335,10 +336,6 @@ S.MEM.LEN .EQ 6
*
S.MEM.SIZE .EQ 8
*--------------------------------------
* BIN STRUCT
*--------------------------------------
S.BIN.CODE .EQ 0
*--------------------------------------
* DEV STRUCT
*--------------------------------------
S.DEV.CODE .EQ 0