aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-20 02:47:17 +0200
committerJavier <dev.git@javispedro.com>2022-04-20 02:47:17 +0200
commit499f265118b6f849e19fc0a832023d967caeeaa2 (patch)
tree85c95428f33d7360331239205f7d054dbe632d6b
parenta2aaf8a11f318f4f1dda9c5f15cf2257a3c73f9a (diff)
downloadvbados-499f265118b6f849e19fc0a832023d967caeeaa2.tar.gz
vbados-499f265118b6f849e19fc0a832023d967caeeaa2.zip
bump to v0.53v0.53
-rw-r--r--README.md3
-rw-r--r--version.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0c0f7e..d2f5e6a 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The VB stands for "Very Basic" :)
# Downloads
-The current release is _0.52_.
+The current release is _0.53_.
You can get a recent build from the ready-to-go floppy disk image:
[💾 VBADOS.FLP](https://depot.javispedro.com/vbox/vbados/vbados.flp)
@@ -37,6 +37,7 @@ For the source code, you can check out [this git repository](..).
## Version history
+* _0.53_: brings back support for 3-byte sized packets on BIOS, since some BIOS and emulators (incl Win386 and DOSBox) are not compatible with 1-byte packets.
* _0.52_: this version switches VBMOUSE to using the PS/2 BIOS with 1-byte sized packets, to improve
wheel mouse compatibility.
diff --git a/version.h b/version.h
index 79d52cf..b775d12 100644
--- a/version.h
+++ b/version.h
@@ -2,6 +2,6 @@
#define VERSION_H
#define VERSION_MAJOR 0
-#define VERSION_MINOR 0x52
+#define VERSION_MINOR 0x53
#endif // VERSION_H