]> git.sur5r.net Git - cc65/blob - doc/lynx.sgml
Added docs for all the tgi functions and improved Lynx documentation
[cc65] / doc / lynx.sgml
1 <!doctype linuxdoc system>
2
3 <article>
4
5 <title>Atari Lynx specific information for cc65
6 <author>Karri Kaksonen, <htmlurl url="mailto:karri@sipo.fi" name="karri@sipo.fi">
7 Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
8 <date>2004-10-14
9
10 <abstract>
11 An overview over the Atari Lynx runtime system as it is implemented for the
12 cc65 C compiler.
13 </abstract>
14
15 <!-- Table of contents -->
16 <toc>
17
18 <!-- Begin the document -->
19
20 <sect>Overview<p>
21
22 This file contains an overview of the Atari Lynx runtime system as it comes
23 with the cc65 C compiler. It describes the memory layout, Lynx specific header
24 files, available drivers, and any pitfalls specific to that platform.
25
26 Please note that Lynx specific functions are just mentioned here, they are
27 described in detail in the separate <htmlurl url="funcref.html" name="function
28 reference">. Even functions marked as "platform dependent" may be available on
29 more than one platform. Please see the function reference for more
30 information.
31
32
33 <sect>Binary format<p>
34
35 The standard binary output format generated by the linker for the Lynx target
36 is a machine language program with an executable header. It is of course
37 possible to change this behaviour by using a modified startup file and linker
38 config.
39
40 You can also produce real carts with directory structures and encrypted
41 headers by modifying the startup and linker config files. There is a simple
42 example archive called <tt/lynx-cart-demo/ in the <htmlurl
43 url="ftp://ftp.musoftware.de/pub/uz/cc65/contrib/" name="contrib directory">
44 that shows how to create a complete bootable Lynx cart.
45
46 <sect>Memory layout<p>
47
48 cc65 generated programs with the default setup run with the I/O area and the
49 kernal enabled, which gives a usable memory range of &dollar;400 - &dollar;C038.
50
51 Special locations:
52
53 <descrip>
54   <tag/Text screen/
55   No conio support is currently available for the Lynx.
56
57   <tag/Keyboard/
58   The Lynx "flabode" keys, Opt 1, Pause and Opt 2 are implemented using the
59   conio interface. The only characters the keyboard is able to produce are
60   'R' for Restart (Opt 1 + Pause), 'F' for flip (Opt 2 + Pause),
61   'P' for pause, '1' for Opt 1, '2' for Opt 2, '3' for Opt 1 + Opt 2 and
62   '?' for all keys down at the same time.
63
64   <tag/Stack/
65   The C runtime stack is located at &dollar;C037 and growing downwards.
66
67   <tag/Heap/
68   The C heap is located at the end of the program and grows towards the C
69   runtime stack.
70
71 </descrip><p>
72
73
74
75 <sect>Platform specific header files<p>
76
77 Programs containing Lynx specific code may use the <tt/lynx.h/ header file.
78
79
80 <sect1>Lynx specific functions<p>
81
82 <itemize>
83 <item>lynx_eeprom_erase
84 <item>lynx_eeprom_read
85 <item>lynx_eeprom_write
86 </itemize>
87
88
89
90 <sect1>Hardware access<p>
91
92 The following pseudo variables declared in the <tt/lynx.h/ header file do
93 allow access to hardware located in the address space. Some variables are
94 structures, accessing the struct fields will access the chip registers.
95
96 <descrip>
97
98   <tag><tt/MIKEY/</tag>
99   The <tt/MIKEY/ structure allows access to MIKEY chip. See the <tt/_mikey.h/
100   header file located in the include directory for the declaration of the
101   structure.
102
103   <tag><tt/SUZY/</tag>
104   The <tt/SUZY/ structure allows access to SUZY chip. See the <tt/_suzy.h/
105   header file located in the include directory for the declaration of the
106   structure.
107
108 </descrip><p>
109
110
111
112 <sect>Loadable drivers<p>
113
114 <sect1>Graphics drivers<p>
115
116 A TGI driver for the standard graphics mode (160&times;102 in 16 colors) is
117 available, but must be statically linked, because no file I/O is available.
118 See the documentation for the <htmlurl url="co65.html" name="co65 utility">
119 for information on how to do that.
120
121 The TGI driver is implemented as an interrupt driven dual buffering device.
122 To use it as a single-buffer device set draw page and view page to the same
123 value 0 or 1;
124
125 The TGI driver has a few Lynx-specific extensions.
126
127 Calling tgi_sprite(spr) or tgi_ioctl(0, spr) will display a standard Lynx
128 sprite on screen.
129
130 Calling tgi_flip() or tgi_ioctl(1, 0) will do a flip screen.
131
132 Calling tgi_setbgcolor(bgcolor) or tgi_ioctl(2, bgindex) will set the text
133 background color to the index defined by bgindex. If bgindex is 0 then the
134 background color is transparent.
135
136 To set the framerate of the display hardware call tgi_setframerate(rate) or
137 tgi_ioctl(3, rate). The supported framerates are 50, 60 and 75 frames per
138 second. Actually there is no real reason to use anything else than 75 frames
139 per second.
140
141 To check if the drawing engine is busy with the previous swap you can
142 call tgi_busy or tgi_ioctl(4, 0). It returns 0 if idle and 1 if busy
143
144 To update displays you can call tgi_updatedisplay() or tgi_ioctl(4, 1) it
145 will wait for the next VBL interrupt and set the draw buffer to the
146 view buffer. The draw buffer is also changed to (drawbuffer xor 1).
147
148 <sect1>Extended memory drivers<p>
149
150 No extended memory drivers are currently available for the Lynx.
151
152
153 <sect1>Joystick drivers<p>
154
155 A joystick driver for the standard buttons is available, but must be
156 statically linked, because no file I/O is available. See the documentation for
157 the <htmlurl url="co65.html" name="co65 utility"> for information on how to do
158 that.
159
160 The joystick will check to see if the screen is flipped or not in the install
161 routine and adapt itself to the correct state.
162
163 <sect1>Mouse drivers<p>
164
165 No mouse drivers are currently available for the Lynx.
166
167
168 <sect1>RS232 device drivers<p>
169
170 <descrip>
171
172   The ComLynx port has Tx and Rx wired together. Every byte is sent
173   to all connected Lynxes. Only one Lynx can send at a time. There is no
174   protocol created for communication. You are on your own.
175
176   If the Lynx returns framing error then it is likely that another Lynx is
177   sending data at the same time.
178
179   The Lynx can also send a break and receive a break. The Lynx break is
180   recognized if the bit is down for 24 bit cycles or more.
181
182   To send a break you just set the break bit. The length of the break depends
183   on how long this bit is down.
184
185   The driver supports the baudrates:
186   <itemize>
187   <item>62500
188   <item>31250
189   <item>9600
190   <item>7200
191   <item>4800
192   <item>3600
193   <item>2400
194   <item>1800
195   <item>1200
196   <item>600
197   <item>300
198   <item>150
199   <item>134.5
200   <item>110
201   <item>75
202   </itemize>
203   The parity bit supports MARK and SPACE. It also supports EVEN and ODD parity
204   but the parity bit is included in the calculation. Most of us don't want it
205   this way. But there is nothing we can do about it.
206
207   The Lynx hardware will always check parity on incoming traffic. Currently
208   the driver cannot receive data from standard PC's due to this parity bug.
209   For working with Lynx to Lynx communication use EVEN parity.
210
211   To send data to standard PC's use MARK or SPACE as parity setting.
212
213   There is always only one stop bit. And the data length is always 8 bits.
214
215   We have no handshaking available. Even software handshake is impossible
216   as ComLynx has only one wire for the data.
217
218   Both transmit and receive are interrupt driven. The driver reserves a fixed
219   area $200-$2ff for the transmit ring buffer and $300-$3ff for the receive
220   ring buffer. This area can not be used at startup for anything as the Lynx
221   ROM needs this area for decryption purposes.
222
223 </descrip><p>
224
225
226 <sect>Limitations<p>
227
228
229
230 <sect>Other hints<p>
231
232 At this point in time there is no support for the cart filesystem yet. I have
233 a <tt/lynx-cart-demo/ example project that uses an interrupt driven display,
234 has support for the cart filesystem and an abcmusic sound module.
235
236 At some point in time we may find a way to rewrite these to fit the way the
237 cc65 drivers require. But for the time being you can create less portable
238 applications using these Lynx specific modules in <tt/lynx-cart-demo/.
239
240
241 <sect>Bugs/Feedback<p>
242
243 If you have problems using the library, if you find any bugs, or if you're
244 doing something interesting with it, I would be glad to hear from you. Feel
245 free to contact me by email (<htmlurl url="mailto:uz@cc65.org"
246 name="uz@cc65.org">).
247
248
249
250 <sect>License<p>
251
252 This software is provided 'as-is', without any expressed or implied
253 warranty.  In no event will the authors be held liable for any damages
254 arising from the use of this software.
255
256 Permission is granted to anyone to use this software for any purpose,
257 including commercial applications, and to alter it and redistribute it
258 freely, subject to the following restrictions:
259
260 <enum>
261 <item>  The origin of this software must not be misrepresented; you must not
262         claim that you wrote the original software. If you use this software
263         in a product, an acknowledgment in the product documentation would be
264         appreciated but is not required.
265 <item>  Altered source versions must be plainly marked as such, and must not
266         be misrepresented as being the original software.
267 <item>  This notice may not be removed or altered from any source
268         distribution.
269 </enum>
270
271 </article>
272
273
274