From af5f3bed98763ac67e25daec89b70b307f5e62b4 Mon Sep 17 00:00:00 2001 From: Marek Karcz Date: Sun, 13 Mar 2016 23:06:52 -0400 Subject: [PATCH] microchess Syntax error fixed. --- microchess.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microchess.asm b/microchess.asm index 0ee1a6e..20793ca 100644 --- a/microchess.asm +++ b/microchess.asm @@ -63,7 +63,7 @@ ; 1/14/2012 ; Modified Daryl Rictor's port to run on MKHBC-8-R1 homebrew ; computer under MKHBCOS (derivative of M.O.S. by Scott - Chidester). +; Chidester). ; ; 3/11/2016 ; Adapted to run in MKBASIC (V65) emulator.