Hi-res


Lo-res

Mixed

Converted files for QL [rename TXT to ZIP]
http://files.omega.webnode.com/20000035 ... ns_zip.txt
Cristian, thanks for sample images. I will post it as well.
Code: Select all
; Now two vram{1,2} screens begin flipping
; by system at 50/60Hz screen refresh rate
loop bra.s loop
Impressive results! The Street Fighter details quality is so high! Unfortunately the color range of source image was too "red" therefore we can't get a very multicolour result.omega wrote:I don't want to spoil this thread with too many images... Here are a few of them definitely.
I believe yes and quite often, this is a guide by the author on porting.Does the ported game engine for Level 9 adventures require QDOS?
Code: Select all
void os_graphics(int mode)
{
}
void os_cleargraphics(void)
{
}
void os_setcolour(int colour, int index)
{
}
void os_drawline(int x1, int y1, int x2, int y2, int colour1, int colour2)
{
}
void os_fill(int x, int y, int colour1, int colour2)
{
}
void os_show_bitmap(int pic, int x, int y)
{
}