aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:36:10 +0000
committerEugene Sandulenko2010-06-15 10:36:10 +0000
commit6903fc7a070e33809ba277256b23fa1963e65db7 (patch)
tree2aeeda79795c6764eca6c680bf9d6d048f8018b2 /engines/agi/module.mk
parent85d8b4f5d848c0e1ec6c7b4ef3e6bdd839b05197 (diff)
downloadscummvm-rg350-6903fc7a070e33809ba277256b23fa1963e65db7.tar.gz
scummvm-rg350-6903fc7a070e33809ba277256b23fa1963e65db7.tar.bz2
scummvm-rg350-6903fc7a070e33809ba277256b23fa1963e65db7.zip
AGI: Implement FR #2813133.
FR #2813133: "AGI: Proper Tandy 3-Voice/IBM PCjr Sound Support". Add proper Tandy music. Heavily based on NAGI source, thus attached its X11 license. To run it now use -e pcjr. Old one is still default for adlib but most likely will be changed in the future. Also lied ground for further separation of different sound generators. svn-id: r49755
Diffstat (limited to 'engines/agi/module.mk')
-rw-r--r--engines/agi/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/module.mk b/engines/agi/module.mk
index 4f27447dbd..db640c02b5 100644
--- a/engines/agi/module.mk
+++ b/engines/agi/module.mk
@@ -32,6 +32,7 @@ MODULE_OBJS := \
sound.o \
sound_2gs.o \
sound_midi.o \
+ sound_pcjr.o \
sprite.o \
text.o \
view.o \