0.128u2 [Jim Hernandez]
0.103 [Pierpaolo Prazzoli, Guru]
0.37b3 [Luca Elia]
TEST MODE:
- To enter test mode press F2 (Test). Use 9 (Service Coin) to change page.
Bugs:
- powerins and powerinsj: Background sprites issues. In stages of characters Reiji, Annie and White Buffalo the background sprites move with issues. Augusto (ID 06502)
- powerins and others sets: Issues using controllers with analog buttons. Augusto (ID 06255)
- Clone powerina: The Map World's music and the VS screen's music repeat after at ended. Takuma Sakazaki (ID 00890)
WIP:
- 0.161: Added save state support to Power Instinct [Osso]. Use OKI address map for bootleg [Alex Jackson].
- 15th April 2015: Guru - Recently I got hold of a bunch of random PCBs: Atlus Power Instinct (bootleg). Some of them could be undumped versions. At the very least they will be used to make Guru-Readme's and added to MAME source.
- 0.133u1: Renamed (powerinj) to (powerinsj), (powerina) to (powerinsa) and (powerinb) to (powerinsb).
- 0.131u1: Angelo Salese merged memory maps in Power Instinct.
- 0.128u3: Jim Hernandez corrected YM2203 balance in Power Instinct.
- 0.128u2: Jim Hernandez added Power Instinct (USA). Renamed (powerins) to (powerinj).
- 0.123u1: Atari Ace added initialization to machine\nmk112.c.
- 0.117u3: Removed clone Gouketsuji Ichizoku (Japan, bootleg). BisonSAS improved dipswitches in Power Instinct driver.
- 0.103: Pierpaolo Prazzoli and Guru added 'Gouketsuji Ichizoku (Japan)' (Atlus 1993). Renamed (powerina) to (powerinb), (powerins) to (powerina) and (powerinj) to (powernjb).
- 29th December 2005: Guru - I just dumped an original Power Instinct. It's hard to believe that a dump of the original Power Instinct has eluded us for so long. But now that's history.
- 0.101u2: David Haywood added clone Gouketsuji Ichizoku (Japan, bootleg). Changed parent description to 'Power Instinct (USA, bootleg) (set 1)' and clone (set 2) to 'Power Instinct (USA, bootleg) (set 2)'.
- 10th October 2005: Guru - Gouketsuji Ichizoku (Power Instinct JP) arrived from Japan. Purchased by the Dumping Project Team.
- 31st August 2005: Dumping Project - Our Japanese contact just shipped a box to Guru with an original Atlus 'Power Instinct'.
- 0.99u4: Alex W. Jackson created new NMK112 ROM banking module and connected it up to Power Instinct that made use of it.
- 0.78u4: Quench improved sound in clone Power Instinct (bootleg set 2).
- 0.77u3: Pierpaolo Prazzoli added clone Power Instinct (USA bootleg) (set 2). Sound not yet working. Changed 68000 CPU1 clock speed to 12MHz. Changed parent description to 'Power Instinct (USA bootleg) (set 1)'.
- 10th December 2003: Pierpaolo Prazzoli added an alternate ROM set for Power Instinct, but sound doesn't work in it.
- 0.71u3: Brian Troha fixed Power Instinct DIPs. Added dipswitches 'Coin Chutes', 'Join In Mode', 'Blood Color', 'Game Time' and 'Difficulty'.
- 5th July 2003: Guru - Received Power Instinct (Atlus 1993, original PCB) from Taucher.
- 0.53: Changed description to 'Power Instinct (USA bootleg)'.
- 0.37b3: Luca Elia added 'Power Instinct (USA) [bootleg]' (Atlus 1993). TODO: Sprites flip y (not used by the game).
- 11th May 2000: Luca Elia fixed some bugs in Power Instinct.
- 6th May 2000: Luca Elia sent in a driver for Power Instinct.
LEVELS: 9
Other Emulators:
* FB Alpha
Recommended Games (Fighter):
Street Smart
Violence Fight
Solitary Fighter
Art of Fighting
Art of Fighting 2
Art of Fighting 3 - The Path of the Warrior
Fit of Fighting
Burning Rival
World Heroes
World Heroes 2
World Heroes 2 Jet
World Heroes Perfect
The History of Martial Arts
Fighter's History
Karnov's Revenge / Fighter's History Dynamite
Martial Champion
Power Instinct
Power Instinct 2
Groove on Fight - Gouketsuji Ichizoku 3
Gogetsuji Legends
Tao Taido
Aggressors of Dark Kombat
Alien Challenge
Best Of Best
Kaiser Knuckle
Dan-Ku-Ga
Double Dragon (Neo-Geo)
Dragoon Might
Savage Reign
Breakers
Breakers Revenge
Kizuna Encounter - Super Tag Battle
SD Fighters
Cute Fighter
Toukidenshou - Angel Eyes
JoJo's Venture
JoJo no Kimyou na Bouken: Mirai e no Isan
Garou - Mark of the Wolves
Matrimelee
Rage of the Dragons
Chaos Breaker
Arcana Heart
Arcana Heart Full
Fist Of The North Star
Melty Blood Act Cadenza
Melty Blood Actress Again
S.V.G. - Spectral vs Generation
Fearless Pinocchio
Akatsuki Blitzkampf Ausf. Achse
$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;
?>
$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;
?>
$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;
?>
$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;
?>