0.66 [Razoola, WillPower]
0.62 [Testdriver]
0.55 [Testdriver]
Artwork available
WIP:
- 0.178: Added CPS2 encryption key.
- 0.128u4: MAMEPlus added clone 1944: The Loop Master (USA 000620 Phoenix Edition) (bootleg).
- 3rd June 2007: Mr. Do - Scanned instruction cards for 1944 provided by Tormod [JPN] and Razoola [US].
- 0.112u2: Added CPS2 key to clone 1944: The Loop Master (Japan 000620).
- 0.66: Added '1944: The Loop Master (US 000620)' (Capcom 2000) and clone (Japan 000620).
- 28th February 2003: Razoola - Released XOR 106 for 1944: The Loop Master (USA 000620) donated by willpower.
- 0.62: Added (Testdriver) 1944: The Loop Master (US 000620).
- 0.55: Added (Testdriver) 1944: The Loop Master (Japan 000620).
LEVELS: 15
Other Emulators:
* FB Alpha
* Kawaks
* Nebula
* Raine
Recommended Games (Airforce 2):
Avenger
Phantom II
SOS
Mission-X (DECO Cassette)
Zoar
1941: Counter Attack
1942
1942 (PlayChoice-10)
1943: The Battle of Midway
1943 Kai: Midway Kaisen
1943 Kai (Tourvision PCE bootleg)
1943: The Battle of Midway Mark II (US)
1944: The Loop Master
19XX: The War Against Destiny
XX Mission
Air Raid
Flying Shark
Fire Shark
Fire Shark (Mega-Tech)
MX5000
Sonic Boom
Bombs Away
Fighting Hawk
Scramble Spirits
Sky Soldiers
Arbalester
Guts n' Glory (Bombing)
Kyuukoukabakugekitai - Dive Bomber Squad
Meta Fox
Sky Adventure
Task Force Harrier
Twin Hawk
Daisenpu (Tourvision PCE bootleg)
Vapor Trail - Hyper Offence Formation
The Last Day
Lightning Fighters
Sky Smasher
Ghost Pilots
Gulf War II
Fighter & Attacker
Blue Hawk
Double Wings
Strikers 1945
Strikers 1945 II
Strikers 1945 III
Strikers 1945 Plus
Spectrum 2000
Wivern Wings
Capcom CPS-II cart. published 19 years ago:
1944 - The Loop Master (c) 2000 Capcom Ent., Inc.
North American release. Game developed in Japan. For more information about the game itself, please see the original Japanese release entry; "1944 - The Loop Master [Green Board]" (Japan 000620).
- TECHNICAL -
Runs on the "CP System II" hardware.
Blue Board [USA]
- TRIVIA -
1944 - The Loop Master was released on June 20, 2000 in the USA.
- CONTRIBUTE -
Edit this entry: https://www.arcade-history.com/?&page=detail&id=69620&o=2
$command = $row['command'];
// minusculs
$command = preg_replace('/_([abcdefghijklmnopqrstuvwxyz])/','
',$command);
$command = preg_replace('/\^([xxx])/','
',$command);
// majusculs
$command = preg_replace('/_([ABCDGHIKLMNOPQRSXZ])/','
',$command);
$command = preg_replace('/\^([EFGHIJMSTUVW])/','
',$command);
// other symbols
$command = preg_replace('/_([#\$%&\(\)\-@\[\]\^`\{\}~=+\.123456789!])/','
',$command);
$command = preg_replace('/\^([12346789!\-=])/','
',$command);
$command = str_replace('^?','
',$command);
$command = str_replace('^*','
',$command);
$command = str_replace('_<','
',$command);
$command = str_replace('_?','
',$command);
$command = str_replace('_*','
',$command);
$command = str_replace('_>','
',$command);
echo $command;
?>
$command = $row['command'];
// minusculs
$command = preg_replace('/_([abcdefghijklmnopqrstuvwxyz])/','
',$command);
$command = preg_replace('/\^([xxx])/','
',$command);
// majusculs
$command = preg_replace('/_([ABCDGHIKLMNOPQRSXZ])/','
',$command);
$command = preg_replace('/\^([EFGHIJMSTUVW])/','
',$command);
// other symbols
$command = preg_replace('/_([#\$%&\(\)\-@\[\]\^`\{\}~=+\.123456789!])/','
',$command);
$command = preg_replace('/\^([12346789!\-=])/','
',$command);
$command = str_replace('^?','
',$command);
$command = str_replace('^*','
',$command);
$command = str_replace('_<','
',$command);
$command = str_replace('_?','
',$command);
$command = str_replace('_*','
',$command);
$command = str_replace('_>','
',$command);
echo $command;
?>