balloon-bomber,lunar-rescue,space-invaders: fixing links in docs and comments

modern-harvey2
Björn Lindqvist 2017-07-04 01:17:58 +02:00
parent 06e8399049
commit 439e01713b
5 changed files with 14 additions and 12 deletions

View File

@ -11,9 +11,9 @@ HELP: run-balloon
{ $link { "balloon-bomber" "balloon-bomber" } } " for details."
} ;
ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"
ARTICLE: "balloon-bomber" "Balloon Bomber Emulator"
"Provides an emulation of the original 8080 Arcade Game 'Balloon Bomber'." $nl
"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/ballbomb" } "." $nl
"More information on the arcade game can be obtained from " { $url "https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Balloon_Bomber/11301" } "." $nl
"To play the game you need the ROM files for the arcade game. They should "
"be placed in a directory called 'ballbomb' in the location specified by "
"the variable " { $link rom-root } ". The specific files needed are:"
@ -37,3 +37,5 @@ ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"
}
"If you save the Factor image while a game is running, when you restart "
"the image the game continues where it left off." ;
ABOUT: "balloon-bomber"

View File

@ -1,8 +1,7 @@
! Copyright (C) 2007 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
!
! Balloon Bomber: http://www.mamedb.com/game/ballbomb
!
! Balloon Bomber: https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Balloon_Bomber/11301
USING: kernel space-invaders ui ;
IN: balloon-bomber

View File

@ -11,9 +11,9 @@ HELP: run-lunar
{ $link { "lunar-rescue" "lunar-rescue" } } " for details."
} ;
ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"
ARTICLE: "lunar-rescue" "Lunar Rescue Emulator"
"Provides an emulation of the original 8080 Arcade Game 'Lunar Rescue'." $nl
"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/lrescue" } "." $nl
"More information on the arcade game can be obtained from " { $url "https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Lunar_Rescue/14294" } "." $nl
"To play the game you need the ROM files for the arcade game. They should "
"be placed in a directory called " { $snippet "lrescue" } " in the location specified by "
"the variable " { $link rom-root } ". The specific files needed are:"
@ -38,3 +38,5 @@ ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"
}
"If you save the Factor image while a game is running, when you restart "
"the image the game continues where it left off." ;
ABOUT: "lunar-rescue"

View File

@ -1,8 +1,7 @@
! Copyright (C) 2007 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
!
! Lunar Rescue: http://www.mamedb.com/game/lrescue
!
! Lunar Rescue: https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Lunar_Rescue/14294
USING: kernel space-invaders ui ;
IN: lunar-rescue

View File

@ -8,12 +8,12 @@ HELP: run-invaders
"Run the Space Invaders emulator in a new window." $nl
{ $link rom-root } " must be set to the directory containing the "
"location of the Space Invaders ROM files. See "
{ $link { "space-invaders" "space-invaders" } } " for details."
{ $link "space-invaders" } " for details."
} ;
ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"
ARTICLE: "space-invaders" "Space Invaders Emulator"
"Provides an emulation of the original 8080 Arcade Game 'Space Invaders'." $nl
"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/invaders" } "." $nl
"More information on the arcade game can be obtained from " { $url "http://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Space_Invaders_--_Space_Invaders_M/13774" } "." $nl
"To play the game you need the ROM files for the arcade game. They should "
"be placed in a directory called 'invaders' in the location specified by "
"the variable " { $link rom-root } ". The specific files needed are:"
@ -37,4 +37,4 @@ ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"
"If you save the Factor image while a game is running, when you restart "
"the image the game continues where it left off." ;
ABOUT: { "space-invaders" "space-invaders" }
ABOUT: "space-invaders"