Commit Graph

984 Commits

Author SHA1 Message Date
gocha 422dd2783d adapted ram search/watch fixes/improvements from desmume 2010-10-07 13:32:42 +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 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
adelikat 38c6961138 Small code cleanup of last commits 2010-09-04 21:26:23 +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 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
gocha fc1ebb2597 RAM Search: Fix counting of number of changes. 2010-08-10 05:23:34 +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
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
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
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
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
adelikat a7bb263e13 Win32 - save Turbo frameskip amount to config so it can be customized by user 2010-06-12 17:41:15 +00:00
deign85 32261b0640 Fixed the ram_search to only display possible ram addresses from 0x0000 to 0x07FF and 0x6000 to 0x7FFF 2010-06-10 20:16:57 +00:00
zeromus bfd2e0d35a arugments -> arguments 2010-06-10 04:55:53 +00:00
adelikat d68e46e990 Win32 - prelminary AVI from commandline support. -avi filaname will being an avi capture but bring up the codec select dialog box on startup. 2010-06-09 14:33:21 +00:00
mart0258 f0cda70dea Movie loading now faster:
* TAS Savestates moved from MovieRecord to MovieData. 
* Calls to LoadFM2() no longer provide INT_MAX as the size, and now use the actual size of the file.
2010-06-07 21:39:10 +00:00
adelikat f171bd3f72 Fix broken SDL build. Annoying have core & win32 files with the same name! 2010-06-07 16:26:41 +00:00
adelikat 6faa55b21f Clean up Deign's screenshot as code. Internally it is now set up for easy implementation in the SDL build. 2010-06-07 15:41:52 +00:00
deign85 cacd846515 Added Save Screenshot As... functionality. It's messy, so please feel free to fix it up a bit. 2010-06-07 04:26:16 +00:00
adelikat e2274f2e8b Win32 - fix bug that caused gamegenie to turn on when ppu is toggled. 2010-06-06 02:22:59 +00:00
adelikat b9a361e004 Win32 - minor change to a pop up box, Ok Cancel (not OK CANCEL) 2010-06-06 01:40:39 +00:00
adelikat 45a8c717b0 Win32 - Movie Options Dialog - Fix so Full Savestate Load checkbox is updated on load 2010-06-01 12:37:18 +00:00
adelikat 9cc28a4ebd Compile Help docs & webpages, Fix version string, fix up web pages for release. Update changelog to reflect release date + svn.
[[Split portion of a mixed commit.]]
2010-05-31 01:46:29 +00:00
ugetab 271815d60e Updated the code for the last commit. I added it rather in a bit of a hurry, but didn't account for a few things. Should work well enough now. 2010-05-28 16:45:57 +00:00
ugetab ead5e3f1ae Bug 3008383 had some merit, on further testing. Added something to hopefully fix the debugger updating problem for all situations. 2010-05-28 16:08:33 +00:00
zeromus d607cee1c4 enjoy the same speedups in the replay dialog 2010-05-28 04:04:47 +00:00
ugetab 186a9544c8 Added imperfect PAL scanline readout in debugger. It's quite possible that the NYSC version is imprecise to begin with. 2010-05-27 19:07:21 +00:00
adelikat ed2a319661 Win32 - TASEDit - more mapping out logic & structure. 2010-05-26 02:26:31 +00:00
adelikat 95d40beaee ditto 2010-05-25 18:15:10 +00:00
adelikat 50928c86fa Win32 - TASEdit - more cleanup and commenting about what needs to be done. 2010-05-25 18:04:33 +00:00
adelikat 042feb025f Win32 - TASEdit - project class - lots of notes as to the proper implementation of this (will need a slight overhaul) as well as adding a lot of private member data. 2010-05-25 17:42:52 +00:00
adelikat 5d590e4054 Win32 - TASEdit - Pause toggle button 2010-05-25 16:48:52 +00:00
adelikat bb4ef400b6 Win32 - Cheats - addded "Delete selected cheats" context menu item 2010-05-25 15:36:46 +00:00
adelikat 23277bc4df Win32 - Memwatch - ignore spaces at the beginnign of an address in the address boxes 2010-05-25 04:34:34 +00:00
adelikat f9fbb68208 Win32 - Replay dialog - one of the info labels was being cut off slightly by another. 2010-05-25 02:59:38 +00:00
ugetab b2195e188b Accidentally added a compiler warning too. Fixing that now. 2010-05-23 16:11:13 +00:00
ugetab bf27edd686 Altered the previous commit to handle every known method of run and pause. 2010-05-23 16:04:13 +00:00