The Almost Casio PB-100

Dear PockEmul fans,

I don’t think anyone will contradict me when I point out the lack in PockEmul of 2 or 3 iconic machines from the history of pocket computers.

The Sharp PC-1211 , the Casio FX-702p and the Casio PB-100 .

More than 10 years ago, I made a post on the Silicium forum “Let’s not let the Sharp PC-1211 die” in which I explained the different ways to save the PC-1211 from its LCD disease.
At the time replacement LCD screens were not yet available.

To summarize my thoughts, emulation is not possible without the ROM (I still hope one day to be able to recover the ROM by photography) and the simulation is really too complex to achieve a satisfactory result.

I have a simulator in my dev environment for many years but it is still far from perfect.

I introduced a 3rd hybrid way

Another idea that is on my mind would be to modify the ROM of a PC-1251 (the closest on a feature point of view), to restrict it and make it work like a pc-1211.

– We disassemble the ROM (easy)
– We document each LM instruction (not easy at all)
– We modify it (not so easy)
– we reassemble
– we integrate this into PockEmul

After investigation, this hybrid solution was too complex because documenting the PC-1251 ROM is a huge work and it is not close enough to the PC-1211 to serve as an easy starting point.

The Almost PB-100

For the Casio PB-100, there is an extremely close model, the Elektronika MK-85, already emulated in PockEmul.
In my opinion it is a more than 95% perfect clone.
Its ROM has been disassembled and documented. Piotr (Vintage programmable calculators (pisi.com.pl)) has done an incredible work on this machine.

So I started using the PDP11 assembly language (the MK-85 CPU) to patch and enhance the original MK-85 ROM.
I am going to add functions, remove some commands specific to the MK-85 and modify some behaviors of the MK-85 to make it a perfect clone of the PB-100.

  • I changed the Cyrillic characters to lowercase,
  • I modified the memory map to have the right number of memory bytes available.
  • I added modes 7 and 8 to write a flag and trap the call to the function of displaying a character on the LCD to intercept this call and send it to a pseudo printer connector.
  • I created the FP-12 printer.
  • I blocked some functions (WHO, DRAW, DRAWC, TEST, …)
  • I added some other functions (MID, …)
  • I removed the display of ‘P’ when a BASIC program is running.

I’m thinking of calling it ‘The Almost PB-100‘.

It is a long journey to have a perfect PB-100 clone but the first shot is very promising and will be part of PockEmul 2.9.0.

Perfect emulation is an infinite quest. Please report us any inaccurate behaviour at contact@pockemul.com 

2 thoughts on “The Almost Casio PB-100”

  1. Loved my PB100 and its replacement the Fp702. These got me through my engineering degree.
    Good luck with the emulations.

    1. In fact the FX-702P was released prior the PB-100 just after the Sharp PC-1211.
      The PB-100 is the second model mostly focus on the lower budget market.
      The Sharp PC-1245 is the response from Sharp to the PB-100.

Leave a Reply

Your email address will not be published. Required fields are marked *