diff --git a/CONVERT.EXE b/CONVERT.EXE new file mode 100755 index 0000000..eb46d29 Binary files /dev/null and b/CONVERT.EXE differ diff --git a/Convert.exe b/Convert.exe deleted file mode 100755 index 01117ec..0000000 Binary files a/Convert.exe and /dev/null differ diff --git a/Emu48.exe b/Emu48.exe index 49d7ca1..2b021a5 100755 Binary files a/Emu48.exe and b/Emu48.exe differ diff --git a/Emu48.htm b/Emu48.htm index f9e18f5..5137606 100644 --- a/Emu48.htm +++ b/Emu48.htm @@ -34,7 +34,8 @@ h3 { color:red; font-size:1.1em; }

1. General

-

Emu48 is an +

Emu48 is an emulator for the Hewlett Packard HP38G, HP39G, HP40G, HP48SX, HP48GX and HP49G calculator hardware. These calculators are based on the 1LT8 Clarke (HP48SX) and on the Yorke chip.

@@ -126,73 +127,97 @@ h3 { color:red; font-size:1.1em; } in the destination file with zeros. Final notice, the convert utility shows the CRC result after the file convert and a passed ROM CRC test does not imply, that the source file - is in an Emu48 suitable format! + is in an Emu48 suitable format! To create a ROM image in a suitable + format, call the convert utility with the 2nd file argument.

- +

The general syntax of the convert utility is:

+
Convert [-p] <old-rom-dump> [<new-rom-dump>]
+

where:

+
Convert <old-rom-dump>
+

check if <old-rom-dump> is in a known source format and + report the ROM Model, the ROM Version and the result of the CRC + check. +

+

where:

+
Convert <old-rom-dump> <new-rom-dump>
+

convert the file <old-rom-dump> into the unpacked + ROM image file <new-rom-dump> valid for use in Emu48. +

+

where:

+
Convert -p <old-rom-dump> <new-rom-dump>
+

convert the file <old-rom-dump> into the packed + ROM image file <new-rom-dump> valid for use in Emu48. +

+

3.1 Creation examples

+

4. Installation

To install Emu48 you may use the installer package which contain, among the binaries, some HP48 KML scripts or just unzip the emulator @@ -238,7 +263,7 @@ h3 { color:red; font-size:1.1em; }

If you want other great scripts, visit Rechlin's great HP archive

If you are interested in writing new scripts, get the KML 2.0 - documentation from the + documentation from the authors Emu48 page.

Having selected a script, press OK to start the emulator. In most cases, when Emu48 crash after pressing the OK button, you are using @@ -461,7 +486,7 @@ h3 { color:red; font-size:1.1em; } simulation. The data transfer to the printer simulator is done over UDP. In this section you can the define the IPv4 address and the port the printer simulator is listening. A suitable HP82240B printer simulation can - be found here.

+ be found here.

8.6.3.3 Section Serial Ports