[hatari-devel] small bug in DebugCpu_MemDump |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi
Eero, there's a small bug in the memdump 'm' command.
If you type :
m 0
you get :
Invalid width mode (not b|w|l)!
Same for any address on one single char (ie $0 to $f) ; in that case the
address is badly interpreted as the optional mode b|w|l.
In the code, I see that only non-single address defaults to 'b' mode,
but it's not really handy to add 'b' when address is '0' for example.
Nicolas