Releases: nzeemin/ukncbtl
Releases · nzeemin/ukncbtl
release-741
release-2023.1
release-2022.2
- Command line help
- MemoryView: highlight current value
- DebugView: always show breakpoint list
- Command Line Help dialog
- ConsoleView: For JMP and BR use Step Into logic, not Step Over
- ConsoleView: minor changes
- DisasmView: breakpoint zone color
- DisasmView: hints for HALT mode commands and for MARK
- SoundAY implementation based on randomizer' specs
release-2022.1
- Command-line options for disk/cart/hard images
- Support for HDD images for the other controller (with ide_doublert5.bin as controler ROM)
- DebugView: red color for changed stack values
- ConsoleView refactoring
- ConsoleView: command to set memory value
release-2021.2
- _stprintf_s() calls and buffer sizes.
- DisasmView: using std::vector for subtitles; removing bool/true/false defines from stdafx.h.
- ScreenView context menu.
- Emubase: trace CPU/PPU instructions (non-PRODUCT build modes only).
- ScreenView: Exit Fullscreen in context menu; minor changes.
- Context menu for DebugView, DisasmView, and SpriteView.
- Tag-based version calculation for PRODUCT build.
- DisasmView: WORD -> uint16_t; instruction hint tuning.
- emubase/Disasm.cpp: FIS instructions.
- ConsoleView.cpp: fc command; Processor.cpp minor change.
release-1.0.686
- emubase/Floppy.cpp: Change current drive on REZ=1 only
- emubase/Memory.cpp: TRAP4 on ADDRTTPE_DENY/ADDRTYPE_NONE.
- VERIFY() on all ReleaseDC()/DeleteDC()/DeleteObject() calls.
- OSD position.
- DisasmView context menu, copy address or value to the Clipboard.
- MemoryView: split base address / current address; context menu.
- Minor changes all around.
release-1.0.677
- DebugView: show breakpoint list.
- SpriteView: improved navigation.
- More commands in the Debug menu.
- emubase/Floppy.cpp: two bugfixes found by ZPilot.
release-1.0.668
- ConsoleView: command bc - remove all breakpoints.
- ConsoleView_DoConsoleCommand() refactoring.
- DisasmView drawing re-worked.
- DisasmView: add/remove breakpoints by mouse click.
release-1.0.664
- File > Settings On-Screen Display dialog
- Settings Fonts and Colors dialog improvements
- DisasmView: show SP values and Ports values in color.
- Debugger breakpoints.
release-1.0.659
- On-Screen Display draft version.
- Attempt to speed up the emulation.
- Get colors for Debug views from the Settings file.
- Settings Fonts and Colors dialog.