Skip to content

Commit

Permalink
SCUMM: Added support for Macintosh music in Monkey Island 1
Browse files Browse the repository at this point in the history
This is based on the old Mac0-to-General MIDI conversion that we used
to do (and which this patch removes), as well as the code for playing
the Monkey Island 2 and Fate of Atlantis Macintosh music. I'm not sure
how accurate it is, particularly in tempo and volume, but at this
point it seems to work pretty well. Looping music is perhaps a bit
off, but it was before as well.

There is an annoying drawn out note in the music when you're following
the shopkeeper, but that appears to have been there in the original as
well.
  • Loading branch information
Torbjörn Andersson committed Nov 11, 2012
1 parent da0490f commit 8bb5954
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 219 deletions.
1 change: 1 addition & 0 deletions engines/scumm/module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ MODULE_OBJS := \
player_v2cms.o \
player_v3a.o \
player_v4a.o \
player_v5m.o \
resource_v2.o \
resource_v3.o \
resource_v4.o \
Expand Down
Loading

0 comments on commit 8bb5954

Please sign in to comment.