Commit Graph

1287 Commits

Author SHA1 Message Date
adelikat 7b035bb3bc Win32 - Function for checking if backupsavestate exists 2008-12-20 01:04:15 +00:00
adelikat fe5d1b2313 Backup savestate is created before a state is loaded 2008-12-19 22:11:01 +00:00
adelikat 5a0185c0ad Win32 - more turbo sound skip fix. Sound is completely bypassed if muteturbo is set 2008-12-19 16:17:07 +00:00
adelikat 9716bd99e3 Win32 - a few minor main loop tweaks 2008-12-19 06:37:41 +00:00
adelikat 6dc917231f Win32 - more turbo fixes 2008-12-19 06:24:20 +00:00
adelikat dde6132ded Win32 - better sound bypassing during turbo while muteturbo is checked. 2008-12-19 05:51:34 +00:00
punkrockguy318 982facdad7 fix compile errors with gcc 2008-12-19 02:29:39 +00:00
shinydoofy 8f798d564d fixed major SDL compiling errors due to r1037 and re-added newline at EOF for ines.h - win32devs, please check for unusual behaviour this may have caused 2008-12-18 22:09:43 +00:00
adelikat 28dda0d0ff Update changelog 2008-12-18 18:09:17 +00:00
adelikat 2fc3a60c55 Win32 - first Full screen fix, will stay in Full screen mode now 2008-12-18 17:56:41 +00:00
adelikat cf78b188ad Win32 - Debugger - added "Restore original size" button 2008-12-16 16:08:42 +00:00
adelikat 35ea920c3c Win32 - Debugger - fix issue with invalid child sizes 2008-12-16 15:25:20 +00:00
adelikat b7c47221c7 Win32 - cheats search lists number active cheats, freezing addresses in hex editor updates cheats dialog, hex editor has minimize and maximize buttons 2008-12-16 05:31:58 +00:00
adelikat 3c9288c253 Win32 - better handling of UpdateFrozenList() 2008-12-15 18:53:48 +00:00
adelikat f2387b6a2a win32 - fix bug I introduced to memwatch in last commit 2008-12-15 18:19:34 +00:00
adelikat 7148bf9de2 Win32 - 1) prevent user from freezing more than 256 addresses, 2) Memwatch will display frozen addresses in blue, 3) Memwatch - menu item for collapse window 2008-12-15 05:00:34 +00:00
punkrockguy318 96609ff799 fixed some more sdl compile errors (still broken) 2008-12-15 02:56:15 +00:00
punkrockguy318 e9f19509f1 forgot a header for atoi 2008-12-15 02:51:04 +00:00
adelikat ca13b2ecaa Win32 - Hex Editor - prevent the user from freezing more than 256 addresses at once 2008-12-14 22:08:33 +00:00
adelikat 403a5c8b56 Win32 - memwatch - dialog now collapsable to 1 column 2008-12-14 21:09:16 +00:00
adelikat 2e872ed36b Win32 - memwatch - very minor GUI fix 2008-12-14 18:43:34 +00:00
adelikat df4aed36ab Win32 - view comments context menu item 2008-12-14 17:20:46 +00:00
CaH4e3 adcb406887 vc9 project fix 2008-12-14 05:04:03 +00:00
adelikat 49a8bc25cf Win32 - minor mute sound on turbo fix 2008-12-13 03:31:44 +00:00
zeromus 551cb8e866 clean up header file, for fewer dependencies and hopefully slightly faster builds. also fix a couple of const arrays which were being defined in a .h file 2008-12-13 02:47:07 +00:00
adelikat db4c46e79e Win32 - more context menu items 2008-12-13 02:28:05 +00:00
adelikat 26fdf49777 win32 - ripped out my failed add comment/subtitle function 2008-12-13 01:55:04 +00:00
zeromus e4b8c3b169 I dont think this is up to date. we were only keeping it around for someone that uses vc9 now 2008-12-13 00:01:08 +00:00
zeromus 591a02c349 reorganize visual c++ builds into one directory with two different vcproj files (gets rid of a bunch of redundant files) 2008-12-12 19:38:33 +00:00
zeromus 408d0306b6 fix linker error re SetSnapName 2008-12-12 17:39:27 +00:00
CaH4e3 63786ca82f VC09 project, updated VC08 project, VC07 must be much complicated for me, so please, someone fix it too ;)
old unneeded mappers removed too
2008-12-10 15:48:23 +00:00
CaH4e3 6d1651dad7 All this mapper shit from FCEUMM enjoy ;) 2008-12-10 15:20:40 +00:00
zeromus 282cc53219 fix issue with fourscore input not being tied into emulator in windows port 2008-12-09 22:41:58 +00:00
adelikat ee073a7049 Win32 - removed frame advance from menu since it caused too many problems 2008-12-09 18:44:25 +00:00
adelikat aafb4cac59 Win32 - ix bug in context menu positioning 2008-12-09 14:18:04 +00:00
adelikat 8640e4e970 Win32 - more context menu items 2008-12-09 06:06:11 +00:00
adelikat efa04ca78c Win32 - code cleanup - window.cpp WM_COMMAND 2008-12-09 05:51:49 +00:00
adelikat e08f3af8bf Win32 - stop lua menu item gray if no lua script is running. 2008-12-08 18:17:28 +00:00
adelikat 4c49d50590 Win32 - Fix bug where no sound + mute turbo caused chirps when toggling turbo. Disabling sound disables sound options. 2008-12-08 17:52:06 +00:00
adelikat 6554177813 win32 - open rom runs close rom first, fixes bug where sav file was not getting updated 2008-12-08 17:25:29 +00:00
adelikat 2b34f2624c Win32 - doloopy code clean up, Memwatch - fix bug in RamChange() 2008-12-08 16:45:11 +00:00
adelikat a0d143c3ec Win32 - turbo employs frameskip 2008-12-08 04:13:26 +00:00
adelikat e534c03691 more FCEUI_Emulate code clean up 2008-12-05 04:23:48 +00:00
adelikat b199505bcb fceu main loop - code cleanup. Saves a few cycles in a the process! 2008-12-05 03:59:46 +00:00
acmlm a1aaca5df1 - new font, slightly bigger with a blue background
- lua libraries loaded from "dll" subdirectory (on Windows)
2008-12-03 01:33:05 +00:00
adelikat dae7cd4c2a Win32 - memwatch - Fix ramchange bug & save as bug 2008-12-01 19:23:20 +00:00
adelikat 8fa380903d attempt to add features "add comment" and "add subtitle". Buggy atm. 2008-12-01 18:39:58 +00:00
punkrockguy318 290cf12633 commit 1000 2008-12-01 00:40:00 +00:00
punkrockguy318 6daefb7c46 fixed gcc compile error and made hotkeys consistant with docs
[[Split portion of a mixed commit.]]
2008-12-01 00:37:40 +00:00
punkrockguy318 5d652dc6c0 changelog update 2008-12-01 00:28:50 +00:00