|
|
breeze
Registered: Mar 2009 Posts: 20 |
Multicolor text mode 4x8
Hi!
I was read on the wikipedia, some information about text mode Commodore C64 - 4x8 multicolor:
| Text mode: 40×25 characters; 256 user-defined chars (8×8 pixels, or 4×8 in multicolor mode); 4-bit color RAM defines foreground color.
But as an example, show only the standard text screenshot.
Somebody can explain to me what is it this in text mode, as it turns on and preferably with an example.
I would be glad if you bring in a sample screenshot.
Many thanks in advance. |
|
|
| |
Oswald
Registered: Apr 2002 Posts: 2790 |
http://codebase64.org/doku.php?id=base:built_in_screen_modes#mu..
poke53270,216 after startup to see it. |
| |
breeze
Registered: Mar 2009 Posts: 20 |
Thank you very much for the quick answer, Oswald. |
| |
ready.
Registered: Feb 2003 Posts: 256 |
by the way: if you turn ON that mode you can see the characters in both high res and multicolor. If you use colors 0-7 you have high res chars. If you use 8-15 you have multicolor char.
I used this technique to have both high res and multicolor on the same screen. Look at the screenshot:
Aurora 85%-90%
it's all chars (except for the Aurora sprites over the chars). the side picture is multicolor, the center plot is high res.
Hope this clearifies a bit. |
| |
breeze
Registered: Mar 2009 Posts: 20 |
ok, thanks ready, for information |