Skip to content

Commit

Permalink
Merge pull request #1113 from ajcasado/master
Browse files Browse the repository at this point in the history
Bugfix. Missing ret on video.s
  • Loading branch information
EtchedPixels authored Nov 12, 2024
2 parents 5d3b52c + d014634 commit 94d64f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/dev/cpc/video.s
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ reset_cursor_line:
ld (de),a

VIDEO_UNMAP
ret

.if CPCVID_ONLY
_do_beep:
Expand Down

0 comments on commit 94d64f9

Please sign in to comment.