From 6866c7a413f74131e3e00ce0a95eb1a08bac1405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkert=20de=20Buisonj=C3=A9?= Date: Sun, 31 Dec 2023 13:35:53 +0100 Subject: [PATCH 1/3] Add SBEMU and VSBHDA (Sound Blaster emulators for modern PCs running DOS) --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 77762e8..fb919e8 100644 --- a/readme.md +++ b/readme.md @@ -18,6 +18,9 @@ platform. - [Books](#books) - [Videos](#videos) - [Source code](#source-code) +- [Open source DOS libraries](#open-source-dos-libraries) +- [Open source DOS games](#open-source-dos-games) +- [Drivers and emulators](#drivers-and-emulators) ## Development tools @@ -240,3 +243,10 @@ List of all homebrew DOS games: http://www.doshaven.eu - [Sopwith](https://web.archive.org/web/20200131222432/http://davidlclark.com/page/sopwith) - Side-scrolling shoot 'em up created by David L. Clark in 1984. The game involves piloting a Sopwith biplane, attempting to bomb enemy buildings while avoiding fire from enemy planes and various other obstacles. - [MaiZure's Projects - Decoded: Sopwith](https://web.archive.org/web/20201211175311/https://www.maizure.org/projects/decoded-sopwith/) - Code analysis by MaiZure. - [Wolfenstein 3D](https://github.com/id-Software/wolf3d) - FPS developed by id Software set in the Nazi German prison Castle Wolfenstein. Features pseudo-3D graphics with raycasting technique. Written in C and assembly. + +## Drivers and emulators + +### Sound card emulators + +- [SBEMU](https://github.com/crazii/SBEMU) - A TSR that emulates Sound Blaster and OPL3 in pure DOS using modern PCI-based (onboard and add-in card) sound cards. Supports both real mode and protected mode games! +- [VSB](https://github.com/Baron-von-Riedesel/VSBHDA) - A fork of SBEMU (see above), which also aims to offer Sound Blaster emulation for modern PC hardware, in both real mode and protected mode games. From 470d9ff819a872adaea3d0094963a8e30247e472 Mon Sep 17 00:00:00 2001 From: balintkissdev Date: Fri, 22 Nov 2024 20:50:25 +0100 Subject: [PATCH 2/3] Fix linter error --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fb919e8..6a4b1c4 100644 --- a/readme.md +++ b/readme.md @@ -18,8 +18,8 @@ platform. - [Books](#books) - [Videos](#videos) - [Source code](#source-code) -- [Open source DOS libraries](#open-source-dos-libraries) -- [Open source DOS games](#open-source-dos-games) + - [Open source DOS libraries](#open-source-dos-libraries) + - [Open source DOS games](#open-source-dos-games) - [Drivers and emulators](#drivers-and-emulators) ## Development tools @@ -250,3 +250,4 @@ List of all homebrew DOS games: http://www.doshaven.eu - [SBEMU](https://github.com/crazii/SBEMU) - A TSR that emulates Sound Blaster and OPL3 in pure DOS using modern PCI-based (onboard and add-in card) sound cards. Supports both real mode and protected mode games! - [VSB](https://github.com/Baron-von-Riedesel/VSBHDA) - A fork of SBEMU (see above), which also aims to offer Sound Blaster emulation for modern PC hardware, in both real mode and protected mode games. + From 68255aa4841287b5af16d63540cb92dc46b8c3e9 Mon Sep 17 00:00:00 2001 From: balintkissdev Date: Fri, 22 Nov 2024 20:52:51 +0100 Subject: [PATCH 3/3] Fix linter error --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6a4b1c4..40e41bc 100644 --- a/readme.md +++ b/readme.md @@ -18,6 +18,7 @@ platform. - [Books](#books) - [Videos](#videos) - [Source code](#source-code) + - [Open source DOS operating systems](#open-source-dos-operating-systems) - [Open source DOS libraries](#open-source-dos-libraries) - [Open source DOS games](#open-source-dos-games) - [Drivers and emulators](#drivers-and-emulators)