From 0fb7995166acf429cc24022de68620b6fbf8a815 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 2 Dec 2019 23:00:03 -0500 Subject: [PATCH] recipes/sms/romasm: add missing sentinel in .mycmds --- recipes/sms/romasm/glue.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/sms/romasm/glue.asm b/recipes/sms/romasm/glue.asm index e2d3e1e..d0a95ea 100644 --- a/recipes/sms/romasm/glue.asm +++ b/recipes/sms/romasm/glue.asm @@ -148,6 +148,7 @@ basFindCmdExtra: .dw 0x1e00 .db "zasm", 0 .dw 0x2300 + .db 0xff f0GetB: ld ix, FS_HANDLES