blob: 1aae185f15e5068893f1b34e69da8c16f2067dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\def\UseOption{player}
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,PLAYER_PAD}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Studio/Player}
\newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20}
\newcommand{\genericimg}{charx11x1}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
%For use when referring to the player. E.g. the \daps\ capacity ...
\newcommand{\daps}{player's}
\newcommand{\firmwarefilename}{archos.mod}
\newcommand{\ButtonLeft}{Left}
\newcommand{\ButtonRight}{Right}
\newcommand{\ButtonOn}{On}
\newcommand{\ButtonMenu}{Menu}
\newcommand{\ButtonPlay}{Play}
\newcommand{\ButtonStop}{Stop}
|