Today I was wondering about a Spectrum game that I saw once, called "Aqualung" "Aquaplane". This game uses a trick to show 2-color borders on the screen to match the color on the middle of the screen (the top 1/3 of the screen border is light blue to perform the sky, and the bottom 2/3 is dark blue to perform the sea).
Here how it looks:
And here a broken version of this effect so you can understand what's happening:
I was wondering if this is doable on any VDP. Basically, looks like a Split Screen (wait a few cycles after interrupt then change some VDP registers) but is this doable, or the VDP will just freak out? And if it is doable, is there any easier/more MSX oriented way to do this than a busy loop during refresh?
Login or 등록 to post comments