[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Announcing: Apple II Plus ROM Board
Bryan Parkoff wrote:
>
> Can't you imagine -- Japanese font? English has 26 letters and Japanese
> has 56 letters. How can Japanese font fit in 7x8 matrix? It may be enough
> to fit ASCII space of 256 excluding English.
Search for the "Apple II J-plus" - the Japanese II+ version...
> It allows ROM board to switch F8 ROM and font ROM. Perhaps keyboard
> for Japanese.
I found this regarding the font switching:
POKE -16292,0 : activates the KATAKANA font set.
CTRL T : toggles between english and KATAKANA.
POKE -16291,0 : activates inverse english text and turns KATAKANA off.
CTRL T : toggles between regular and inverse text.
bye
Marcus