From 490ee02885345dd49dc3369fe67189caf628c9a8 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Wed, 12 May 2021 15:48:47 -0700 Subject: [PATCH] Update Serial Drive ROM signature to not conflict with Slinky RAM card --- pidrive/sirom.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidrive/sirom.s b/pidrive/sirom.s index b4fc4f3..4259b66 100755 --- a/pidrive/sirom.s +++ b/pidrive/sirom.s @@ -4,7 +4,7 @@ ;* ;**************************************** -.DEFINE SIG "SI" +.DEFINE SIG "SD" .INCLUDE "romincs.s"