xhainingx
6e1137a269
changed names of new command line args
...
--abstartselectexit -> --4buttonexit
--autosavestate -> --savestate
--autoloadstate -> --loadstate
2013-04-12 01:33:52 +00:00
xhainingx
0ad7a6ed08
added command line argurments for exiting on button pushes and
...
autoloading/autosaving
various other small changes around the source, but the big changes
to the program are the command line arguments
--abstartselectexit (0 or 1)
--autoload (0-9 or greater than 9 for no autoload)
--autosave (0-9 or greater than 9 for no autosave)
autosaving only occurs when sdl.cpp:CloseGame() is called, which
doesn't appear to happen when the window is "X'd out"
2013-04-10 20:58:01 +00:00
ansstuff
f645cc891e
Taseditor: comply with movie.rerecordcounting() setting
2013-04-07 13:02:59 +00:00
CaH4e3
e64ebd4686
mapper 154 - fixed
2013-04-01 08:25:38 +00:00
CaH4e3
775c6fcd93
rename
2013-03-26 15:54:56 +00:00
CaH4e3
88950914d7
mapper 53 - supported ines format of SUPERVISION UNIF board
...
UNIF 8157 - fix according to hw
UNIF T-262 - fix according to hw
2013-03-26 07:49:34 +00:00
CaH4e3
140826d245
UNIF DANCE2000 - now emulated properly
2013-03-24 10:14:22 +00:00
zeromus
195514bf78
win32-dont demand lua dll when shutting down
2013-03-20 22:17:14 +00:00
gocha
3316c49348
Win32: delayload lua51.dll
2013-03-20 14:46:55 +00:00
gocha
d8ae7d5d0e
Win32: link to lua51.dll instead of static linking, because many of external libraries can crash without lua51.dll
...
Sorry if I break VS2005 build. I don't have it now.
2013-03-20 14:26:44 +00:00
gocha
a0500c342a
Win32: remove broken character in VS2008 vcproj file.
2013-03-20 13:50:08 +00:00
punkrockguy318
39dc4dee16
sdl: update todo list
2013-03-20 12:40:41 +00:00
punkrockguy318
03ac88ecf7
sdl: ensure auto-play save and battery backup save is saved on quit hotkey
...
scons: use g++ by default
utils: update to latest upstream backward-cpp
2013-03-20 12:37:31 +00:00
zeromus
098d0a8167
oops
2013-03-19 18:08:32 +00:00
zeromus
33e191fbd4
bring some improvements to newppu from bizhawk, and fig vtoggle5/6 back to vtoggle
2013-03-19 18:08:03 +00:00
zeromus
220ad62d79
fix mapper 28
2013-03-19 16:46:27 +00:00
zeromus
81740ac177
vc cleanup
2013-03-19 16:46:11 +00:00
ansstuff
c952bc86d2
* Replay: removed redundant window update when using "Browse" ( fix #585 )
2013-03-17 13:45:41 +00:00
ansstuff
1f64a4ef1a
fixed path according to new SVN structure
2013-03-17 12:31:55 +00:00
punkrockguy318
4a7aff2eac
sdl: import an upstream fix for a bakward-cpp issue with clang that was previously haked around in the build script
2013-03-17 01:09:49 +00:00
CaH4e3
031972adb7
UNIF DSOUNDV1 - removed due to duplicate of 178 mapper
...
mapper 178 - added more features of 8/16M carts with 32K SRAM
UNIF 09-034A - added support for a new SMB2j Lite version
2013-03-16 20:16:14 +00:00
punkrockguy318
bc5d937ca4
minor code cleanup
2013-03-16 04:23:02 +00:00
punkrockguy318
59bd684493
sdl: code formatting cleanup
2013-03-16 02:46:19 +00:00
punkrockguy318
5eeafe4ae3
sdl: fix formatting in code
2013-03-16 02:37:50 +00:00
punkrockguy318
3d1484c7e7
sdl: trivial code cleanup
2013-03-16 01:13:37 +00:00
punkrockguy318
d8723cca95
add backward-cpp header (missed it in previous commit)
2013-03-15 19:31:39 +00:00
punkrockguy318
24313921ce
tag 2.2.1 release
2013-03-15 19:11:47 +00:00
punkrockguy318
508ed84af1
re-attempting to tag 2.2.1
2013-03-15 19:10:30 +00:00
punkrockguy318
93ea41f444
attempt to tag 2.2.1 release
2013-03-15 19:07:36 +00:00
punkrockguy318
2be5084a7b
create new subversion repo structure (trunk, tags, branches)
...
[[Split portion of a mixed commit.]]
2013-03-15 19:00:14 +00:00
punkrockguy318
0d1d24e153
sdl: integrate backward-cpp ( https://github.com/bombela/backward-cpp ) to generate more helpful debugging output
2013-03-15 18:22:38 +00:00
punkrockguy318
e8f48b583d
scons: RELEASE option added to build system; build options can now be passed as arguments (ie "scons RELEASE=1")
2013-03-15 17:39:01 +00:00
ansstuff
d748d3219c
Debugger: ported "smart scrolling" from an obscure version of FCEUXD 1.1
2013-03-14 15:40:52 +00:00
CaH4e3
9d778993b7
palette ram reading fix for old ppu
2013-03-14 12:55:36 +00:00
punkrockguy318
37b0f97f1d
sdl: additional preliminary sdl 2.0 support
2013-03-12 00:33:33 +00:00
punkrockguy318
99ff252145
fix end-of-lines (dos2unix)
2013-03-11 02:29:15 +00:00
punkrockguy318
7bfd254ba0
forgot to add this to previous commit
2013-03-11 01:51:02 +00:00
punkrockguy318
bdbcc524bf
scons: don't compile minizip files whatsoever when SYSTEM_MINIZIP enabled
2013-03-11 01:37:17 +00:00
punkrockguy318
ec8cbcfc00
sdl: prelimenary SDL2.0 support
...
sdl: fixed bug where fceux would take exclusive grab of input in windowed mode when resuming from pause
2013-03-10 23:54:01 +00:00
ansstuff
748f621eff
updated site
...
[[Split portion of a mixed commit.]]
2013-03-10 23:06:00 +00:00
punkrockguy318
aaf36702a1
version bump to 2.2.2; comment public release
2013-03-10 22:09:01 +00:00
punkrockguy318
db78090cbc
scons: unset public release bit
...
sdl: fix typo that referenced '-opengl'; '--opengl' is used
2013-03-10 21:45:48 +00:00
ansstuff
3fef7971b3
updated version
2013-03-10 21:33:18 +00:00
punkrockguy318
3b15d73506
FCEUX 2.2.1 Public Release
2013-03-10 21:21:52 +00:00
ansstuff
bb03b4e7e3
updated docs
...
[[Split portion of a mixed commit.]]
2013-03-10 21:18:37 +00:00
punkrockguy318
d6e880aeb4
readme-related files update
2013-03-10 21:14:58 +00:00
zeromus
e30b85a1c5
fix vc8 and vc9 vcproj
2013-03-10 20:58:50 +00:00
CaH4e3
f3a5527c6b
ppu code cleanup
2013-03-10 20:36:51 +00:00
ansstuff
8b081e20fb
updated VS2010 project file
2013-03-10 20:33:50 +00:00
punkrockguy318
218f663e57
sdl: readme update
2013-03-10 20:15:38 +00:00