Update links to mameworld.net.
parent
13b4b76632
commit
c2bda8258d
|
@ -13,7 +13,7 @@ HELP: run-balloon
|
||||||
|
|
||||||
ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"
|
ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"
|
||||||
"Provides an emulation of the original 8080 Arcade Game 'Balloon Bomber'." $nl
|
"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.mameworld.net/maws/romset/ballbomb" } "." $nl
|
"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/ballbomb" } "." $nl
|
||||||
"To play the game you need the ROM files for the arcade game. They should "
|
"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 "
|
"be placed in a directory called 'ballbomb' in the location specified by "
|
||||||
"the variable " { $link rom-root } ". The specific files needed are:"
|
"the variable " { $link rom-root } ". The specific files needed are:"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2007 Chris Double.
|
! Copyright (C) 2007 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
!
|
!
|
||||||
! Balloon Bomber: http://www.mameworld.net/maws/romset/ballbomb
|
! Balloon Bomber: http://www.mamedb.com/game/ballbomb
|
||||||
!
|
!
|
||||||
USING: kernel space-invaders ui ;
|
USING: kernel space-invaders ui ;
|
||||||
IN: balloon-bomber
|
IN: balloon-bomber
|
||||||
|
|
|
@ -13,7 +13,7 @@ HELP: run-lunar
|
||||||
|
|
||||||
ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"
|
ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"
|
||||||
"Provides an emulation of the original 8080 Arcade Game 'Lunar Rescue'." $nl
|
"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.mameworld.net/maws/romset/lrescue" } "." $nl
|
"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/lrescue" } "." $nl
|
||||||
"To play the game you need the ROM files for the arcade game. They should "
|
"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 "
|
"be placed in a directory called " { $snippet "lrescue" } " in the location specified by "
|
||||||
"the variable " { $link rom-root } ". The specific files needed are:"
|
"the variable " { $link rom-root } ". The specific files needed are:"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2007 Chris Double.
|
! Copyright (C) 2007 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
!
|
!
|
||||||
! Lunar Rescue: http://www.mameworld.net/maws/romset/lrescue
|
! Lunar Rescue: http://www.mamedb.com/game/lrescue
|
||||||
!
|
!
|
||||||
USING: kernel space-invaders ui ;
|
USING: kernel space-invaders ui ;
|
||||||
IN: lunar-rescue
|
IN: lunar-rescue
|
||||||
|
|
|
@ -13,7 +13,7 @@ HELP: run-invaders
|
||||||
|
|
||||||
ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"
|
ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"
|
||||||
"Provides an emulation of the original 8080 Arcade Game 'Space Invaders'." $nl
|
"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.mameworld.net/maws/romset/invaders" } "." $nl
|
"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/invaders" } "." $nl
|
||||||
"To play the game you need the ROM files for the arcade game. They should "
|
"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 "
|
"be placed in a directory called 'invaders' in the location specified by "
|
||||||
"the variable " { $link rom-root } ". The specific files needed are:"
|
"the variable " { $link rom-root } ". The specific files needed are:"
|
||||||
|
|
Loading…
Reference in New Issue