View Single Post
Old 25 May 2023, 18:38   #164
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,532
Quote:
Originally Posted by jotd View Post
Okay, anyway dropped that project for now, and tested on a new project.

non-zero VBR is supported here. But uaedbg complains about read at 0, 8, C, ... forever when my program doesn't read at those locations.

Zoned the program (galaxian.zip). Just start it, and see that uaedbg has hallucinations in memory violations.
It is bitplane DMA doing those accesses. 6 planes enabled but only 2 first planes have valid pointer. Unfortunately it currently can't report which kind of access caused the "fault". Only way is to manually check all DMA pointer registers (e command).

Any chip RAM access below address $0400 are always reported. (except long aligned, long sized exception vector reads)
Toni Wilen is offline  
 
Page generated in 0.04449 seconds with 11 queries