zeromus
|
639a1ac58d
|
fix bug in new ppu that made some intensify bits not get applied to the output (fixes flashing siren screen in werewolf)
|
2010-10-09 21:20:20 +00:00 |
gocha
|
8f6808e36a
|
ramwatch: fix the multiple selection glitch of watch up/down
|
2010-10-09 07:46:19 +00:00 |
adelikat
|
a9d81c7e66
|
Add Nightmare on Elm Street lua script (displays coordinates and other handy addresses for all 4 players)
|
2010-10-09 04:20:26 +00:00 |
gocha
|
422dd2783d
|
adapted ram search/watch fixes/improvements from desmume
|
2010-10-07 13:32:42 +00:00 |
zeromus
|
795de75419
|
try restarting varargs
|
2010-10-01 20:09:18 +00:00 |
qeed
|
dfd7c63782
|
remove dummy var and made the buf bigger
|
2010-10-01 19:39:01 +00:00 |
qeed
|
fc1a10b2a4
|
fixed fp issue again, and then change vsprintf for something
|
2010-10-01 19:27:12 +00:00 |
qeed
|
b7b3319dfc
|
update
|
2010-09-24 21:40:12 +00:00 |
adelikat
|
934c70421b
|
bleh, forgot to remove a note to myself in the last commit
|
2010-09-22 19:41:39 +00:00 |
adelikat
|
2a1a564b3c
|
win32 - Hex Editor - ask before removing all bookmarks
|
2010-09-22 19:20:16 +00:00 |
qeed
|
26d249ed91
|
some more malloc to fceu_dmalloc wrapper change
|
2010-09-19 00:05:09 +00:00 |
qeed
|
0d63ef203a
|
added wrapper around places that uses malloc to use FCEU_dmalloc, for debugging purpose if the need comes up
|
2010-09-19 00:00:38 +00:00 |
qeed
|
90695b00ac
|
fixed proper file opening for opening files that dont exist
|
2010-09-18 14:20:12 +00:00 |
qeed
|
983dbd3823
|
added filename the load state message, for easier debugging
|
2010-09-17 19:13:13 +00:00 |
qeed
|
2c1c1a0a6c
|
added proper file checking for opening files
|
2010-09-17 18:56:17 +00:00 |
adelikat
|
38c6961138
|
Small code cleanup of last commits
|
2010-09-04 21:26:23 +00:00 |
adelikat
|
4d1793190d
|
And changelog
|
2010-09-04 20:57:04 +00:00 |
adelikat
|
67c281129b
|
Win32 - Rmawatch - Oops, typo. 2 byte is now little endian for real.
|
2010-09-04 20:55:45 +00:00 |
qeed
|
5bab6557f4
|
fixed return value, oops
|
2010-09-04 00:58:12 +00:00 |
qeed
|
a68cff5c3a
|
just use the old style strcpy to keep everything as it was, but just make the buf bigger
|
2010-09-03 17:15:58 +00:00 |
qeed
|
d89fdac566
|
fixed compile errors and buffer overflow for bworld
|
2010-09-03 17:11:45 +00:00 |
qeed
|
0666741d55
|
use ARRAY_SIZE macro rather than fixing buffer size forfgets
|
2010-09-03 16:38:20 +00:00 |
qeed
|
b8e439ac46
|
fixed overflow
|
2010-09-03 16:29:08 +00:00 |
adelikat
|
17e7c9f436
|
Win32 - Ramwatch - fix so 2 byte is little endian with 2 byte, hacky needs to be cleaned up
|
2010-09-02 23:03:18 +00:00 |
mart0258
|
2b2b547617
|
fix crash when re-opening debugging window
|
2010-08-26 15:57:14 +00:00 |
adelikat
|
1cd34b57ea
|
Win32 - Add movie filename at the top of the main window, did this by creating a SetMainWindowText() function that sets it based on various conditions, this allowed some nice code cleanup on the various places that set the window text. Also removed an unused and useless prototype from movie.h
|
2010-08-21 03:59:17 +00:00 |
CaH4e3
|
27134c26bc
|
tracer crashes when no output file selected, simple workaround (FIXME if you know how to do it better)
|
2010-08-16 07:22:06 +00:00 |
zeromus
|
3513be6f7d
|
improve commandline parsing more
|
2010-08-15 02:01:47 +00:00 |
zeromus
|
548312eddd
|
fix commandline parsing problem in last argument when no rom is provided. i THINK its safe...
|
2010-08-15 01:19:26 +00:00 |
mart0258
|
e717a16398
|
Fix crash (loadstate on missing file) and memory leak (failed to write screenshot)
|
2010-08-12 06:27:06 +00:00 |
gocha
|
fc1ebb2597
|
RAM Search: Fix counting of number of changes.
|
2010-08-10 05:23:34 +00:00 |
zeromus
|
45848c7591
|
emulua: add rom.gethash
|
2010-07-27 03:40:59 +00:00 |
zeromus
|
50cd0559d3
|
vs2005 fastbuild configuration failed to link luaperks.lib
|
2010-07-27 03:29:47 +00:00 |
punkrockguy318
|
dfccec8c7a
|
sdl: fixed recent bug i introduced that prevented loading savestates 0-9
|
2010-07-26 17:19:25 +00:00 |
CaH4e3
|
3f7d1ec94a
|
better solution for previous fix
|
2010-07-23 17:13:40 +00:00 |
CaH4e3
|
7b383576a0
|
fixed #3033634, fixed previous fix ;)
|
2010-07-23 17:07:47 +00:00 |
CaH4e3
|
a501682e0f
|
fixed #3033127, #3033120
|
2010-07-22 21:04:09 +00:00 |
punkrockguy318
|
f4535346fb
|
sdl: fixed segfault when loadstating 0-9 when state did not exist
|
2010-07-20 01:58:13 +00:00 |
zeromus
|
29cffedbbf
|
don't use GPOINTER_TO_INT as this breaks on some gtk versions and os versions that we would like to support (namely, my macbook)
|
2010-07-18 04:33:33 +00:00 |
zeromus
|
cb95c4fc96
|
possibly fix mouse input in sdl lua
|
2010-07-18 02:45:17 +00:00 |
mart0258
|
b8c6ed272e
|
Tasedit - prevent crash when truncating while turbo, disable auto-savestate during turbo, allow redrawing Tasedit window while turbo and paused, and window cleanup
|
2010-07-10 00:58:20 +00:00 |
deign85
|
f2f0ac5f55
|
Added a Separator feature to the ram watch
|
2010-07-08 15:41:30 +00:00 |
zeromus
|
69deb66c96
|
|
2010-07-02 07:49:03 +00:00 |
zeromus
|
13c6912cbc
|
try adding check for zlib
|
2010-07-02 07:18:59 +00:00 |
CaH4e3
|
ee91747ce1
|
mapper 25 workaroung for "Ganbare Goemon Gaiden - Kieta Ougon Kiseru"
|
2010-07-01 18:17:24 +00:00 |
punkrockguy318
|
fbb7026afa
|
sdl: fixed compile error
|
2010-06-24 02:36:51 +00:00 |
aquanull
|
252a4a55ad
|
Allowed the user to disable keeping finished movies open.
|
2010-06-22 14:29:05 +00:00 |
zeromus
|
8def9ce6c6
|
vc8 can produce a working win9x build again
|
2010-06-18 02:00:37 +00:00 |
adelikat
|
1159877a95
|
Fix a nasty problem with my last commit.
|
2010-06-13 19:48:17 +00:00 |
adelikat
|
ca7f13d75e
|
Win32 - a avicapture commandline argument, it receives a frame number, on that frame, avicapturing will stop and fceux will close.
|
2010-06-13 14:23:42 +00:00 |