| [hatari-devel] regression in debugger / disasm ? | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Hello
when entering the debugger, I don't get any 68000 output anymore, just 
some DC.W lines ; do other people see this too ?
example :
d fc0000
$fc0000 : 602e                                 DC.W      $602e
$fc0002 : 0102                                 DC.W      $0102
$fc0004 : 00fc                                 DC.W      $00fc
$fc0006 : 0030                                 DC.W      $0030
$fc0008 : 00fc                                 DC.W      $00fc
$fc000a : 0000                                 DC.W      $0000
$fc000c : 0000                                 DC.W      $0000
$fc000e : 8900                                 DC.W      $8900
Could this be related to latest natfeats changes ? (but I don't see 
how/why). Or a change of config file ?
What is strange, is that I get this with hatari 1.7 too, not just the 
devel version ...
Nicolas