Skip to content

Commit

Permalink
Added more substrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bjt42 committed Jul 26, 2013
1 parent a61e868 commit c3d1373
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Copyright (C) 2013 bjt
Copyright (C) 2002-2013 The DOSBox Team
----------------------------------------------

Release Notes (23/07/13)
Release Notes (26/07/13)

WHAT IS IT?

Expand Down
Binary file modified SOFTMPU.EXE
Binary file not shown.
6 changes: 5 additions & 1 deletion SRC/APPSTR.ASM
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
;

; Disable SB interrupts for these intelligent mode apps
AppIDStrings DB 'WC2.' ; Wing Commander II
AppIDStrings DB 'FB.E' ; Flashback
DB 'MM3.' ; Might and Magic III
DB 'SOC.' ; Sensible Soccer
DB 'UNVG' ; Waxworks
DB 'WC2.' ; Wing Commander II
DB 00h ; End

0 comments on commit c3d1373

Please sign in to comment.