Skip to content

Commit

Permalink
Ravi GM driver: compatibility with 80186 CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
pdewacht committed Jul 28, 2021
1 parent a105104 commit aed2b5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ravi/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
July 28, 2021
- Compatibility with 80186 CPU

July 13, 2021
- DreamBlaster S2P version

Expand Down
3 changes: 2 additions & 1 deletion ravi/gm.asm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@


[BITS 16]
[CPU 186]

; Drivers are flatform binaries that get loaded at the start of
; a segment. When a driver function needs to be executed, the
Expand Down Expand Up @@ -1411,7 +1412,7 @@ mapMIDIInstruments:
add si, 8
dec cx
test cx, cx
jnz near patch_loop
jnz patch_loop
; loop patch_loop

cmp byte [cs:second], 0
Expand Down
Binary file modified ravi/gm.drv
Binary file not shown.

0 comments on commit aed2b5a

Please sign in to comment.