[Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.38,1.39
Travis Howell
kirben at users.sourceforge.net
Tue Aug 5 05:44:02 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.30,1.31
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common config-file.cpp,1.14,1.14.2.1 config-file.h,1.8,1.8.4.1 engine.cpp,1.23.2.1,1.23.2.2 engine.h,1.29,1.29.2.1 file.cpp,1.38,1.38.2.1 file.h,1.14,1.14.2.1 gameDetector.cpp,1.121.2.3,1.121.2.4 list.h,1.5,1.5.4.1 main.cpp,1.35,1.35.2.1 map.h,1.8,1.8.4.1 rect.h,1.11,1.11.2.1 scaler.cpp,1.35,1.35.2.1 scaler.h,1.13,1.13.2.1 scummsys.h,1.30,1.30.2.1 stdafx.h,1.6,1.6.2.1 str.cpp,1.16,1.16.2.1 str.h,1.11,1.11.2.1 system.h,1.37,1.37.2.1 timer.cpp,1.11,1.11.2.1 timer.h,1.8,1.8.2.1 util.cpp,1.17,1.17.2.1 util.h,1.22,1.22.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1:/tmp/cvs-serv771/backends/midi
Modified Files:
adlib.cpp
Log Message:
Rvert this non-smallheader adlib change
Index: adlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/adlib.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- adlib.cpp 5 Aug 2003 05:21:56 -0000 1.38
+++ adlib.cpp 5 Aug 2003 12:43:03 -0000 1.39
@@ -1412,7 +1412,7 @@
port = channel_mappings_2[chan];
adlib_write(port + 0x20, instr->flags_2);
if (!_game_SmallHeader)
- adlib_write(port + 0x40, (instr->oplvl_1 | 0x3F) - vol_1 );
+ adlib_write(port + 0x40, (instr->oplvl_2 | 0x3F) - vol_2 );
else
adlib_write(port + 0x40, instr->oplvl_2 );
adlib_write(port + 0x60, 0xff & (~instr->atdec_2));
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.30,1.31
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common config-file.cpp,1.14,1.14.2.1 config-file.h,1.8,1.8.4.1 engine.cpp,1.23.2.1,1.23.2.2 engine.h,1.29,1.29.2.1 file.cpp,1.38,1.38.2.1 file.h,1.14,1.14.2.1 gameDetector.cpp,1.121.2.3,1.121.2.4 list.h,1.5,1.5.4.1 main.cpp,1.35,1.35.2.1 map.h,1.8,1.8.4.1 rect.h,1.11,1.11.2.1 scaler.cpp,1.35,1.35.2.1 scaler.h,1.13,1.13.2.1 scummsys.h,1.30,1.30.2.1 stdafx.h,1.6,1.6.2.1 str.cpp,1.16,1.16.2.1 str.h,1.11,1.11.2.1 system.h,1.37,1.37.2.1 timer.cpp,1.11,1.11.2.1 timer.h,1.8,1.8.2.1 util.cpp,1.17,1.17.2.1 util.h,1.22,1.22.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list