Skip to content

Commit

Permalink
briefly document some petcat features, add a hint on the file format …
Browse files Browse the repository at this point in the history
…-addconfig expects, and some redundant links :)

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45332 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Sep 5, 2024
1 parent 0021f6d commit eeeb633
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions vice/doc/vice.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1217,12 +1217,13 @@ specified afterwards on the command line.

@findex -config
@item -config <filename>
Specify config file
Specify config file (see @pxref{Settings and resources}).

@findex -addconfig
@item -addconfig <filename>
Specify extra config file for loading additional resources. This can be used to
add "patch sets" for various configurations.
add "patch sets" for various configurations. This file uses the same format as
the regular config file (see @pxref{Settings and resources}).

@findex -dumpconfig
@item -dumpconfig <filename>
Expand Down Expand Up @@ -23308,6 +23309,18 @@ Basic v2.0 with Ultrabasic-64 (C64)
Basic v2.0 with Xbasic (C64)
@end table

@c @node FIXME
@section petcat extra features

@itemize
@item If a line does not begin with a line number, a new line number is created by
taking the line number of the previous line and incrementing it by two.
@item Lines starting with a semicolon will be treated as comments and are ignored
@item Unlike the BASIC editor, petcat can create BASIC files that contain lines
numbered in arbitrary order, and also duplicate line numbers.
@end itemize


@c @node FIXME
@section petcat examples

Expand Down

0 comments on commit eeeb633

Please sign in to comment.