summaryrefslogtreecommitdiff
path: root/manual/plugins/main.tex
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2010-01-17 22:15:13 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2010-01-17 22:15:13 +0000
commit7f28c94eda576e3f972fc05468188986f2e45885 (patch)
treee03b94613028d16855a5d3df0f4853e077931214 /manual/plugins/main.tex
parent563f2602f471208cb8544a36539a79dcceaad643 (diff)
downloadrockbox-7f28c94eda576e3f972fc05468188986f2e45885.tar.gz
rockbox-7f28c94eda576e3f972fc05468188986f2e45885.zip
New plugin: frotz, a Z-machine interpreter, for playing interactive fiction.
The interpreter more or less passes all the tests in the z-machine test suite. It should build for every target except Archos (for which it is disabled). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24267 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/main.tex')
-rw-r--r--manual/plugins/main.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index a7dc3d7bf0..ff332b70c5 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -135,6 +135,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
135 {}{} 135 {}{}
136 Shortcuts & \fname{.link} & \\ 136 Shortcuts & \fname{.link} & \\
137 Chip-8 Emulator & \fname{.ch8} & \\ 137 Chip-8 Emulator & \fname{.ch8} & \\
138 Frotz & \fname{.z1 - .z8} & \\
138 JPEG Viewer & \fname{.jpg, .jpeg} & \\ 139 JPEG Viewer & \fname{.jpg, .jpeg} & \\
139 Lua scripting language& \fname{.lua} & \\ 140 Lua scripting language& \fname{.lua} & \\
140 Midiplay & \fname{.mid, .midi} & \\ 141 Midiplay & \fname{.mid, .midi} & \\
@@ -160,6 +161,8 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
160 161
161\opt{lcd_bitmap}{\input{plugins/chip8emulator.tex}} 162\opt{lcd_bitmap}{\input{plugins/chip8emulator.tex}}
162 163
164\opt{lcd_bitmap}{\input{plugins/frotz.tex}}
165
163\opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}} 166\opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}}
164 167
165\opt{large_plugin_buffer}{\input{plugins/lua.tex}} 168\opt{large_plugin_buffer}{\input{plugins/lua.tex}}