9. Command line

TiEmu can accept some arguments on the command line for specific purposes. The text below is an excerpt of the Linux 'manpage' but it is appplicable to Windows, too.
Under Linux, manpage is accessible by typeing 'man tiemu' in the shell.
Windows users will open the ManPage.txt file in C:\Program Files\TiEmu folder.

TIEMU(1)                                                              TIEMU(1)



NAME
       tiemu - a TI's hand-helds emulator (m68k-based)

SYNOPSYS
       tiemu [-h] [-v] [--help] [--version] [--import] [-rom=] [-tib=] [-sav=]
       [image]

DESCRIPTION
       The TiEmu program allows you to emulate a Texas Instruments  calculator
       such  as TI89, TI89 Titanium, TI92, TI92+ or V200PLT.  The emulator has
       also a virtual link capability which allows to connect  it  to  another
       program (such as TiLP for instance).

OPTIONS
       The command line options override the default options (startup options)
       and the config file options even.  The TiEmu program accepts  the  fol-
       lowing options:

       -h, --help
              Display a list of all command line options.

       -v, --version
              Output the version info.

       --import=
              Import ROM or TIB into repository and exit. Can be used for cre-
              ating images (as an example).  This flag must be set before -rom
              or -tib !

       -rom=  Convert and use the specified dump as image. Note that the image
              is added to the image repository.

       -tib=  Convert and use the specified tib/upgrade as image. Idem.

       -sav=  Load the specified state file. Must be a valid state  image  and
              target for emulated calculator.


CONFIG FILE FORMAT
       This section describes the format of the .tiemu config file which is in
       the home directory of the user (Linux) or in the Program  Files  folder
       (Win32). A line preceded by the '#' symbol is a comment.  Each line has
       the following  format:  key=value.   The  config  file  must  have  the
       'RC_END'  string  at end.  Every line can be put in any order.  Take in
       mind that any comment added in the config  file  will  be  overwritten.
       Below is described each option and the possible values:

       calctype=  Defines the calculator type for link parameter. Valid values
       are: ti89, ti89t, ti92, ti92+, v200.  Note: don't need  to  touch  this
       setting, it's overridden by TiEmu. Kept for compat