Commit Graph

21 Commits

Author SHA1 Message Date
Jonathan Campbell
7babf80942 New option and command line switch to log CON driver output (anything
printed to STDOUT by DOS applications) for use with automation testing.
2018-01-02 00:07:02 -08:00
Jonathan Campbell
1d731329d9 Automation testing: Command line option to specify a time limit after
which the emulator shuts down automatically.
2018-01-01 23:53:36 -08:00
Jonathan Campbell
e10cd16b32 If .BAT files are specified on the command line, then auto insert
commands to run the batch file (and mount C: as the current directory)
at the head of AUTOEXEC.BAT. Issue #369, Corak667.
2017-12-25 10:56:25 -08:00
Jonathan Campbell
c1e9658c3c new "realtime" meter. if enabled, it shows in the title bar emulation
speed as a percentage of realtime. Under normal circumstances, it should
read 100% to show emulation speed matches realtime.
2017-04-23 07:15:29 -07:00
Jonathan Campbell
d92c635a82 break-start option to break into the debugger right away on startup. 2015-12-27 15:52:40 -08:00
Jonathan Campbell
60078b3fc4 add -console option, add Win32 code to allocate a console if -console or
-early-debug is specified, and redirect stdio to it.
2015-10-16 07:51:14 -07:00
Jonathan Campbell
1b5a3c1957 remove per-section init/destroy callback function support. 2015-10-16 07:25:43 +00:00
Jonathan Campbell
dcfdaac697 new early logging init, and command line option to show early log
messages.
2015-10-13 08:28:09 +00:00
Jonathan Campbell
7c22038b1e port -c <command> switch 2015-10-12 03:23:48 +00:00
Jonathan Campbell
f6b710f079 -exit switch port 2015-10-12 03:14:26 +00:00
Jonathan Campbell
b8879d8199 noautoexec conversion 2015-10-12 03:10:32 +00:00
Jonathan Campbell
b90e972c67 -securemode conversion 2015-10-12 03:06:08 +00:00
Jonathan Campbell
dcdfddc595 enhance dpi awareness. you can disable from the command line. you can
enable/disable from dosbox.conf.
2015-08-23 18:11:23 -07:00
Jonathan Campbell
8f21761d32 parse -lang switch at startup, remove MSG_Init search for -lang switch 2015-08-19 07:09:52 -07:00
Jonathan Campbell
ec7aec4d98 run the source code through dos2unix. it seems to help with applying
patches.
2015-08-16 02:00:24 -07:00
Jonathan Campbell
45ab8926c7 -debug switch at startup 2015-04-09 03:28:47 -07:00
Jonathan Campbell
e142cda74f add code and functionality to print "everything" to the configuration
file.
2015-03-30 03:29:03 -07:00
Jonathan Campbell
96ccf6cbc4 move options into Control object. move argv parsing to subroutine. 2015-01-18 18:28:45 -08:00
Jonathan Campbell
60d6680ea3 call shell init directly, remove control startup function 2014-09-08 08:10:05 -07:00
Jonathan Campbell
21614b8c3f toss out my copy, integrate tawoongs's daum branch code into mine,
remove what won't compile, begin work.
2013-10-14 05:07:26 -07:00
root
f331824031 port from svn 2013-07-07 20:39:49 -07:00