BizHawk/libsnes
zeromus 5d0cfcac52 fix bsnes performance core lag counter; fixes issue #180 2014-09-14 01:33:09 +00:00
..
bsnes fix bsnes performance core lag counter; fixes issue #180 2014-09-14 01:33:09 +00:00
libco_debugging switch snes core back to external process. more refined this time. support use of performance core. 2012-12-25 20:36:04 +00:00
libco_msvc_win32 change libco_msvc_win32 to use vs2010, so as to avoid dependency on another (vc8) runtime. 2012-10-16 19:11:02 +00:00
lsnes_patches snes-apply lsnes patches 2012-09-04 20:23:18 +00:00
s_cpu_coregen commit the "code generator" that was used to assist in creating r4203. it's not much, and is probably quite useless. but if you must pry, try readme.txt 2012-12-24 18:20:30 +00:00
0.87 bsneshawk step 1 of N - compile libsnes, make bsneshawk core, setup interop, support frameadvance, video, gamepad. games are playable, I think. 2012-09-04 00:20:36 +00:00
bizwinclean.sh snes-print messages from libsnes. now you can see which dsp/firmware dependency it detected for the game (it has its own heuristics, not necessarily any need for gamedb yet). still not loading the firmwares though 2012-09-27 01:38:27 +00:00
bizwinmake.sh fix bsnes performance core lag counter; fixes issue #180 2014-09-14 01:33:09 +00:00
bizwinmake_debug.sh switch snes core back to external process. more refined this time. support use of performance core. 2012-12-25 20:36:04 +00:00
bizwinmakedistro.sh preliminary work on accuracy core in sneshawk. it's building and usable, but savestates are utterly trashed. 2014-05-18 05:13:54 +00:00
bizwinmakedistro64.sh snes-support 64bit bsnes builds. this isnt tested yet since i dont have a 64bit system atm, but most of the infrastructure is there 2012-12-26 20:25:06 +00:00
bizwinmakeone.sh update libsnes building for new output directory, and add support for exec/read/write/nmi/irq hooks 2013-11-03 22:44:49 +00:00
bizwinmakeperformance.sh switch snes core back to external process. more refined this time. support use of performance core. 2012-12-25 20:36:04 +00:00
readme.txt snes-add readme with 64bit build notes 2012-12-26 21:04:04 +00:00
upx.exe snes hooking system and GetCpuFlagsAndRegisters now work normally 2013-11-22 09:33:56 +00:00

readme.txt

64bit building:

( http://stackoverflow.com/questions/10325696/mingw-64-bit-install-trouble )

install http://code.google.com/p/mingw-builds/downloads/detail?name=i686-mingw32-gcc-4.7.0-release-c,c%2b%2b,fortran-sjlj.zip&can=2&q= to c:\mingw64

copy msys from c:\mingw into c:\mingw64; edit the new msys's fstab file to point to mingw64 instead of mingw

run bizwinmakedistro64.sh from the mingw64's msys