aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ExtPack.xml2
-rw-r--r--README.md23
2 files changed, 16 insertions, 9 deletions
diff --git a/ExtPack.xml b/ExtPack.xml
index 4e13cfe..19a04f0 100644
--- a/ExtPack.xml
+++ b/ExtPack.xml
@@ -2,7 +2,7 @@
<VirtualBoxExtensionPack xmlns="http://www.virtualbox.org/VirtualBoxExtensionPack" version="1.0">
<Name>VMusic</Name>
<Description>Adds virtual devices for common music hardware: Adlib card (OPL2/OPL3), MPU-401 compatible (UART mode only), and SBAWE32 (EMU8000).</Description>
- <Version revision="303">0.3.3</Version>
+ <Version revision="304">0.3.4</Version>
<MainModule>VMusicMain</MainModule>
<MainVMModule>VMusicMainVM</MainVMModule>
</VirtualBoxExtensionPack>
diff --git a/README.md b/README.md
index fed53f4..d067a20 100644
--- a/README.md
+++ b/README.md
@@ -45,16 +45,20 @@ drivers post-SB16 already use the MPU-401 device.
# Installing
-1. Download
- [VMusic-0.3.2-vbox7.0.4.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.2-vbox7.0.4.vbox-extpack).
- This is built for VirtualBox 7.0.4, albeit it should work for most other recent versions in the 7.0.x series.
- For VirtualBox 6.1.x series, please use
- [VMusic-0.3.1-vbox6.1.32.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.1-vbox6.1.32.vbox-extpack).
+* For VirtualBox 7.1.x, download
+ [VMusic-0.3.4-vbox7.1.0.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.4-vbox7.1.0.vbox-extpack).
-2. Open VirtualBox, go to File → Tools → [Extension pack manager](https://depot.javispedro.com/vbox/VBoxPrefs.png),
- and install the downloaded VMusic-_something_.vbox-extpack file.
+* For VirtualBox 7.0.x, download
+ [VMusic-0.3.2-vbox7.0.4.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.2-vbox7.0.4.vbox-extpack).
-Alternatively, run `VBoxManage extpack install VMusic.vbox-extpack` on a terminal.
+* For VirtualBox 6.1.x, download
+ [VMusic-0.3.1-vbox6.1.32.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.1-vbox6.1.32.vbox-extpack).
+
+
+Open VirtualBox, go to File → Tools → [Extension pack manager](https://depot.javispedro.com/vbox/VBoxPrefs.png),
+and install the downloaded VMusic-_something_.vbox-extpack file.
+
+Alternatively, run `VBoxManage extpack install VMusic*.vbox-extpack` on a terminal.
# Using
@@ -155,6 +159,9 @@ After this, just type `make` followed by `make pack` and `VMusic.vbox-extpack` s
# Changelog
+* v0.3.4 updated version of Nuked-OPL3 and added compatibility with VirtualBox 7.1.0
+ (building with 7.0.x is still supported as no API changes were required).
+
* v0.3.3 minor change to MPU-401 to improve compatibility
* v0.3.2 minor changes to fix compatibility with VirtualBox 7.0.0