BizHawk/mednafen
zeromus 4c14d30925 slight libmednahawk fixup 2012-11-13 19:57:50 +00:00
..
headless mednafen-conditional compile cd interfaces 2012-11-13 19:39:56 +00:00
include libmednahawk reorg 2012-11-13 00:50:10 +00:00
intl libmednahawk reorg 2012-11-13 00:50:10 +00:00
libmednahawk slight libmednahawk fixup 2012-11-13 19:57:50 +00:00
libretro Initial libretro commit - had to rename 2012-11-13 18:35:39 +00:00
m4 libmednahawk reorg 2012-11-13 00:50:10 +00:00
po libmednahawk reorg 2012-11-13 00:50:10 +00:00
src mednafen-conditional compile cd interfaces 2012-11-13 19:39:56 +00:00
zlib123 libmednahawk reorg 2012-11-13 00:50:10 +00:00
ABOUT-NLS libmednahawk reorg 2012-11-13 00:50:10 +00:00
COPYING libmednahawk reorg 2012-11-13 00:50:10 +00:00
ChangeLog libmednahawk reorg 2012-11-13 00:50:10 +00:00
Makefile.am libmednahawk reorg 2012-11-13 00:50:10 +00:00
Makefile.in libmednahawk reorg 2012-11-13 00:50:10 +00:00
NEWS libmednahawk reorg 2012-11-13 00:50:10 +00:00
README libmednahawk reorg 2012-11-13 00:50:10 +00:00
TODO libmednahawk reorg 2012-11-13 00:50:10 +00:00
acinclude.m4 libmednahawk reorg 2012-11-13 00:50:10 +00:00
aclocal.m4 libmednahawk reorg 2012-11-13 00:50:10 +00:00
autogen.sh libmednahawk reorg 2012-11-13 00:50:10 +00:00
compile libmednahawk reorg 2012-11-13 00:50:10 +00:00
config.guess libmednahawk reorg 2012-11-13 00:50:10 +00:00
config.rpath libmednahawk reorg 2012-11-13 00:50:10 +00:00
config.sub libmednahawk reorg 2012-11-13 00:50:10 +00:00
configure libmednahawk reorg 2012-11-13 00:50:10 +00:00
configure.ac libmednahawk reorg 2012-11-13 00:50:10 +00:00
depcomp libmednahawk reorg 2012-11-13 00:50:10 +00:00
inttypes.h libmednahawk reorg 2012-11-13 00:50:10 +00:00
ltmain.sh libmednahawk reorg 2012-11-13 00:50:10 +00:00
missing libmednahawk reorg 2012-11-13 00:50:10 +00:00

README

Compilation notes:
	gcc is generally required(Intel's compiler might work), and the compilers specified via CC and CXX must be the same
	version.

	Using gcc 4.4.x(or newer, though Mednafen doesn't get as much testing with newer versions) is recommended; anything
	older than gcc 4.2.x may not work, and gcc 4.2.x has a nasty code generation bug that may pop up and trigger a
	program abort in an internal compiler regression test routine in Mednafen; though there is now some logic in the
	configure script to try to choose optimization options that won't trigger the bad code generation.

	Reportedly, passing:	--build=x86_64-apple-darwin`uname -r`
	to the configure script is necessary for building on Mac OS X to work properly.



Some notes on the source code:

	The following system headers are included by including "mednafen.h", and always will be, so don't include them manually.
		assert.h	(included in "types.h")
		inttypes.h	(included in "types.h")
		stdlib.h
		stdio.h
		string.h