Index: rom/booter.x
===================================================================
--- rom/booter.x	(revision 6aa430b53ee38cdae99301c5e14c358ac29b4f87)
+++ rom/booter.x	(revision 526a9931ecf963fd88914bbf92cee82eb60a80bd)
@@ -1,2 +1,8 @@
+/*
+   =============================================================================
+	booter.c -- external declarations
+   =============================================================================
+*/
+
 #pragma once
 
@@ -6,5 +12,5 @@
 /*
    =============================================================================
-	booter.c -- global variables
+	external variables
    =============================================================================
 */
@@ -26,5 +32,5 @@
 /*
    =============================================================================
-	booter.c -- global functions
+	external functions
    =============================================================================
 */
Index: rom/romp.x
===================================================================
--- rom/romp.x	(revision 6aa430b53ee38cdae99301c5e14c358ac29b4f87)
+++ rom/romp.x	(revision 526a9931ecf963fd88914bbf92cee82eb60a80bd)
@@ -1,2 +1,8 @@
+/*
+   =============================================================================
+	romp.c -- external declarations
+   =============================================================================
+*/
+
 #pragma once
 
@@ -7,5 +13,5 @@
 /*
    =============================================================================
-	romp.c -- global variables
+	external variables
    =============================================================================
 */
@@ -75,5 +81,5 @@
 /*
    =============================================================================
-	romp.c -- global functions
+	external functions
    =============================================================================
 */
