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/archosfmrecorder.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/archosfmrecorder.tex')
-rw-r--r-- | manual/platform/archosfmrecorder.tex | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/manual/platform/archosfmrecorder.tex b/manual/platform/archosfmrecorder.tex deleted file mode 100644 index bd7319313d..0000000000 --- a/manual/platform/archosfmrecorder.tex +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | % $Id$ % | ||
2 | \def\UseOption{recorderv2fm} | ||
3 | \edef\UseOption{\UseOption,RECORDER_PAD} | ||
4 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} | ||
5 | \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} | ||
6 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} | ||
7 | \edef\UseOption{\UseOption,archos} | ||
8 | |||
9 | \newcommand{\playerman}{Archos} | ||
10 | \newcommand{\playertype}{Recorder V2/FM} | ||
11 | \newcommand{\playerlongtype}{Recorder V2 and FM} | ||
12 | \newcommand{\dapdisplaywidth}{112} | ||
13 | \newcommand{\dapdisplayheight}{64} | ||
14 | \newcommand{\dapdisplaydepth}{1} | ||
15 | \newcommand{\specimg}{archosfmrecorder} | ||
16 | %Used to name the player, e.g. ...to the \dap | ||
17 | \newcommand{\dap}{player} | ||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
19 | \newcommand{\daps}{player's} | ||
20 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | ||
21 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
22 | \newcommand{\screenshotsize}{4cm} | ||
23 | \newcommand{\disk}{hard disk} | ||
24 | |||
25 | % link external keymap file | ||
26 | \input{platform/keymap-archosrecorder.tex} | ||