The PHC-20 was released at the same time as the PHC-10 and PHC-25, in 1982. Sanyo wanted to offer a perfect line of products for computing initiation. These three models were supposed to be complementary. But despite high hopes, they just were flops and it's not clear if the PHC-20 was even really sold, as only one or two were found until today. Most pictures found on the net come from press articles from the 80s.
PHC stands for "Personal Home Computer". The PHC-20 was the middle-level system of the trio. It offered an extended version of Tiny Basic stored in ROM. Editing of the program lines is facilitated by the use of the orange arrow keys found at the top right of the keyboard.
The extended Tiny Basic (called Sanyo BASIC) is stored in a 8KB ROM. The computer offers 4KB RAM including 1KB VRAM used for the display, thus leaving only 3KB for the user. Unlike its little brother the PHC-10, the PHC-20 has no sound or music capabilities ! It can display 32 characters by 16 lines in text mode, and has a semi-graphic mode offering a resolution of 64x64 pixels. But the display is monochrome, no colour can be used.
The set of BASIC commands are:
RUN, NEW, LIST, SIZE, RENUM, CSAVE, CLOAD, RETURN, REM, DATA, RESTORE, END, FOR, NEXT, INPUT, PRINT, IF, GOTO, GOSUB, LET, RND, ABS, CLS, LOCATE, PEEK, POKE, INKEY$, PAUSE, GRAPH, PSET, PRESET, POINT
- LOCATE can be used to display texts anywhere on the screen.
- PEEK and POKE are useful to play with values directly in memory locations and is an open door to program in machine language.
- INKEY$ is used to test keyboard entries "on the fly" and thus is very useful to conceive games.
- GRAPH, PSET, PRESET and POINT are used in graphical mode, mainly to display, erase and test a pixel on the screen.
Error reports try to be friendly by displaying message such as :
?? HOW
?? WHAT
?? SORRY
... but that is very obscure and doesn't help at all solving the problem as it doesn't even give the line number incriminated.
Talking about limitations, the computer offer no color display, no sound and its Basic can only handle integers. It could have competed with the Sinclair ZX81 which had the same limitations but it was much more expensive. Thus, the Sanyo PHC-20 is an extremely rare machine and very few were (apparently) ever sold !
|