Previous | 199869 Revisions | Next |
r190496 Wednesday 16th November, 2022 at 23:44:54 UTC by AJR |
---|
Make numbers signed in debugger where it matters - Perform signed calculations for /, %, >>, /=, %=, >>=, <, >, <=, >= operators in debugger expressions - Eliminate workarounds in debugger printf method for system printf not reliably handling 64-bit integers (a previous refactoring adopted strformat for this) - Output signed decimals for %d in debugger printf formats; also add %u format - Add two-argument sext function to debugger |
[/branches/a800_cart/src/emu/debug] | debugcmd.cpp express.cpp |
https://github.com/mamedev/mame/commit/922d5b3c81459173ce99970dca0e44825f0a4494 |
Previous | 199869 Revisions | Next |