Now that cc65 programs can run as SYS files themselves my ProDOS Loader ulimately has to change from a minimalistic shell replacement to a pure loader (without exit hook). This approach simplifies several things. However the "reboot after exit" option now present as a ProDOS Loader variant has to move into the cc65 program.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4172 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -127,6 +127,7 @@ usage.
|
||||
<itemize>
|
||||
<item>_dos_type
|
||||
<item>get_ostype
|
||||
<item>rebootafterexit
|
||||
</itemize>
|
||||
|
||||
|
||||
|
||||
@@ -127,6 +127,7 @@ usage.
|
||||
<itemize>
|
||||
<item>_dos_type
|
||||
<item>get_ostype
|
||||
<item>rebootafterexit
|
||||
<item>textframe
|
||||
<item>textframexy
|
||||
<item>videomode
|
||||
|
||||
@@ -67,6 +67,7 @@ function.
|
||||
<itemize>
|
||||
<item>_dos_type
|
||||
<item><ref id="get_ostype" name="get_ostype">
|
||||
<item>rebootafterexit
|
||||
</itemize>
|
||||
|
||||
|
||||
@@ -75,6 +76,7 @@ function.
|
||||
<itemize>
|
||||
<item>_dos_type
|
||||
<item><ref id="get_ostype" name="get_ostype">
|
||||
<item>rebootafterexit
|
||||
<item>textframe
|
||||
<item>textframexy
|
||||
<item><ref id="videomode" name="videomode">
|
||||
|
||||
Reference in New Issue
Block a user