This page (revision-9) was last changed on 03-Feb-2023 15:21 by Gromit 

This page was created on 27-Aug-2010 22:53 by Florian Dingler

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
9 03-Feb-2023 15:21 31 KB Gromit to previous
8 17-May-2011 13:30 30 KB Gromit to previous | to last
7 17-May-2011 12:34 30 KB Gromit to previous | to last
6 28-Aug-2010 12:51 30 KB Florian Dingler to previous | to last
5 28-Aug-2010 12:44 19 KB Florian Dingler to previous | to last
4 28-Aug-2010 12:43 19 KB Florian Dingler to previous | to last
3 27-Aug-2010 23:01 13 KB Florian Dingler to previous | to last
2 27-Aug-2010 22:58 13 KB Florian Dingler to previous | to last
1 27-Aug-2010 22:53 13 KB Florian Dingler to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed one line
--------------------------------------------------------------------------
----
At line 7 added 5 lines
[{TableOfContents }]
At line 11 changed one line
!TIPS ON TEMPS
!!P1. TIPS ON TEMPS
At line 137 changed one line
!!BUGS IN THE ACTION! CARTRIDGES
!!P2. BUGS IN THE ACTION! CARTRIDGES
At line 428 changed one line
!!BUGS IN THE ACTION! RUNTIME LIBRARY
!!P3. BUGS IN THE ACTION! RUNTIME LIBRARY
At line 434 changed one line
!1. Hex numbers are printed incorrectly by PrintH and the %H parameter of PrintF.
!1. Hex numbers are printed incorrectly by PrintH and the %H parameter of PrintF.
At line 443 changed one line
!2. PrintBDE can cause a spurious compile time error.
!2. PrintBDE can cause a spurious compile time error.
At line 460 changed one line
!4. If your program redefines a library procedure (e.g., one which declares its own version of PROC Graphics), it will compile with no errors using the cartridge only (because declared procedures take precedence over built-in ones). However, since th (text ends in original File)
!4. If your program redefines a
library procedure (e.g., one
which declares its own version of
PROC Graphics), it will compile
with no errors using the
cartridge only (because declared
procedures take precedence over
built-in ones). However, since
the RunTime library uses this
same precedence trick to include
its own definitions of library
procedures, your program will
generate Error 6 (doubly defined
name) if you do not delete the
appropriate PROCedure (or
FUNCtion) from the RunTime
library before INCLUDEing it.
At line 462 changed one line
!!PROBLEMS WITH PAD
Fix: Make a custom version of
the RunTime library on a COPY
(please, only on a copy) of your
RunTime disk which does not
contain the routines you wish to
replace.
At line 464 changed one line
We will list the problems (and solutions) regarding the Programmer's Aid Disk here in reasonably compact form.
5. On page 17 of the Reference Guide
for the Runtime Package, the
DEFINE for ROM will cause
incorrect code if you use local
variables.
At line 466 changed one line
!1. BGET/BPUT PROBLEMS
Fix: Use the following form of
definition, instead:
{{{
DEFINE ROM = "BYTE ZZQQJUNK
-------------
SET $680 = $E^
SET $B5 = $5800
SET $E = $682^"
}}}
!!P4. PROBLEMS WITH Programmer's Aid Disk
We will list the problems (and solutions) regarding the Programmer's Aid Disk (PAD) here in reasonably compact form.
!1. BGET/BPUT PROBLEMS
At line 601 changed 3 lines
!!TOOLKIT TROUBLES
It's hard to believe that a product as new as the ACTION! ToolKit can already have bug reports. Sigh. Anyway, there are already three versions of the ToolKit. Version 1 has 31 free sectors (when you list its directory). Version 2 has fewer free sectors and the second line of the file MUSIC.DEM reads ";Version 2". On version 3, the file ABS.ACT starts with the version number. This last convention will be followed in future versions. The comments here
are organized by affected version(s).
!!P5. TOOLKIT TROUBLES
At line 647 added 2 lines
It's hard to believe that a product as new as the ACTION! ToolKit can already have bug reports. Sigh. Anyway, there are already three versions of the ToolKit. Version 1 has 31 free sectors (when you list its directory). Version 2 has fewer free sectors and the second line of the file MUSIC.DEM reads ";Version 2". On version 3, the file ABS.ACT starts with the version number. This last convention will be followed in future versions. The comments here are organized by affected version(s).
At line 684 changed one line
!!ACTION MANUAL ERRATA
!!P6. ACTION MANUAL ERRATA