diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-10-17 14:43:39 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-10-17 14:43:39 +0000 |
| commit | 5df64236da4458edf665e486aee03f9c6c475f7f (patch) | |
| tree | f3da72ec7b282c18511f00f276625935c81da606 /manual/plugins/pacbox.tex | |
| parent | 08a4ceaae7ac756b8815b230d12ba7992a0cb120 (diff) | |
| download | rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.zip rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.gz rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.bz2 rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.xz | |
Add missing h10 button definitions for the game plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11248 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/pacbox.tex')
| -rw-r--r-- | manual/plugins/pacbox.tex | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/manual/plugins/pacbox.tex b/manual/plugins/pacbox.tex index dbb9e4e..60043ee 100644 --- a/manual/plugins/pacbox.tex +++ b/manual/plugins/pacbox.tex @@ -29,28 +29,36 @@ found at \url{http://www.mame.net}. \subsubsection{Keys} \begin{table} \begin{btnmap}{}{} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,h10}{\ButtonRight} + \opt{h10_5gb}{\ButtonScrollUp} & Move Up\\ - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,h10}{\ButtonLeft} + \opt{h10_5gb}{\ButtonScrollDown} & Move Down\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} + \opt{h10}{\ButtonScrollUp} + \opt{h10_5gb}{\ButtonLeft} & Move Left\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} + \opt{h10}{\ButtonScrollDown} + \opt{h10_5gb}{\ButtonRight} & Move Right\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} + \opt{IRIVER_H10_PAD}{\ButtonFF} & Insert Coin\\ - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} + \opt{IRIVER_H10_PAD}{\ButtonRew} & 1-Player Start\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{n/a} - \opt{IAUDIO_X5_PAD}{\ButtonPower} + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPower} & 2-Player Start\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} - \opt{IAUDIO_X5_PAD}{\ButtonPlay} + \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} & Menu\\ \end{btnmap} \end{table} |