You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!

Getting screen base address ?

News,announcements,programming,fixes,game patches & discussions.
Post Reply
User avatar
exxos
Site Admin
Site Admin
Posts: 27550
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Getting screen base address ?

Post by exxos »

What's the best way to get the screen base address of the physical screen ?
User avatar
Cyprian
Posts: 522
Joined: Fri Dec 22, 2017 9:16 am
Location: Warszawa, Poland
Contact:

Re: Getting screen base address ?

Post by Cyprian »

1) XBIOS function Physbase:
http://toshyp.atari.org/en/Screen_funct ... l#Physbase

2) TOS variable _v_bas_ad:
$00044E|long |Pointer to video RAM (logical screen base) |_v_bas_ad

3) SHIFTER registers:
$FF8201|byte |Video screen memory position (High byte) |R/W
$FF8203|byte |Video screen memory position (Mid byte) |R/W
$FF820D|byte |Video screen memory position (Low byte) |R/W (STe)
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
ATW800/2 / SUBcart / FujiNet / DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / Mach32 / ET4000 VME / PAM Net
http://260ste.atari.org
User avatar
thorsten.otto
Posts: 148
Joined: Mon Nov 04, 2019 2:20 am

Re: Getting screen base address ?

Post by thorsten.otto »

_v_bas_ad is the *logical* address, the same that you get by calling Logbase(). It's the one that is used by all VDI drawing operations, as well as by Line-A.

I would prefer using Physbase(), unless you are really short on cycles. Using the hardware addresses may not work with graphics cards (well, directly writing to that memory may not work, either)
User avatar
mfro
Posts: 124
Joined: Thu Dec 13, 2018 7:32 am

Re: Getting screen base address ?

Post by mfro »

Assuming by what you've shown in the other thread: if you do a GEM application, there is probably no reason to deal with the screen address at all.

What do you need it for?
And remember: Beethoven wrote his first symphony in C.
User avatar
exxos
Site Admin
Site Admin
Posts: 27550
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Getting screen base address ?

Post by exxos »

cannot remember why I needed it, but I know I just used logbase to get it.
Post Reply

Return to “SOFTWARE PROGRAMMING & DISCUSSION”