shinydoofy
bbbc4aa0bb
added option for SDL to convert fcm files to fm2
2008-11-02 21:25:31 +00:00
zeromus
cda4fb4824
emulua: add rom.readbyte and rom.readbytesigned
2008-11-02 20:11:14 +00:00
zeromus
ae46bdd109
PR for 2.0.3 release
...
[[Split portion of a mixed commit.]]
2008-11-02 19:10:53 +00:00
zeromus
ca23b074bf
fix fcm convert production of power commands
2008-11-02 18:36:13 +00:00
shinydoofy
d9ea2a263a
added SDL avi creation support and changed speed throttling to use it
2008-10-25 12:36:03 +00:00
shinydoofy
d0992f7ff5
toggle skipping of lag frames for SDL build
2008-10-19 17:48:06 +00:00
shinydoofy
a0d5740d7c
skip lag when frame advancing toggled for SDL build
2008-10-19 17:01:37 +00:00
shinydoofy
cb68bc0631
added toggle to bind savestates to movie for SDL
2008-10-19 16:01:55 +00:00
adelikat
ed0a6e5753
win32 - added toggle for binding savestates to movies
2008-10-19 14:06:10 +00:00
adelikat
57692f5492
Win32 - added a -cfg (config file) commandline argument.
2008-10-19 01:57:15 +00:00
zeromus
bb4003e2de
SF [ 2073105 ] Laptop Volume Control keys make FCEUX go crazy and crash
2008-10-09 03:47:50 +00:00
punkrockguy318
44e3212310
made input cnofig window more usable
2008-09-24 08:55:43 +00:00
punkrockguy318
5cfc44801a
--inputcfg will no longer crash without a filename
2008-09-24 08:26:44 +00:00
punkrockguy318
49ed12c395
should fix 2085437
2008-09-24 07:21:30 +00:00
punkrockguy318
cb61a9bb4e
added changelog
2008-09-24 07:10:44 +00:00
punkrockguy318
b68a348053
changelog entry
2008-09-24 06:42:13 +00:00
punkrockguy318
a26194a089
--newppu option added to sdl
2008-09-24 06:27:28 +00:00
punkrockguy318
407f0f8663
optional lua in sdl
2008-09-24 06:06:31 +00:00
punkrockguy318
33dc154958
closed 2085437
2008-09-23 00:33:55 +00:00
punkrockguy318
1dda88031c
fixed issue where windowsed mode in sdl was always 32 bpp
2008-08-21 05:53:22 +00:00
zeromus
fa8361374a
etc
2008-08-19 05:54:45 +00:00
zeromus
117efd39ff
SF [ 2058942 ] Load state as... does not use the savestate override dir (fixed; now, it does)
...
; permit user optionally to proceed through the movie savestate mismatch error condition, in case he knows what he is doing.
2008-08-19 04:48:45 +00:00
adelikat
689c700b0c
fixed my boo-boo. Sound dialog will now look and see if Mute Turbo should be checked upon dialog initialization.
2008-08-16 01:47:26 +00:00
zeromus
f7e8e03bc5
prepare source code for 2.0.3
2008-08-15 01:34:29 +00:00
zeromus
cd9bb9612f
fixing changelog
2008-08-15 01:19:34 +00:00
punkrockguy318
2f7ba0f475
2008-08-14 14:56:44 +00:00
zeromus
ddae078b3a
restore savestate error recovery functionality. This should have the side effect of guaranteeing that ( SF [ 2040761 ] Wrong savestate bug - crashes FCEUX) is resolved.
...
[[Split portion of a mixed commit.]]
2008-08-14 07:50:41 +00:00
zeromus
f6cb29ca1c
zeromus - SF [ 2047001 ] Low speeds crash FCEUX
...
this was caused by a bug in the sound engine which overflowed when things got too slow.
the instability at low speeds and turboing is not in the emulation but rather in the rather clumsy resynchronization code in the sound engine. this needs work, but the badness should be harmless.
2008-08-14 07:34:42 +00:00
zeromus
adb61c3586
SF [ 2050371 ] FCM>FM2 converter should release file handle
2008-08-14 06:43:51 +00:00
zeromus
aaec642b0b
cleanup
2008-08-13 23:20:51 +00:00
zeromus
b67554f47b
restore unzipping for sdl, also
2008-08-13 08:40:12 +00:00
zeromus
a8f861d081
repaired gzip functionality verified
2008-08-13 08:28:07 +00:00
zeromus
bec2d54b54
add FORBID breakpoints - regions which block breakpoints from happening if they contain the PC
2008-08-13 07:41:46 +00:00
punkrockguy318
077f756572
fixed --input(1-4)
2008-08-13 07:06:41 +00:00
zeromus
13c8810730
fix sdl configfile woes
2008-08-13 04:47:19 +00:00
zeromus
93c18133cb
[ 2047986 ] palflag 1 in .fm2 files crashes fceux ;
...
also, change build process so that upx doesnt happen until deploy.bat (lets you debug release builds)
2008-08-13 04:06:01 +00:00
adelikat
dcd2e0de0b
replay - length code cleanup
2008-08-12 17:01:20 +00:00
punkrockguy318
5e44ec6f4a
fixed segfault when opening fcm files; will now warn user to open fm2 files
2008-08-12 08:24:39 +00:00
zeromus
b6bad1295e
SF [ 2046984 ] Player 3 inputs when not used
2008-08-12 07:32:44 +00:00
punkrockguy318
95b126c1cb
saner sound defaults in SDL
2008-08-12 07:24:16 +00:00
punkrockguy318
244b4dfaf2
--special option fixed in SDL .. closing SF [ 2047050 ]
2008-08-12 07:11:53 +00:00
zeromus
8565ed8f4f
print a special message when trying to open an FCM reminding user to convert. (finishes SF [ 2011832 ] Opening non movie file crashes FCEUX)
2008-08-12 06:58:52 +00:00
zeromus
3e983865df
SF [ 2046985 ] SRAM not wiped on power cycle (during movies)
2008-08-12 06:52:48 +00:00
zeromus
f73de3b31e
restore IPS patching capability which was lost when archive support was added
2008-08-12 04:57:15 +00:00
zeromus
c8473ffadb
SF [ 2011550 ] Buffer overflow (change vsprintf to vsnprintf)
2008-08-12 03:35:54 +00:00
zeromus
215d329804
SF [ 2047004 ] Moviefilenames without extension don't automatically get fm2
2008-08-12 03:28:51 +00:00
zeromus
032ac9597b
upgrade to cah4e3's latest mapper 163&164 code to fix a crash in a game
2008-08-11 17:20:56 +00:00
zeromus
de9ab09061
2008-08-11 04:33:14 +00:00
punkrockguy318
d852574c62
Gfceux bugfixes and sdl fceux bugfixes
...
[[Split portion of a mixed commit.]]
2008-08-11 03:16:46 +00:00
punkrockguy318
fcbde891d6
oops, my bad
2008-08-10 15:28:51 +00:00