Skip to content

Commit

Permalink
Renamed to S2P.DRV
Browse files Browse the repository at this point in the history
  • Loading branch information
pdewacht committed Oct 31, 2021
1 parent 3a08a9d commit f73458b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions ravi/CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
October 31, 2021
- A proper fix for 8086/80186 compatiblity, thanks to Jim Leonard.
- Renamed the driver to "s2p.drv"

July 28, 2021
- Compatibility with 80186 CPU
Expand Down
7 changes: 4 additions & 3 deletions ravi/gm.asm → ravi/s2p.asm
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
; adapted for DreamBlaster S2P by [email protected]
; 8086-fixed by [email protected] on 20211030.
; Original header follows:
;
; GM on MPU-401 driver for SCI0
; plays the MT-32 channels using Rickard's MIDI Mapping Magic
; (see http://freesci.linuxgames.com)
; assembles with NASM (see http://sourceforge.net/projects/nasm/):
; nasm gm.asm -o gm.drv -f bin
; nasm s2p.asm -o s2p.drv -f bin

; Copyright (c) 1999, 2000, 2002, 2003 by
; Rickard Lind
Expand Down Expand Up @@ -50,10 +51,10 @@ dd 0x87654321 ; Sierra driver id
db 1 ; sound driver id (0=display, 4=keyboard)

; a string identifying the driver
db 5, 'gmdrv'
db 6, 's2pdrv'

; a string with a description of the device
db 23, 'General MIDI BETA 0.5.3'
db 16, 'DreamBlaster S2P'



Expand Down
Binary file renamed ravi/gm.drv → ravi/s2p.drv
Binary file not shown.
File renamed without changes.

0 comments on commit f73458b

Please sign in to comment.