Skip to content

Commit

Permalink
Single-stepping support. Still need to tweak and assign a hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDisk committed Dec 10, 2023
1 parent b1bfde1 commit 4e4564c
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 347 deletions.
2 changes: 2 additions & 0 deletions src/constants.pas
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ interface
SYM_TICKS_PER_ROW = 'ticks_per_row';
SYM_ORDER_COUNT = 'order_cnt';
SYM_LOOP_ORDER = 'loop_order';
SYM_SINGLE_STEPPING = 'single_stepping';
SYM_SINGLE_STEP_STOPPED = 'single_step_stopped';

SYM_HALT_INSTR = 'instrument';
SYM_HALT_PERIOD = 'channel_period';
Expand Down
2 changes: 1 addition & 1 deletion src/hUGEDriver
Submodule hUGEDriver updated 1 files
+17 −1 hUGEDriver.asm
Loading

0 comments on commit 4e4564c

Please sign in to comment.