Marcel,
you're right, tricked myself:
when started with the big screen enabled, it seems that uqlx loads the Minerva 
ROM, regardless of what ROM you might have configured in the config file.

Cheers,
Tobias

-----Original-Nachricht-----
Subject: Re: [Ql-Users] Help: Function to tell whether display is better than 
QL standard
Date: Mon, 28 Feb 2011 18:02:43 +0100
From: Marcel Kilgus <ql-us...@mail.kilgus.net>
To: ql-us...@q-v-d.com

tobias.froesc...@t-online.de wrote:
> Marcel,
> sorry to contradict again ;-) :
> uqlx can run a JS ROM in 800x600 without PE quite well.

This is right out of the uQLx source code:

 if (isMinerva) {
[...]
 else  /* JS doesn't handle big screen */
    {
    bsfb:
      qlscreen.linel=128;
      qlscreen.yres=256;
      qlscreen.xres=512;
      
      qlscreen.qm_lo=128*1024;
      qlscreen.qm_hi=128*1024+32*1024;
      qlscreen.qm_len=0x8000;
    }

> Don't know how you do that in QPC.

I don't do MMAP based tricks for screen hardware because that's
usually too slow. I only do that for accesses outside of the QL memory
layout.

Cheers, Marcel

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm



_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to