Yes, please.
BTW, I'm working on xpcrypt 1.1 which will support the encryption and decryption of Xploder ROMs.
BTW, I'm working on xpcrypt 1.1 which will support the encryption and decryption of Xploder ROMs.
$ make CC=i586-mingw32msvc-gcc PROG=xpcrypt.exe i586-mingw32msvc-gcc -Wall -Werror -O2 -s -c -o xp_crypto.o xp_crypto.c i586-mingw32msvc-gcc -Wall -Werror -O2 -s -c -o xpcrypt.o xpcrypt.c i586-mingw32msvc-gcc -Wall -Werror -O2 -s -o xpcrypt.exe xp_crypto.o xpcrypt.o $ wine xpcrypt.exe --version xpcrypt version 1.1 Copyright (C) 2007, 2009 misfire <[email protected]> This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty.
Comment