| Index | wersja polska |
The program emulates the HD61700 microprocessor and uses the ROM dump from the original calculator, therefore it should function almost exactly like the real one.
It works on PC-compatible machines with Microsoft Windows operating system.
Program version 16, updated 2010/07/31
pb2000es.zip - Delphi sources, file size: 93kB
pb2000em.zip - compiled executable, file size: 262kB
Usage: extract the files into an empty directory, then run the program Pb2000c.exe
ai1000em.zip - Japanese version AI-1000 with Lisp, file size: 44kB
Usage: Replace the files Face.bmp and rom1.bin in the directory where the program was installed.
ROM images from the language cards
om51p.zip - Prolog language card OM-51B, file size 34kB
om53b.zip - BASIC language card OM-53B, file size 128kB
Usage: Place the files Rom2.bin and Overlay.bmp in the directory where the program was installed. Delete the file Rom2.bin and restore previous file Overlay.bmp in order to return to the C interpreter.


Rom0.bin - processor's internal 6kB ROM Rom1.bin - external 64kB ROM Chr.bin - LCD controller's internal character ROM of size 1.5kB Ram0.bin - main 64kB RAM in page 1 Ram1.bin - extra 32kB RAM in page 2 Rom2.bin - optional main 64kB ROM in the language card Rom3.bin - optional additional 64kB ROM in the language card
Ram0.bin is saved when the program is terminated.
If it wasn't found, it will be created.
In such case the memory has to be initialised with the New All button (F8).Rom2.bin or Rom3.bin is present, the emulated machine will assume that a ROM card is inserted (presence/absence of those files influences the P1 state).Cursor keys: corresponding arrow keys Page Up: red S Page Down: CAPS Esc: BRK Insert: INS Delete: DEL Backspace: BS Enter: EXE F2: keyboard overlay F8: New All F9: Reset F10: suspends the code execution and opens the debugger window
Some parameters of the emulator can be customised by editing the Pb2000c.ini file with any text editor.
Description of the contents of this file:
OscFreq = 910OptionCode=255Address=127.0.0.1Port=7420To uninstall the emulator, simply delete the directory where it was installed. The program doesn't modify anything outside its installation directory.
rom0.bin memory image.
pb2000et.zip - file size: 28kB, sources and executables, DOS and Windows (in a DOS window)
This utility transfers files between the PC and the ramdisk area of the RAM image used by the emulator. It accepts the same commands as the program RAMTRANS for the PB-1000, except that wider range of file types is recognised.
SAVE,ABSAVE)The program is an adaptation of the md100 utility written by Marcus von Cube, which performs similar operations, but on an MD-100 floppy disk or an image thereof.