sd:sd-8516_stellar_basic
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sd:sd-8516_stellar_basic [2026/03/31 07:18] – appledog | sd:sd-8516_stellar_basic [2026/04/05 14:18] (current) – appledog | ||
|---|---|---|---|
| Line 240: | Line 240: | ||
| VSTART will resume regular video chip scans of the framebuffer to video memory. | VSTART will resume regular video chip scans of the framebuffer to video memory. | ||
| + | |||
| + | === Mode 4 | ||
| + | Mode 4 is a 256x224 " | ||
| + | |||
| + | < | ||
| + | 10 MODE 4 | ||
| + | 20 FOR C = 0 TO 15 | ||
| + | 30 RECT C * 16, 0, C * 16 + 15, 223, C, 1 | ||
| + | 40 NEXT C | ||
| + | 50 LINE 0, 0, 223, 223, 3 | ||
| + | 60 INPUT "PRESS ENTER"; | ||
| + | 70 MODE 1 | ||
| + | </ | ||
| + | |||
| + | As you can see, it's pretty much more of the same, but you may prefer the aspect ratio for classic 8bit and 16bit console games. | ||
| + | |||
| + | === Mode 8 | ||
| + | Mode 8 is a 128x128 " | ||
| + | |||
| + | < | ||
| + | 10 MODE 8 | ||
| + | 20 FOR C = 0 TO 15 | ||
| + | 30 RECT C * 8, 0, C * 8 + 7, 127, C, 1 | ||
| + | 40 NEXT C | ||
| + | 50 LINE 0, 0, 127, 127, 3 | ||
| + | 60 INPUT "PRESS ENTER"; | ||
| + | 70 MODE 1 | ||
| + | </ | ||
| + | |||
| + | As you can see, it's pretty much more of the same, but you may prefer this aspect ratio for classic " | ||
| + | |||
| == Music | == Music | ||
sd/sd-8516_stellar_basic.1774941505.txt.gz · Last modified: by appledog
