Devector est un émulateur de l’ordinateur personnel soviétique Vector06c. Il est conçu pour simplifier le processus de développement et accélérer le travail.
Les changements:
Features:
– Added a Debug Data window to aggregate the debug data such as labels, constants, comments, etc.
– Added the Edit Memory functionality to modify the memory. It also added to the Debug Data window.
– Added the Search window to find addresses of desired values.
– Breakpoints and watchpoints are now part of debug data stored per ROM.
– Added 1% emulation speed option and keyboard shortcuts.
Bug Fixes:
– Fixed warnings in the code.
– Fixed wrong label printing in the disassembly window.
– Fixed breakpoint address display in the Breakpoint window.
– Fixed Disasm listing visibility after startup.
– Fixed saving the Debug Data window visibility state.
– Fixed reload in the Disasm window to store debug data.
– Fixed Add/Remove breakpoint in the Disasm window context menu.
– Fixed context menu issues in the Trace Log window.
– Fixed debug data storage when no debug file existed.
– Fixed bug where a watchpoint didn’t break causing issues.
– Fixed failure of watchpoint checks on two-byte read instructions.
– Fixed inactive status for new watchpoints.
– Fixed read/write memory highlight in the Memory Display window.
– Repaired the ImGui build.
– Refined solution structure, replacing GLEW with GLAD.