From 5664825f7b3c1db87b45a328bfca60c5a15c0596 Mon Sep 17 00:00:00 2001 From: DerelictDrone Date: Sat, 25 Nov 2023 09:57:33 -0600 Subject: [PATCH] Int Flag 8 (set PTE) now sets to byte 3 of interrupt --- lua/wire/zvm/zvm_features.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/wire/zvm/zvm_features.lua b/lua/wire/zvm/zvm_features.lua index e7032c0..155427b 100644 --- a/lua/wire/zvm/zvm_features.lua +++ b/lua/wire/zvm/zvm_features.lua @@ -784,7 +784,7 @@ function ZVM:Interrupt(interruptNo,interruptParameter,isExternal,cascadeInterrup if FLAGS[7] == 1 then self.PTBL = NewPTB elseif FLAGS[8] == 1 then - self.PTBE = 1 + self.PTBE = NewPTB end elseif self.PF == 1 then -- Compatibility extended mode