How to make the ROM image for the PC-E500 emulator for the part of the Windows environment.
At first
* All files in "MAKEROM3.ZIP" extract to "C:\MAKEROM3\"
* A PC and A PC-E500 are connected with a level converter.
Execute Hyper Terminal
* Execute [Programs(P) -> Accessories -> Communication -> HyperTerminal] from the start menu
When it is not in the start menu, it is installed ( it is added from the Windows CD-ROM ).
* Start the new connection.
* Select [Direct to Com1].
* Bit/sec changes 9600. It doesn't need to change others.
"PUTROM.BAS" is transferred to the PC-E500
* On the PC-E500 side.
It is inputted with
LOAD"COM:9600,N,8,1,A,L,&H1A,N,S"
* On the PC side, It chooses [Transfer(T) -> Send text file(T)].
* The kind of the file is made [all files (*.*)], and "PUTROM.BAS" in "C:\MAKEROM3\" is opened.
The contents sent with PUTROM.BAS are kept in the file.
* On the PC side, It chooses [Transfer(T) -> Captute text(C)].
* "C:\MAKEROM3\ROM.TXT" is specified in FILE(F).
* On the PC-E500 side.
It is inputted with
RUN
If strings come out on the screen of the PC like a waterfall, a transfer has begun normally.
Please wait........
If it puts to the screen of the PC-E500 "COMPLITE!!", It is a transfer end.
* On the PC side, It chooses [Transfer(T) -> Captute text(C) -> Stop(S)].
It changes so that it can use a file with an emulator.
* Execute [Programs(P) -> MS-DOS prompt] from the start menu
The following command is inputted.
CD \MAKROM3
GETROM ROM.TXT S3.ROM
If it is indicated with "done." on the window, it is an end safely.
It is moved the "S3.ROM" to the same directory with the emulator.
This ROM image is the copyright of SHARP. Never distribute ROM image.