fix docs
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<title>Gamate System specific information for cc65
|
<title>Gamate System specific information for cc65
|
||||||
<author>
|
<author>
|
||||||
<url url="mailto:groepaz@gmx.net" name="Groepaz/Hitmen">
|
<url url="mailto:groepaz@gmx.net" name="Groepaz/Hitmen">
|
||||||
<date>2015-11-14
|
<date>2015-11-29
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
An overview over the Gamate runtime system as it is implemented for the
|
An overview over the Gamate runtime system as it is implemented for the
|
||||||
@@ -36,6 +36,9 @@ The standard binary output format generated by the linker for the Gamate target
|
|||||||
is a cartridge image with header. It is of course possible to change this
|
is a cartridge image with header. It is of course possible to change this
|
||||||
behaviour by using a modified startup file and linker config.
|
behaviour by using a modified startup file and linker config.
|
||||||
|
|
||||||
|
Note: the first two bytes of the header contain a checksum that must be inserted
|
||||||
|
by an external program. Such an utility is provided in util/gamate/gamate-fixcart.c
|
||||||
|
|
||||||
<sect>Platform specific header files<p>
|
<sect>Platform specific header files<p>
|
||||||
|
|
||||||
Programs containing Gamate specific code may use the <tt/gamate.h/ header file.
|
Programs containing Gamate specific code may use the <tt/gamate.h/ header file.
|
||||||
@@ -92,7 +95,8 @@ No serial drivers are currently available for the Gamate.
|
|||||||
<sect>Limitations<p>
|
<sect>Limitations<p>
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>interruptor support in crt0 (and cfg) is missing
|
<item>When using the C-compiler, keep in mind that only 0x300 bytes RAM in total
|
||||||
|
can be used for variables and the runtime stack.
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
<sect1>Disk I/O<p>
|
<sect1>Disk I/O<p>
|
||||||
@@ -118,7 +122,8 @@ following functions (and a few others):
|
|||||||
<sect>Other hints<p>
|
<sect>Other hints<p>
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>a good emulator to use for Gamate is "MESS/MAME" (<url url="http://www.mess.org/">)
|
<item>The Gamate is emulated by MESS (<url url="http://www.mess.org/">),
|
||||||
|
run like this: <tt>mess gamate -debug -window -skip_gameinfo -cart test.bin</tt>
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
some resources on the Gamate:
|
some resources on the Gamate:
|
||||||
|
|||||||
Reference in New Issue
Block a user