Skip to content

Commit

Permalink
Fixed SYS under 6809.
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlessmind1975 committed Oct 26, 2024
1 parent 48ce4ab commit df94cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugbc/src/hw/6809.c
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ void cpu6809_jump( Environment * _environment, char * _label ) {

void cpu6809_call_addr( Environment * _environment, int _address ) {

outline1( "JSR %4.4x", _address );
outline1( "JSR $%4.4x", _address );

}

Expand Down

0 comments on commit df94cfb

Please sign in to comment.