Set vga_monoscope default boot mode to PAL 720x576 and add build instructions

This commit is contained in:
yair
2026-02-18 09:52:19 +02:00
parent f5a6ca0ce4
commit 315e2e4a9f
2 changed files with 64 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
u16 Rows[962]; // RLE rows
u8 Img[180000] __attribute__ ((aligned(4))); // RLE image
int MonoSel = 22; // selected videomode
int MonoSel = 1; // selected videomode (PAL 720x576)
// monoscope descriptor
typedef struct {
@@ -262,8 +262,8 @@ int main()
// run VGA core
StartVgaCore();
// run default video mode VGA 640x480
MonoInit(22);
// run default video mode PAL 720x576
MonoInit(1);
while (true)
{