1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla 1.1 under Linux">
<title>TiEmu User's Manual</title>
<meta name="author" content="The TiEmu team">
<meta name="description" content="User's Manual">
</head>
<body style="background-color: rgb(255, 255, 255);">
<div align="center">
<div style="text-align: left;">
<div class="NAVFOOTER">
<hr align="left" width="100%">
<table summary="Footer navigation table" border="0" cellpadding="0"
cellspacing="0" width="100%">
<tbody>
<tr>
<td align="left" valign="top" width="33%"><a href="chapter01.html"
accesskey="P">Prev</a></td>
<td align="center" valign="top" width="34%"><a
href="Manual_en.html" accesskey="H">Home</a></td>
<td align="right" valign="top" width="33%"><a
href="chapter03.html" accesskey="N">Next</a></td>
</tr>
<tr>
<td align="left" valign="top" width="33%">Introduction</td>
<td align="center" valign="top" width="34%"> </td>
<td align="right" valign="top" width="33%">First run<br>
</td>
</tr>
</tbody>
</table>
<hr align="left" width="100%">
</div>
</div>
</div>
<h1>2. TiEmu images</h1>
Some vocabulary...<br>
<br>
To run this emulator you will need an 'TiEmu v2' image. An image is
converted from :<br>
- a ROM dump,<br>
- a FLASH upgrade (not applicable to TI92).<br>
<br>
As ROM dumps are copyrighted by Texas Instruments Inc, they will never
be distributed with the emulator. To get a ROM dump, you can use TiLP
or any other ROM dumping program. <br>
<br>
If you can't get a ROM image (because you don't own the calculator or
you want to test the emulator), you can download a FLASH upgrade from
the TI web site (http://education.ti.com) or use PedroM (GPL'ed
replacement OS shipped with TiEmu).<br>
<br>
Please note that images converted from a FLASH upgrade (fake image)
have
neither a boot block nor a certificate. They are not as complete as ROM
dumps.<br>
<br>
[If you already have a ROM dump or an upgrade, place it in the 'images'
directory. Make sure it has the right extension (.rom or .89u). It will
be
automatically converted and <span style="font-style: italic;">deleted</span>.]<br>
<br>
A TiEmu image is made up of an header and the ROM dump or FLASH
upgrade. The format is documented in the doc folder of the source
archive.<span style="text-decoration: underline;"></span><br>
<br>
<div style="text-align: center;"><span style="font-weight: bold;">Please
note that ROM contents is copyrighted by Texas Instruments. You are <span
style="text-decoration: underline;">not allowed </span>to
<span style="text-decoration: underline;">copy </span>and/or <span
style="text-decoration: underline;">distribute </span>any ROM image!<br>
For more informations, see the
License Agreement provided with any FLASH OS upgrade.</span><span
style="font-weight: bold;"></span><br>
</div>
<hr>
</body>
</html>
|