On 01/27/2017 08:06 PM, Nicolas Pomarède wrote:
is it possible to start hatari with a ttp program and to give some
extra arguments to be passed to this ttp program ?
Yes, use the tools/hatari-prg-args.sh script.
It uses Hatari debugger & breakpoint chaining to insert
command line arguments to the auto-started program's
basepage.
(It doesn't support ARGV protocol so command line length
is limited to 126 chars.)
If arguments are filenames, you need to give them relative
to the auto-started program's (C:) directory, and they of
course need to be within that directory.