Replace Tmem_nasm.asm with C++ code. Patch by pyro.master
commit5df4a03d6a4dd1a0fdc84951344740e9ac7a4f5d
authorGünther <guenther.emu@freenet.de>
Wed, 23 Jul 2008 17:13:59 +0000 (23 19:13 +0200)
committerGünther <guenther.emu@freenet.de>
Wed, 23 Jul 2008 17:13:59 +0000 (23 19:13 +0200)
treed4be61bbfd0143f872aa4b7474fcde7650051f6e
parentf24dbc1cd9332aca222e355d20fd1298f92f6689
Replace Tmem_nasm.asm with C++ code. Patch by pyro.

removed inline assembly sections in rdp_loadblock and rdp_loadtile, including their dependency on functions in Tmem_nasm.asm.  Replaced with new C code.  This fixes a segfault on some 64-bit source builds
Makefile
Tmem_nasm.asm [deleted file]
rdp.cpp