Skip to content

Commit

Permalink
Fixed reset YCURSYS on scrolling on 6809 (DP register).
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlessmind1975 committed Oct 26, 2024
1 parent df94cfb commit 6646732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugbc/src/targets/common/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void text_newline( Environment * _environment ) {

text_vscroll_screen( _environment, -1 );

cpu_move_8bit( _environment, "CONSOLEY2", "YCURSYS" );
variable_move( _environment, "CONSOLEY2", "YCURSYS" );

cpu_label( _environment, endLabel );

Expand Down

0 comments on commit 6646732

Please sign in to comment.