mirror of https://github.com/stella-emu/stella.git
Got rid of some extra DEVELOPER_SUPPORT commandline options that
aren't implemented yet. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@126 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
4d149d7885
commit
2dbef125e8
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: mainSDL.cxx,v 1.32 2002-11-10 19:18:35 stephena Exp $
|
// $Id: mainSDL.cxx,v 1.33 2002-11-10 19:43:16 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
@ -1415,8 +1415,6 @@ void usage()
|
||||||
" -Dwidth Sets \"Display.Width\"",
|
" -Dwidth Sets \"Display.Width\"",
|
||||||
" -Dystart Sets \"Display.YStart\"",
|
" -Dystart Sets \"Display.YStart\"",
|
||||||
" -Dheight Sets \"Display.Height\"",
|
" -Dheight Sets \"Display.Height\"",
|
||||||
" -Dcpu Sets \"Emulation.CPU\"",
|
|
||||||
" -Dhmoveblanks Sets \"Emulation.HmoveBlanks\"",
|
|
||||||
#endif
|
#endif
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: mainX11.cxx,v 1.29 2002-11-10 19:18:35 stephena Exp $
|
// $Id: mainX11.cxx,v 1.30 2002-11-10 19:43:17 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
@ -1314,8 +1314,6 @@ void usage()
|
||||||
" -Dwidth Sets \"Display.Width\"",
|
" -Dwidth Sets \"Display.Width\"",
|
||||||
" -Dystart Sets \"Display.YStart\"",
|
" -Dystart Sets \"Display.YStart\"",
|
||||||
" -Dheight Sets \"Display.Height\"",
|
" -Dheight Sets \"Display.Height\"",
|
||||||
" -Dcpu Sets \"Emulation.CPU\"",
|
|
||||||
" -Dhmoveblanks Sets \"Emulation.HmoveBlanks\"",
|
|
||||||
#endif
|
#endif
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue