X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Flynx.sgml;h=856b909ec4f49daadf779b31dfd433dfdcf57c89;hb=8806c31e4a00785be628ea8cde35fa4c94cc2ab6;hp=fa2a9dc514313063d517f59d5ac8973f58a380a4;hpb=6c0960819e263b55beebe5d9342831d6f0553760;p=cc65 diff --git a/doc/lynx.sgml b/doc/lynx.sgml index fa2a9dc51..856b909ec 100644 --- a/doc/lynx.sgml +++ b/doc/lynx.sgml @@ -46,7 +46,7 @@ that shows how to create a complete bootable Lynx cart. Memory layout

cc65 generated programs with the default setup run with the I/O area and the -kernal enabled, which gives a usable memory range of $400 - $C038. +kernal enabled, which gives a usable memory range of $400 - $C037. Special locations: @@ -62,12 +62,17 @@ Special locations: '?' for all keys down at the same time.

@@ -145,6 +150,10 @@ To update displays you can call tgi_updatedisplay() or tgi_ioctl(4, 1) it will wait for the next VBL interrupt and set the draw buffer to the view buffer. The draw buffer is also changed to (drawbuffer xor 1). +You can also enable or disable collision detection by a call to +tgi_setcollisiondetection(active) or tgi_ioctl(5, active). The collision +result is located before the sprite structure by default in this driver. + Extended memory drivers

No extended memory drivers are currently available for the Lynx.