[hatari-devel] Regression when restoring desktop.inf
Eero Tamminen
eerot at users.berlios.de
Sun May 22 19:28:36 CEST 2011
Hi,
On sunnuntai 22 toukokuu 2011, Nicolas Pomarède wrote:
> Le 22/05/2011 01:35, Eero Tamminen a écrit :
> > For me, medium resolution still isn't restored with TOS v1.04 or
> > v1.02...
> >
> > (With latest Hatari from hg, or with Hatari 1.4.)
>
> That's strange; at least it's not a regression for you when
> compared to 1.4 :)
>
> Did it work in 1.3 or older releases for example ?
I don't remember, so I just compiled Hatari v.1.3.1 from
sources.
With that TOS 1.02 medium resolution works fine,
but with TOS 1.04 it doesn't...
Then when testing the config file parsing changes, I
noticed that the memory amount actually affects this...
When giving "-s" option values 2-5, medium resolution isn't
restored. With 0-1, 6-14 values it's restored fine.
I.e. "hatari -s 1 -d ." works, "hatari -s 4 -d ." doesn't.
(My Hatari config uses 4MB by default.)
Video base changes with the amount of memory, maybe that's
related to this?
- Eero
PS. I added "video" subcommand to debugger "info" command
to show video related Hatari variables/info. Feel free
to update it to show whatever you like to.
If you want to see that info whenever Hatari breaks to
debugger, use "lock video" command.
To see that info on tracing breakpoints, add ":lock" option
to the breakpoint:
breakpoint <some condition> :trace :lock
More information about the hatari-devel
mailing list