diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-03-22 13:48:19 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-03-22 13:48:19 +0000 |
commit | cff2a54e7cbc369621c41a04a1bb67110da81443 (patch) | |
tree | 52bbd35a1bcac472738da0fdde737e7e6770c01a /manual/plugins/pacbox.tex | |
parent | 86122ffdc3263d8f240c082c34b1f048ba170921 (diff) |
Correct table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9184 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/pacbox.tex')
-rw-r--r-- | manual/plugins/pacbox.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manual/plugins/pacbox.tex b/manual/plugins/pacbox.tex index 2fbae07556..bd04a6616c 100644 --- a/manual/plugins/pacbox.tex +++ b/manual/plugins/pacbox.tex @@ -28,14 +28,14 @@ In the MAME ROMs collection the necessary files can be found in \fname{pacman.zi \begin{center} \begin{tabular}{ll}\toprule \textbf{Key} & \textbf{Action}\\\midrule - Move Up & \opt{h1xx,h300}{RIGHT}\opt{ipodcolor,ipodnano}{NEXT}\\ - Move Down & \opt{h1xx,h300}{LEFT}\opt{ipodcolor,ipodnano}{PREV}\\ - Move Left & \opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU}\\ - Move Right & \opt{h1xx,h300}{DOWN}\opt{ipodcolor,ipodnano}{PLAY}\\ - Insert Coin & \opt{h1xx,h300}{REC}\opt{ipodcolor,ipodnano}{SELECT}\\ - 1-Player Start & \opt{h1xx,h300,ipodcolor,ipodnano}{SELECT}\\ - 2-Player Start & \opt{h1xx,h300}{ON}\opt{ipodcolor,ipodnano}{n/a}\\ - Menu & \opt{h1xx,h300}{MODE}\opt{ipodcolor,ipodnano}{SELECT+MENU}\\\bottomrule + \opt{h1xx,h300}{RIGHT}\opt{ipodcolor,ipodnano}{NEXT} & Move Up\\ + \opt{h1xx,h300}{LEFT}\opt{ipodcolor,ipodnano}{PREV} & Move Down\\ + \opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Move Left\\ + \opt{h1xx,h300}{DOWN}\opt{ipodcolor,ipodnano}{PLAY} & Move Right\\ + \opt{h1xx,h300}{REC}\opt{ipodcolor,ipodnano}{SELECT} & Insert Coin\\ + \opt{h1xx,h300,ipodcolor,ipodnano}{SELECT} & 1-Player Start\\ + \opt{h1xx,h300}{ON}\opt{ipodcolor,ipodnano}{n/a} & 2-Player Start\\ + \opt{h1xx,h300}{MODE}\opt{ipodcolor,ipodnano}{SELECT+MENU} & Menu\\\bottomrule \end{tabular} \end{center} |