This might not be related to the TAS patch, but I have problems compiling this version. (I haven't tried compiling plain DOSbox 0.70 yet.) This is on OpenBSD 4.1
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/usr/local/include/SDL -D_REENTRANT -g -O2 -MT sdlmain.o -MD -MP -MF ".deps/sdlmain.Tpo" -c -o sdlmain.o `test -f 'sdlmain.cpp' || echo './'`sdlmain.cpp; then mv -f ".deps/sdlmain.Tpo" ".deps/sdlmain.Po"; else rm -f ".deps/sdlmain.Tpo"; exit 1; fi
sdlmain.cpp: In function `int main(int, char**)':
sdlmain.cpp:1514: error: `MovieLoad' undeclared (first use this function)
sdlmain.cpp:1514: error: (Each undeclared identifier is reported only once for
each function it appears in.)
*** Error code 1
Stop in /home/mike/source/dosbox-0.70/src/gui.
*** Error code 1
Stop in /home/mike/source/dosbox-0.70/src (line 294 of Makefile).
*** Error code 1
Stop in /home/mike/source/dosbox-0.70 (line 225 of Makefile).
*** Error code 1
Stop in /home/mike/source/dosbox-0.70 (line 164 of Makefile).