MSX Basic programs with colorful tiles.

ページ 2/2
1 |

By Pineapple

Resident (47)

Pineapple さんの画像

01-01-2022, 18:12

I've been having a look at this example a bit, and am wondering what exactly do lines 30 through 170 do?
It seems to work just fine if I remove that whole chunk of code.

By Amaury Carvalho

Resident (41)

Amaury Carvalho さんの画像

01-01-2022, 23:03

The first 3 bytes on line 40 it's a machine code call to INIGRP (&H0072) on BIOS that's actually initialize SCREEN 2...

40 DATA CD,72,00, ...

By Pineapple

Resident (47)

Pineapple さんの画像

02-01-2022, 00:57

Ah, I see.
It only works without that first chunk of code if you've already ran the full program before deleting those lines.
From a fresh boot, skipping lines 30-170 gives an error.

ページ 2/2
1 |