-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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' | ||
|
||
|
||
|
||
|
Binary file not shown.
File renamed without changes.