Skip to content

Releases: nzeemin/ukncbtl

release-1.0.654

13 Jul 21:08
Compare
Choose a tag to compare
  • Show "Sound" indicator on the status bar.
  • DebugView toolbar: new button used to close the debugger.
  • Emulator project files moved into sub-folder.
  • InputBoxOctal now shows octal/hex values.
  • SpriteView: added two GRB modes.
  • About dialog tuning + link to GitHub; DisasmView one more fix.
  • DisasmView_RegisterHintPC for regmod 6; better hints for JSR/JMP.

release-1.0.647

26 Apr 13:52
Compare
Choose a tag to compare
  • Added "File > Screenshot to Clipboard" command.
  • Floppy: don't reset position to 0 on a track change. #4

release-1.0.644

01 Mar 17:22
Compare
Choose a tag to compare
  • Fix for UKNC KOI8R to Unicode conversion table; other minor changes.
  • MainWindow: GRB mode by default.

release-1.0.641

03 Nov 12:46
Compare
Choose a tag to compare
  • Option /boot modification: now /bootN selects menu option N, where N=1..7.
  • Preparing for trace CPU option in debugger; minor changes for linter.
  • DisasmView: two GDI resources leaks fixed.
  • Add two-plane mode for sprite viewer
  • Allow write to mounted fdd/hdd images
  • SpriteView: added 3rd mode with blue background; fixed includes in emubase/Floppy.cpp
  • SpriteView: save/restore the Sprite Mode.
  • SpriteView: scrolling improvements.

release-1.0.632

15 Sep 11:36
Compare
Choose a tag to compare
  • More command-line options
  • Screen-to-Text: fix for the last line
  • Create Disk command now does INIT operation on the created disk

release-1.0.619

13 Sep 21:44
Compare
Choose a tag to compare

Released at 2018-07-05.

  • Product build with /arch:SSE option for Pentium III
  • "Speed 25%" command

release-1.0.599

30 Jul 13:12
Compare
Choose a tag to compare

Debugger improvements.
Minor fixes.

release-1.0.585

02 Jul 11:06
Compare
Choose a tag to compare

Sprite Viewer added.

release-1.0.581

11 Nov 15:21
Compare
Choose a tag to compare
  • Options "Real Speed" and "Speed 2x"

release-1.0.579

17 Sep 12:06
Compare
Choose a tag to compare
  • MemoryView toolbar
  • Animated screenshot feature removed -- no one use it.
  • DebugView: memory map schema added.
  • Emubase: Type names replacement BYTE/WORD/DWORD -> uint8_t/uint16_t/uint32_t
  • Emubase: BOOL/TRUE/FALSE ->bool/true/false.
  • emubase/Processor.h: minor fixes back-ported from Qt version.
  • Settings: Use DebugFontName from settings file.
  • Emubase: reflect changes in ukncbtl-qt -- nothing special, just warning fixes.
  • Emubase: Get rid of HIBYTE/LOBYTE, get rid of LOWORD/HIWORD.
  • Utils: BYTE/WORD/DWORD -> uint8_t/uint16_t/uint32_t, BOOL/TRUE/FALSE -> bool/true/false.
  • Fixes for VS2013 compiler warnings.
  • Emubase: Inlining more methods.
  • Emubase/Processor: Split some ExecuteXxx methods to word/byte methods.
  • Adding VS2013 project.
  • ConsoleView: 'udl' command -- dump display list to file.
  • Fixes driven by PVS-Studio warnings.
  • Splitter between DisasmView and MemoryView.
  • Unifying view creation function names.
  • UKNCBTL.h/cpp renamed to Main.h/cpp.
  • Settings: Debug font selector added.