Commit Graph

1018 Commits

Author SHA1 Message Date
ugetab 086e53310f Minor NSF related Hex Editor update. Cuts display of PPU Memory to 0x0000-0x1FFF, because 0x2000-0x3FFF only show 0 due to a bug-fix. 2009-10-09 20:00:54 +00:00
ugetab 18cd4d6569 Fixed a debugger crash error I introduced while adding .deb saving, fixed an internal Unif/FDS filename issue that was affecting .deb saving/loading, and enabled bank display in the debugger for NSF and NES. FDS and Unif banks displayed aren't right, but shouldn't be a serious problem, even if not fixed. 2009-10-08 17:55:21 +00:00
gocha 493e086850 vs200x: print svn revision number in version string. 2009-10-08 13:48:15 +00:00
gocha 449d62e0a8 activate ramwatch hotkeys 2009-10-08 13:04:27 +00:00
gocha 197322bcf1 win32: fix new ramsearch 2009-10-08 08:06:45 +00:00
gocha 585cb80257 add gens style RAM tools; RAM watch somehow works, but RAM search doesn't work well for some reasons. I hope I'll fix it a little later. 2009-10-08 07:04:41 +00:00
gocha dfeff60615 Remove emu.OnClose and register fceulib as emu instead.
Add emu.registerbefore, emu.registerafter and emu.registerexit.
2009-10-08 05:02:22 +00:00
gocha 313ed75b55 Lua: register entire LuaBitOp library. 2009-10-08 03:45:47 +00:00
qeed 36d61a2b2c updated mapper253 to the point where the title screen displays ok, gameplay is still b0rked though 2009-10-06 00:50:42 +00:00
CaH4e3 ec6398fd6e mapper 103 fixed now 2009-10-05 08:15:36 +00:00
qeed b5b5c7affc preliminary support for mapper 253 2009-10-04 13:56:43 +00:00
qeed 1c6ac0a46c added save state for the mapper rams 2009-10-03 23:11:28 +00:00
gocha 41ab92edb3 movie dialog: changed framerate from 60 (or 50 for PAL games) to real framerate.
movie: fixed the initial value of rerecord count. it should be 0, not 1.
2009-10-01 14:59:41 +00:00
fatratknight 9706c82a8c Moved an if statement out of a function that prevented input.get from working properly with a mouse on movie playback. Just a quick fix. 2009-09-29 21:29:23 +00:00
qeed 0b96e69ca2 added mapper ram reading, this gets some more games in action 52 to work 2009-09-27 13:01:36 +00:00
qeed d08c507765 fixed action 52, should work like 2.0.3 version 2009-09-27 02:52:51 +00:00
ugetab 6b6d218388 Working Debugger list(.deb) Saving and Loading finished.
It's even less of a hassle to use now than it is to use in FCEUXDSP. Debugger/watchpoints automatically reload on game change, no phantom information traversing .deb files, and it's compatible with the FCEUXDSP .deb files.

Took a long time to write & debug the code, so there may still be errors I didn't catch.
2009-09-18 03:29:44 +00:00
ugetab 86ce4304cb Nearly working Debugger list Saving and Loading.
It loads correctly. It saves correctly in most cases.
The issue is that it randomly overwrites the debugger's list for an opened game if you cycle through the recent files list, or it otherwise fails to load the opened game's .deb file.
2009-09-17 06:36:09 +00:00
ugetab bd8a0f3b10 Removed LogPCM routine, confirmed PCM logging works without it. 2009-09-16 21:29:33 +00:00
ugetab dbdcacadfb Restored DPCM Logging when Code/Data Logger is active. 2009-09-16 20:25:41 +00:00
fatratknight feb135ce2e Added in an invert possibility for joypad_set. Using a string instead of true/false/nil will let lua invert the player's input. 2009-09-15 18:20:10 +00:00
fatratknight 0bea4a45d8 Reworked many things relating to joypad_set. New logic, removed a few functions, all that stuff. Hopefully a few bug fixes with no new bugs on the way. Haven't put in the invert that I like, but hopefully that isn't hard to put in. 2009-09-15 16:39:49 +00:00
fatratknight 23a190acd2 Attempted fix of joypad_set. Just changed the source. 2009-09-14 20:16:25 +00:00
adelikat b40947ad71 Win32 - Map Hotkeys dialog - fixed bug where dialog would not close by the "X" or Alt-F4 2009-08-23 01:10:45 +00:00
adelikat 106e1ca031 Win32 - adding a Save Config File menu item. 2009-08-22 17:18:58 +00:00
qeed 1588ab19de Changed ppudead to be ran for 2 frames, instead of 1 in the new ppu, this gets earthworm jim 3 to work again 2009-08-16 17:13:04 +00:00
adelikat 5bf67f1754 Lua - adding fceu.unpause() 2009-08-16 15:27:17 +00:00
adelikat ced6d87483 Win32 - Added a menu item to toggle to New PPU 2009-08-12 23:50:20 +00:00
zeromus 72eab717f5 newppu: fix mappers that used PPU_hook, a truly haphazard system. I am calling PPU_hook far more often than the old ppu for these games, but i would expect the PPU_hook handlers to be resilient against that. 2009-08-11 06:15:06 +00:00
adelikat 6411ba535a Fixed bug that caused new movies be created in /movie instead of /movies 2009-08-11 00:43:27 +00:00
adelikat 698f08eaef Updated FCEU_VERSION_NUMERIC. Should have done this for the 2.1.1 release, oh well. 2009-08-11 00:35:19 +00:00
CaH4e3 25a1f59b46 bandai mapper - all games should be fine now (do not forget to change SRAM games to 153 mapper!) 2009-08-09 01:14:20 +00:00
CaH4e3 00b213f0a1 bandai mapper 16 DBZ3 glitch fix 2009-08-09 00:44:49 +00:00
qeed 02d1b8dcff ugh, fixed save state format for it 2009-08-08 20:12:42 +00:00
qeed ed2093ea29 Woops, should be int32 not int16 2009-08-08 20:05:22 +00:00
qeed ce317b00a1 Fixed mapper 16, Dragon Ball Z 3 can now be played again 2009-08-08 19:47:12 +00:00
qeed f4486cc6ad Properly fix to get unix compiling it 2009-08-08 19:22:23 +00:00
ugetab cacf932939 Undid revision 1386. It broke the Trace Logger.
Altered the 0x3800-0x3824 NSF exclusion code to be more efficient and more effective.
2009-08-08 05:20:52 +00:00
adelikat aaff248c59 Typo! 2009-08-07 20:39:33 +00:00
adelikat ebb5c3f56c Win32 - Adding contributers to about box. 2009-08-07 20:35:42 +00:00
ugetab a4c181ee3a Disables logging of $3800-$3824 NSF control program instructions in Trace Logger.
Minor text edit to a dialog box title.
2009-08-07 20:14:06 +00:00
ugetab 208d27fd14 The modified FCEUXDSP 1.07 NSF Updates were applied.
Additionally, Hex Editor and PPU coding that was causing errors because of the updates was also changed.
2009-08-07 19:24:50 +00:00
qeed 819b1b7a52 fixed compile for linux 2009-08-07 15:12:01 +00:00
zeromus 89d32673c2 newppu savestates as well as a bit of jacking around for performance and other misc things I meant to do, but alas speedups wont be possible without obfuscating the code. 2009-08-06 00:51:29 +00:00
adelikat 5b75a119f5 Win32 - fixed an erroneous assumption made in 2.1.1 that caused the recent roms menu to be grayed out even when there were recent roms (however, it uncovered an underlying bug in the recent menu saving that needs to be fixed at some point). 2009-08-05 15:30:57 +00:00
zeromus 7c7307e43a frame advance after each fds command to protect user from doing something to the rom which can't be recorded (only one select command can be recorded per frame) 2009-08-03 23:43:31 +00:00
zeromus 9813608af3 add fds insert/select recording 2009-08-03 22:24:59 +00:00
adelikat 4c2fe989c8 Win32 - oops, removed a debug DispMessage from the sound config code 2009-08-02 00:51:54 +00:00
adelikat a29bbff104 Change version to 2.1.2-interim 2009-07-29 21:35:42 +00:00
adelikat 840e07773f Added press release 2.1.1, updated index & downloads php files, updated .chm with the 2.1.1 changelog
[[Split portion of a mixed commit.]]
2009-07-29 20:27:02 +00:00