Hi,
not a critical bug but perhaps still worth fixing: it seems that hatari doesn't honour order of command line options equally.
This overrides (disables) natfeats but keeps trace:
hatari --natfeats on --trace os_base -c debug.cfg
while this:
hatari -c debug.cfg --natfeats on --trace os_base
enables both natfeats and trace. Of course, my preferred behaviour would be to have natfeats enabled. ;)
--