Author
| 24 dots Kanji
|
Kwik msx lover Posts: 105 | Posted: November 27 2004, 01:28   |
Hi all,
I'm confused about ports $DC and $DD. In several MSX port lists on internet you can find information about Kanji ROMs. Port $D8 and $D9 are used for JIS1, and $DA and $DB for JIS2. Does anyone know something about 24 dots Kanji? Is it a cartrigde perhaps?
Thanks,
Kwik
|
|
Sonic_aka_T
 msx guru Posts: 2261 | Posted: November 27 2004, 01:57   |
Don't know much about kanji ROMs, but as far as I know the kanji in the JIS2 rom are 16x16 pixels...
|
|
mars2000you msx master Posts: 1723 | Posted: November 27 2004, 02:34   |
Two MSX2 computers use kanji 12x12 pixels : National FS-4600 and Panasonic FS-A1FM.
The following explanations come from Martos
---------------------------------------------------------------
Accessing 12x12 kanji rom works as follows:
- port 47h selects JIS row (each contains 192 characters)
- port 48h selects JIS column (character inside that row)
Writing at any of these ports updates an internal register, which points to a certain address of the rom. The formula is: 800h + (row * 192 + column) * 18
18 is the length in bytes of character definitions (18 bytes = 144 bits = 12 x 12 dots).
Note that character definitions do not start at position 0 of the rom, but at position 800h. By doing so, the limit between JIS1 / JIS2 characters lies exactly at the 1st 128K / 2nd 128K boundary.
- port 49h reads from the position pointed by the above mentioned register, and automaticaly increases it. So after setting row / column, a sequence of 18 reads from this port will yield the full definition of the character.
|
|
Kwik msx lover Posts: 105 | Posted: November 27 2004, 15:08   |
|
|
Sonic_aka_T
 msx guru Posts: 2261 | Posted: November 27 2004, 16:34   |
Well, like I said, I've never heard of 24-dot kanji. Logic would suggest tho, that it's possible that they're controlled in the same way the other kanji are. I would try that first, maybe you'll get lucky... Which machine is it that has these 24dot kanji btw?
|
|
Kwik msx lover Posts: 105 | Posted: November 27 2004, 17:17   |
|
|
Sonic_aka_T
 msx guru Posts: 2261 | Posted: November 27 2004, 17:28   |
Hmmm.... another MSX mystery  |
|
Kwik msx lover Posts: 105 | Posted: November 27 2004, 17:47   |
Thanks Sonic..... but you're not really helping  (no offense) |
|
Sonic_aka_T
 msx guru Posts: 2261 | Posted: November 27 2004, 20:57   |
Well, there's not much I can help with if you:
a) don't know if the information is accurate
b) don't know what machine this applies to, if any
c) don't know what cartridge this applies to, if any
Didn't Konami (or some big software house) release a dictionary/writing program on cart once? Perhaps there's someone who knows what size the Kanji used by that program are...
|
|
[D-Tail]
 msx guru Posts: 2991 | Posted: November 28 2004, 02:12   |
Konami DID sell a writing program for MSX: EC-700. Can't recall the exact name tho... I live thru numbers ^_^
|
|
Kwik msx lover Posts: 105 | Posted: November 28 2004, 16:27   |
You're right D-Tail. It seems that the EC-700 package contains an EC-702 Kanji-Rom cartridge. I'm not sure however that this is the 24 dots kanji, because it seems to be working on MSX1 and 24 dot characters are quite big on 256 pixels...
|
|
|
|
|