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

Reply via email to