diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-15 19:40:55 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-24 21:20:13 +0000 |
commit | 092c340a2062fa98b7387fc5fd63578ddae7d0b6 (patch) | |
tree | 98ec96946eeb2ae709cb0528cc6998e21bb9b290 /manual/platform/archosondiofm.tex | |
parent | 17f7cc92c258bc456a27c3e7c5a19c9409851879 (diff) | |
download | rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.tar.gz rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.zip |
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets
Change-Id: I7980523785d2596e65c06430f4638eec74a06061
Diffstat (limited to 'manual/platform/archosondiofm.tex')
-rw-r--r-- | manual/platform/archosondiofm.tex | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/manual/platform/archosondiofm.tex b/manual/platform/archosondiofm.tex deleted file mode 100644 index b0cc232f16..0000000000 --- a/manual/platform/archosondiofm.tex +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | % $Id$ % | ||
2 | %platform file for the Ondio FM | ||
3 | \def\UseOption{ondiofm} | ||
4 | % To not break the current manual | ||
5 | \edef\UseOption{\UseOption,ondio} | ||
6 | \edef\UseOption{\UseOption,ONDIO_PAD} | ||
7 | \edef\UseOption{\UseOption,archos} | ||
8 | |||
9 | \newcommand{\playerman}{Archos} | ||
10 | \newcommand{\playertype}{Ondio} | ||
11 | \newcommand{\playerlongtype}{Ondio 128 FM} | ||
12 | \newcommand{\dapdisplaywidth}{112} | ||
13 | \newcommand{\dapdisplayheight}{64} | ||
14 | \newcommand{\dapdisplaydepth}{1} | ||
15 | \newcommand{\specimg}{archosondiofm} | ||
16 | %used for specifying screenshot names common to a target "family" | ||
17 | \newcommand{\seriesimg}{ondio} | ||
18 | %Used to name the player, e.g. ...to the \dap | ||
19 | \newcommand{\dap}{player} | ||
20 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
21 | \newcommand{\daps}{player's} | ||
22 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | ||
23 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
24 | \newcommand{\screenshotsize}{4cm} | ||
25 | \newcommand{\disk}{flash storage} | ||
26 | |||
27 | % link external keymap file | ||
28 | \input{platform/keymap-archosondio.tex} | ||