Post Reply 
Sharp PC-G850VS Reflashing?
09-21-2018, 05:54 PM
Post: #1
Sharp PC-G850VS Reflashing?
The ROM of the VS model (not the V model) is in Flash memory which means it can be changed through software. Does anyone know how? My goal is to translate the STAT and BASE-N menus to English. This should be doable as long as the computer doesn't do a checksum calculation on the ROM. I just need to know how to get the code out of ROM and rewrite it after I change it. If I can do it, I'll make the ROM image available to anyone who wants it.

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
09-21-2018, 06:00 PM (This post was last modified: 09-21-2018 06:02 PM by Zaphod.)
Post: #2
RE: Sharp PC-G850VS Reflashing?
(09-21-2018 05:54 PM)toml_12953 Wrote:  The ROM of the VS model (not the V model) is in Flash memory which means it can be changed through software. Does anyone know how? My goal is to translate the STAT and BASE-N menus to English. This should be doable as long as the computer doesn't do a checksum calculation on the ROM. I just need to know how to get the code out of ROM and rewrite it after I change it. If I can do it, I'll make the ROM image available to anyone who wants it.

I was literally thinking about this last night, I was gonna rip my spare 850 open and see what’s knocking about inside.
(I.e. what hardware is actually in there)
There might even be an opportunity to up the memory , I’ve not studied the memory map too closely yet though as to what’s already been apportioned to what.

One may be able to read the ROM with the built in MON at least.

And indeed, as long as it doesn’t checksum itself then it should be easy peasy.
Find all posts by this user
Quote this message in a reply
09-21-2018, 09:01 PM (This post was last modified: 09-21-2018 10:03 PM by Zaphod.)
Post: #3
RE: Sharp PC-G850VS Reflashing?
The Flash ROM is an EN29F040A-70TCP (512Kbit x8)

There are two COB devices close to the LCD (One is much larger than the other, but both linked to display area.)
Another COB virtually next to the Flash ROM (potentially the user-program RAM ?)
The Flash ROM and the S1L50752 (35.7k ASIC Gate array) are the only non-COB devices

Datasheet for the Flash:
http://pdf.datasheetcatalog.com/datashee...9938_1.pdf

Datasheet for the ASIC:
https://global.epson.com/products_and_dr...000473.pdf

That's all for now, I've got various pics of the board too

By the way, discovered the built-in MONitor is blocked from accessing certain areas of the map (for obvious reasons)
Smile
So we'll have to go in via the 40way system bus connector
I'm hoping this is universal for the sharp's ?
I thought I'd seen the pin out in the English manual, but I can't find it right now
I found a pin out for the PC-E220 which is probably the same
http://wwwhomes.uni-bielefeld.de/achim/p...on-bus.txt
Find all posts by this user
Quote this message in a reply
09-22-2018, 08:18 AM
Post: #4
RE: Sharp PC-G850VS Reflashing?
(09-21-2018 06:00 PM)Zaphod Wrote:  
(09-21-2018 05:54 PM)toml_12953 Wrote:  The ROM of the VS model (not the V model) is in Flash memory which means it can be changed through software. Does anyone know how? My goal is to translate the STAT and BASE-N menus to English. This should be doable as long as the computer doesn't do a checksum calculation on the ROM. I just need to know how to get the code out of ROM and rewrite it after I change it. If I can do it, I'll make the ROM image available to anyone who wants it.

I was literally thinking about this last night, I was gonna rip my spare 850 open and see what’s knocking about inside.
(I.e. what hardware is actually in there)
There might even be an opportunity to up the memory , I’ve not studied the memory map too closely yet though as to what’s already been apportioned to what.

One may be able to read the ROM with the built in MON at least.

And indeed, as long as it doesn’t checksum itself then it should be easy peasy.

I had a thought (I occasionally do!) The author of the Sharp calculator emulator must have been able to get the ROM out somehow.

http://pockemul.free.fr/

Tom L

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
09-22-2018, 08:48 AM (This post was last modified: 09-22-2018 08:49 AM by Zaphod.)
Post: #5
RE: Sharp PC-G850VS Reflashing?
Quote:I had a thought (I occasionally do!) The author of the Sharp calculator emulator must have been able to get the ROM out somehow.

Interesting.

One could always pull it out (and back in again) from that system connector, or if needs be (would be a fair bit of work) direct from around the chip, solder in fly leads to the various via’s and then jury-rig those into a Batupo’s socket (which I’ve got)
Find all posts by this user
Quote this message in a reply
09-22-2018, 09:15 AM
Post: #6
RE: Sharp PC-G850VS Reflashing?
(09-22-2018 08:48 AM)Zaphod Wrote:  
Quote:I had a thought (I occasionally do!) The author of the Sharp calculator emulator must have been able to get the ROM out somehow.

Interesting.

One could always pull it out (and back in again) from that system connector, or if needs be (would be a fair bit of work) direct from around the chip, solder in fly leads to the various via’s and then jury-rig those into a Batupo’s socket (which I’ve got)

No need (at least for version 1.02) Here it is:

https://www.dropbox.com/s/k4xhqraha4l9qb....zip?raw=1

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
09-22-2018, 10:51 AM (This post was last modified: 09-22-2018 10:51 AM by Zaphod.)
Post: #7
RE: Sharp PC-G850VS Reflashing?
Strange they're in 16k blocks , as the chip has eight 64k blocks

So 5.5 of the 8 blocks are used , plenty of space for other stuff Big Grin

I'm tempted to buy a TSOP to DIL adaptor (£28) and remove the chip on my spare one....
Find all posts by this user
Quote this message in a reply
09-22-2018, 02:04 PM
Post: #8
RE: Sharp PC-G850VS Reflashing?
(09-22-2018 10:51 AM)Zaphod Wrote:  Strange they're in 16k blocks , as the chip has eight 64k blocks

So 5.5 of the 8 blocks are used , plenty of space for other stuff Big Grin

I'm tempted to buy a TSOP to DIL adaptor (£28) and remove the chip on my spare one....

I find it strange that Sharp moved ROM to Flash but didn't put in any way to flash the chip in place.

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
09-22-2018, 02:48 PM (This post was last modified: 09-22-2018 03:23 PM by Zaphod.)
Post: #9
RE: Sharp PC-G850VS Reflashing?
(09-22-2018 02:04 PM)toml_12953 Wrote:  I find it strange that Sharp moved ROM to Flash but didn't put in any way to flash the chip in place.

But there is !, all the address lines (and bank select's), and data lines are available on the 40p system connector.

OK, it will need some software and hardware to drive it..... but it's there.

Albeit they probably flashed the ROMs en-masse prior to fitting , but the ability to re-flash after build is still there.
I'm still struggling finding a 40way edge connector that will accept a thin 1mm-ish PCB, so if I gonna read/write I'll probably tack in flying leads around the ROM (whilst in place)
Find all posts by this user
Quote this message in a reply
09-22-2018, 05:24 PM (This post was last modified: 09-22-2018 05:25 PM by Zaphod.)
Post: #10
RE: Sharp PC-G850VS Reflashing?
[Image: 1_F2_C4472-3_F07-4_BAC-9_D88-310_EAE0097_B4.jpg]

[Image: 9312_E5_C0-8_B98-416_E-_A5_DF-_AF45_B096_DF5_D.jpg]

[Image: 2_E39_D196-0_B7_E-4433-_B560-2_FC0_D067_D5_B3.jpg]
Find all posts by this user
Quote this message in a reply
09-22-2018, 05:28 PM
Post: #11
RE: Sharp PC-G850VS Reflashing?
I don't know if this gonna help, but you have a G850V emulator here. Maybe you can use an hexadecimal editor and test some changes on the PC before trying to do it on a real calculator.
http://basic.hopto.org/basic/emula.php

Calculadoras programables BASIC años 80-90:
http://basic.hopto.org
Visit this user's website Find all posts by this user
Quote this message in a reply
09-22-2018, 05:31 PM
Post: #12
RE: Sharp PC-G850VS Reflashing?
This is where you can attach a piezo buzzer:
(I saw it on some website the other day)

Looks like you can attach a backup battery just to the east of these two pads .....


[Image: 782_D91_E2-_F484-4186-9344-5_AF70_B7_EBEAF.jpg]
Find all posts by this user
Quote this message in a reply
09-22-2018, 05:32 PM
Post: #13
RE: Sharp PC-G850VS Reflashing?
(09-22-2018 05:28 PM)foroplus Wrote:  I don't know if this gonna help, but you have a G850V emulator here. Maybe you can use an hexadecimal editor and test some changes on the PC before trying to do it on a real calculator.
http://basic.hopto.org/basic/emula.php

Good idea
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 2 Guest(s)