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


Previous 199869 Revisions Next


© 1997-2024 The MAME Team