Commit Graph

15 Commits

Author SHA1 Message Date
zeromus 0597f73fe3 add -dumpinput and -playinput functions for windows port which is a minimally baked option to use poll-based input to replay a movie, so you can test playthroughs on a romhack whose lag has changed 2015-11-15 21:26:52 +00:00
feos-tas 4eb00bdca6 debugger: add step into hotkey.
only works if background input is enabled (since debugger dialog steals focus later on).
2015-11-05 18:33:40 +00:00
zeromus efa98aafe3 revert r3037 (video-related 'refactors'). seemed to go ok, didnt touch as much stuff as the input-related stuff) 2014-11-22 01:29:32 +00:00
zeromus f19171451e revert these revisions:
3060-3066
3053-3058
(input-related 'refactorings' and subsequent bugfixes and squabbling)
reversions went without any merge conflicts, so I think it's OK. your key bindings may be history through, sorry.
2014-11-22 01:23:19 +00:00
feos-tas 11e82599e6 Show some values for registers $4000-$4017 (memview, disassembly). 2014-07-13 12:22:22 +00:00
zeromus ebafa4b01d make input mapping tables and enums less weird. not sure if i did this right. 2014-03-04 00:27:04 +00:00
rpahut 85a6c7fd32 win/input cleanup, refactoring 2014-02-23 15:05:32 +00:00
CaH4e3 5d149f95d2 PEC-586 russian keyboard support
some fixes to subor keyboard layot (anyway, unused currently, todo: reckeck key mapping)
2014-01-12 14:53:50 +00:00
rpahut 8a2a96bd1f win/video cleanup 2014-01-03 05:33:39 +00:00
ansstuff c7555d85c9 * Taseditor: handle "Insert Coin" command correctly (no recording while seeking/etc)
* Taseditor: updated docs

[[Split portion of a mixed commit.]]
2013-06-15 19:44:11 +00:00
ansstuff 510b8a770b Savestates: fixed errors handling (broken by previous commit) 2013-04-19 12:58:14 +00:00
xhainingx 7abad425c5 switched header files in sdl/ directory to c++ headers 2013-04-16 19:53:01 +00:00
xhainingx bc8a01178d corrected c-style includes, added static_casts around compile time conversions
there were a lot of lines that needed static_casts to get rid of compiler
errors (c++11 issues) so I added them.  Replaced #include<lib.h>s with
#include<clib>s, and moved them below the local includes
2013-04-13 02:52:13 +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
punkrockguy318 2be5084a7b create new subversion repo structure (trunk, tags, branches)
[[Split portion of a mixed commit.]]
2013-03-15 19:00:14 +00:00