diff options
Diffstat (limited to 'scripts/disable.sh')
-rwxr-xr-x | scripts/disable.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/disable.sh b/scripts/disable.sh index 8031d25..1abe8ba 100755 --- a/scripts/disable.sh +++ b/scripts/disable.sh @@ -7,3 +7,5 @@ vm="$1" VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Trusted VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Config/MirrorPort VBoxManage setextradata "$vm" VBoxInternal/Devices/mpu401/0/Trusted +VBoxManage setextradata "$vm" VBoxInternal/Devices/mpu401/0/Config/IRQ +VBoxManage setextradata "$vm" VBoxInternal/Devices/emu8000/0/Config/RomFile |