In short:
You download firmware files from Meade's support site
(
http://www.meade.com/support/auto.html ),
use this page to provide a "patcher" and the patches,
drag-and-drop the patch onto the Patcher's icon,
and then use Meade's Updater to move the improved firmware to your Autostar.
Starfinder and 494 Autostar support coming soon...
On this page:
Features,
the Files,
a How-to-do, and Jim Berry's
Patcher Program Notes.
Among the features you can add are:
Older patches:
The files:
495 Autostar
Nearly-Automated patch instructions:
(do Save Link As... instead of trying to open the Zip and Exe files)
497 Autostar
v22eR
v2.0g/h/i
Meade ETX Autostar Firmware File Patcher
Program by: Jim Berry - Nov 2000
Packaging, patches, webpages and obligatory typos by: Dick Seymour
Webpage: rev 1f (added Sat AOS patch for 21Ek patch file)
A really, really plain vanilla application to patch Meade AutoStar ROM files as directed by a text script file.
How to run it:
Inputs: ROM file to be patched; patch list.
Outputs: new version of ROM file, renamed original ROM file (ROM_bak)
Full run syntax: [drive:\path\path\]astarpat [path\]ROM_file [path\]patch_file
Can be invoked from Start Menu's Run... command,
or from a DOS window.
In an effort to make compatibility more likely, all I/O is stdio and all accesses are byte-oriented. Kinda inefficient, but easy.
The script currently can contain the following commands, defined by the opcode in the first character position:
What it does:
First, it reads the ROM file into memory (it's only a half meg or so.)
Next, it goes through and runs all of the tests and applies all of the changes to the buffer.
If (and only if) everything succeeds,
If any test fails, the whole thing just bails and the buffer is never written out.
-jim
enjoy...
--dick
rseymour@wolfenet.com
top