0.37b13 [Razoola, KevinDO]
0.37b10 [Testdriver]
Artwork available
WIP:
- 0.178: Added CPS2 encryption key.
- 0.155: System11 and The Dumping Union added clone 19XX: The War Against Destiny (Asia 960104). Renamed (19xxa) to (19xxar1).
- 0.153: Tormod added clone 19XX: The War Against Destiny (Japan 960104, yellow case). Renamed (19xxjr1) to (19xxjr2) and (19xxj) to (19xxjr1).
- 0.128u4: MAMEPlus added clone 19XX: The War Against Destiny (USA 951207 Phoenix Edition) (bootleg).
- 0.115u3: Nicola Salmoria added clone '19XX: The War Against Destiny (Brazil 951218)'.
- 0.105u3: Added user1 roms ($0, 100000, 180000) to clone (Japan 951225).
- 6th February 2005: Razoola - Released XOR 120 for '19XX: War Against Destiny' (Asia 951207) donated by Blastar.
- 0.72u2: Added new cpu1 rom ($80000) to clone (Japan 951225).
- 1st August 2003: Razoola - Released XOR 114 for 19XX: The War Against Destiny (Japan 951207) donated by Andreas.
- 0.69u3: Razoola added clone 19XX: The War Against Destiny (Asia 951207).
- 0.53: Added clone 19XX: The War Against Destiny (Japan 951225). Renamed (19xxj) to (19xxjr1).
- 15th April 2001: Razoola - Released XOR 29 for 19XX: War Against Destiny (Hispanic 951218) donated by Anonymous.
- 0.37b14: Changed buttons from 6 to 2.
- 0.37b13: Razoola and KevinDO added '19XX: The War Against Destiny (US 951207)' (Capcom 1996) and clones (Japan 951207) and (Hispanic 951218).
- 9th March 2001: Razoola - Released XOR 20 for 19XX: War Against Destiny (USA 951207) donated by KevinDO.
- 0.37b10: Added (Testdriver) 19XX: The War Against Destiny (Japan 951207).
LEVELS: 7
Other Emulators:
* Calice
* 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
$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;
?>
$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;
?>