
*** Build Information ***
CHDK for a1300 fw:100b PID:12862
build:1.7.0-6343 date:Sun, 21 Sep 2025 04:46:07 +0200

*** Camera specific notes ***
************************************
A1300 Notes 
************************************
Porting thread: http://chdk.setepontos.com/index.php?topic=8909.msg92929#msg92929

To enter CHDK <ALT> mode use the Playback [>] button.

Playback [>] or Help [?] button can be configured as <ALT> mode button.


KNOWN BUGS
**********
- GetBatteryTemperature() returns always -99° Celsius or -146° Fahrenheit
- Video Time limit removal is not implemented.
- Conflicting CHDK shortcuts

For Developers
**************
A1300 and A810 ROM code appears identical, and builds for one camera will run on the other.
However, the builds differ because
 PLATFORMID is different, so PS.FI2 files are not compatible and script would report the wrong value.
Any code changes made to one camera should probably be applied to the other.

- rand() and srand() are not part of original firmware. 
  They were added in platorm/generic/wrappers.c under #ifdef CAM_MISSING_RAND
- hook_raw_image_addr() & hook_alt_raw_image_addr() return the same value
