[Main]
Name=dump_rom
Type=Function
Header=calc_int.h
Definition=int (*dump_rom) (const char *filename, int mode);

[Parameters]
filename : the file to store the ROM dump
mode : a mask of values got in @TicalcMaskMode@
Returns : always 0.

[Summary]
Dumps the calculator ROM content.

[Description]
This function attempt to dump the ROM content of the current calculator by
sending a special program (assembly or 'C' language)...
Depending on the calculator model, the user may need a shell on his/her
calculator. It may have to run the program itself, too.

<br>TI73: no support
<br>TI82: ASh 3.0
<br>TI83: AShell
<br>TI83+: none
<br>TI85: Usgard or ZShell 4.0
<br>TI86: none
<br>TI89: none
<br>TI92: Fargo II
<br>TI92+: none
<br>V200PLT: none

[See also]
@TicalcFunctions@

