Re: [hatari-devel] crash at address $F00000 with recent ide changes ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 09/10/2018 à 14:34, Nicolas Pomarède a écrit :
Thomas, do you see where this comes from ? Maybe due to the changes you
made to the configuration sections recently to handle arrays of devices
? In my case, my hatari.cfg is an "old" one before your recent changes.
More infos : this is not just when restoring a memory snapshot, I get
the same crash when starting hatari :
../hatari -d /others/ST/D --machine tt --tos ~/Emul/ST/tos306fr.img -s 14
--ttram 16 --mmu on --addr24 off --cpu-exact on --compatible on --trace
gemdos
At start, Ide_Init shows that Ide[0].UseDevice is false, but when
program try to read $F00000 later it crashes because Ide[0].UseDevice is
now true.
Nicolas