PDA

View Full Version : NEOGEO Emulator for PSP 0.1.2



b8a
July 7th, 2006, 13:42
Another incremental NEOGEO emulator update from NJ. (http://neocdz.hp.infoseek.co.jp/psp/index.html)

Massive thanks to the awesome b8a for his translations :)


Originally Posted by NJ

NEOGEO Emulator for PSP 0.1

NJ (http://neocdz.hp.infoseek.co.jp/psp/)

[Overview]

This is a NEOGEO (MVS/AES) emulator for the PSP. Since the PSP memory is too limited, it's a stretch to run large sized games, but I think pretty much all of the games work.

Directory Setup

All of the directories are automatically setup the first time the program is launched.
/PSP/GAME/
|
+- NGEPSP/ (root directory)
| |
| +- EBOOT.PBP NEOGEO Emulator binary
| +- ngepsp.ini software config file (create by emulator)
|
+- cache/ (directory for sprite cache file)
| |
| +- mslug_cache.zip (example: Metal Slug)
|
+- config/ (directory for key config file)
|
+- memcard/ (directory for memorycaard)
|
+- music/ (directory for play list (sound test))
|
+- nvram/ (directory for SRAM)
|
+- snap/ (directory for screen shot)
|
+- roms/ (put BIOS and rom files here. (zip compressed)
| |
| +- neogeo.zip (NEOGEO BIOS)
| +- samsho.zip (example: Samrai Spirits)
| +- ...


-It's nessecary for all of the ROM image files to be compressed to zip files. Other than the fact that it can't handle files that span folders, it's basically exactly the same as MAME. Also, it does not support ROM sets that MAME doesn't support.

-Collect the BIOS in a file called neogeo.zip, and place it inside the roms folder.

-It is nessecary that the zip file names for every game "Exactly match the ROM set names of MAME 0.106".

-It doesn't matter what the ROM file name is for any of the games, but it is nessecary that the "CRC matches MAME 0.106's ROM set's CRC".

-This supports uni-bios, hack BIOS, etc... but, as a basic rule I don't recommend their usage. It's possible that certain games may not run.

Controls

*The BIOS setting screen is displayed by pressin the L trigger when in the file browser. Pleas launch your game after you have "Made sure to have set this setting first". Should you get the error message "ERROR: CRC32 not correct. "Europe MVS (Ver. 2)"", this is not set correctly.

-Other than the when running a game and when at the main menu, I've made it so that in all of the menus control help is displayed by pressing the R trigger. If there's something you don't understand, press the R trigger. I'm sure you'll understand once you've seen it, so I'll limit the details.

-The menu for changing games settings, etc... is displayed by pressing the L trigger while a game is running.

About Japanese Resource File

-The included de-compressable file, "resource_jp.zip", is used for a portion of the menus to diplay Japanese. Only copy this file to the ngepsp folder if you wish to display Japanese.

About The Track List For Use With The Sound Test

-The format is as follows.
If you use a Japanese resource file, the track names can also be displayed in Japanese.

$title: Enter the game name to be displayed in the title bar.
$pre: Enter a 2 digit bank 16 base number, etc.. to be added before the playback command. For most games, "07" should be fine.
$stop: Enter a code used to stop playback of the track as a 2 digit 16 base number. I think that for most games, entering "03" for the reset code, and "20" for the stop code should work fine.
$start: Declares the beginning of the track list.
$end: Declares the end of the track list.

The track list should be entered between $start and $end. Please don't enter blank lines or comments. The processing is pretty rough so it'll freeze. The format is, after the 2 digit 16 base number, the track name is written in between to half-width space characters.

Example)
$title=Metal Slug
$pre=00
$stop=03
$start
02 Neo Geo Logo
2b The Military System
...
2c Nazca Logo
$end

Incidentally, a large portion of the included track list was made by referencing Mame E2J's Bridge M1 list.

Miscellaneous

-A memory card file is created for each game. Also, the memory card is in a constantly recognized condition.

-The games below run in MAME, but are unsupported in this emulator.
svcpcb SvC Chaos - SNK vs Capcom (JAMMA PCB)
kf2k3pcb The King of Fighters 2003 (Japan / JAMMA PCB)
mslug3b6 Metal Slug 6 (Metal Slug 3 bootleg)
cthd2003 Crouching Tiger Hidden Dragon 2003 (The King of Fighters 2001 bootleg)
ct2k3sp Crouching Tiger Hidden Dragon 2003 Super Plus (The King of Fighters 2001 bootleg)
kf2k2pls The King of Fighters 2002 Plus (set 1, bootleg)
kf2k2pla The King of Fighters 2002 Plus (set 2, bootleg)
kf2k2mp The King of Fighters 2002 Magic Plus (bootleg)
kf2k2mp2 The King of Fighters 2002 Magic Plus II (bootleg)
kof10th The King Of Fighters 10th Anniversary (The King of Fighters 2002 bootleg)
kf2k5uni The King of Fighters 10th Anniversary 2005 Unique (The King of Fighters 2002 bootleg)
kf10thep The King of Fighters 10th Anniversary Extra Plus (The King of Fighters 2002 bootleg)
kof2k4se The King of Fighters Special Edition 2004 (The King of Fighters 2002 bootleg)
ms5plus Metal Slug 5 Plus (bootleg)
kf2k3bl The King of Fighters 2003 (bootleg, set 1)
kf2k3bla The King of Fighters 2003 (bootleg, set 2)
kf2k3pl The King of Fighters 2004 Plus / Hero (The King of Fighters 2003 bootleg)
kf2k3upl The King of Fighters 2004 Ultra Plus (The King of Fighters 2003 bootleg)
svcboot SvC Chaos - SNK vs Capcom (MVS) (bootleg)
svcplus SvC Chaos - SNK vs Capcom Plus (set 1, bootleg)
svcplusa SvC Chaos - SNK vs Capcom Plus (set 2, bootleg)
svcsplus SvC Chaos - SNK vs Capcom Super Plus (bootleg)
samsho5b Samurai Shodown V / Samurai Spirits Zero (bootleg)
lans2004 Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)
ms4plus Metal Slug 4 Plus (bootleg)

What's changed

ver.0.1.2

-Since there was a possibility that the stack would be corrupted by a portion of the menu, I've fixed it. It was a minor fix, but since it was on the dangerous side, I've updated it.

ver.0.1.1

-Fixed an issue with not being able to open the BIOS select screen after playing a game once.

-The first time this version is launched, all of the config and nvram files are deleted. (I should have done this with 0.1, but I forgot to set it)

ver.0.1

Now the official release. There won't be frequent updates as there have been previously. I won't be adding new features, from here on my work will probably consist of fixing bugs and on improving performance.

-Changed the watchdog emulation. A reset is performed when launching certain games with SRAM protection, but this is by design, so please don't worry about it.

-Made it so that you can change the system language and the machine mode. Added the settin item "Game configuration" to the menu. However, only "MVS BIOS" is supported.
*AES BIOS is no longer supported since input is no longer recognized if the settings are changed.
*uni-bios is a change of the BIOS itself so it can't be changed.
*Debugg BIOS isn't supported since I don't really understand it.

-Added support for analog input in irrmaze and popbounc. Added the menu item "Analog sensitivity" under the "Key configuration" menu, which is dedicated to these. With this item you can set the analog pad sensitivity to one of three levels.

irrmaze (The Irritating Maze / Ultra Denryu IraIra Bo)
It's already setup so that the analog input is recognized as standard without specially changing the settings. Digital input is also possible for Up, Down, Left, and Right directions using the digital controls.
popbounc (Pop 'n Bounce / Gapporin)
Digital input is turned on by default. When switching to analog input, use the dip switches to launch test mode, and then change the controller to PADDLE.
-Improved the quality of the sound test sound emulation. Plays back at a standard 44100Hz by specifying the sample rate, rather than converting.

-Change it so that if it can not find the specified BIOS file on launch, the BIOS setting screen is automatically displayed.

-Also fixed various other bugs.

FAQ

Q."Could not allocate GFX3 memory." is displayed and it won't launch.
A.This means that it could not allocate sufficient memory needed to run the game. Please create a cache file using the included ROM converter. Also, please refer to list.txt for ROM size and whether cache is used or not.

Q.Absolutely no sound is played for some games.
A.Since there isn't enough PSP memory, the sound isn't played for a certain portion of games. These could be played back if I could just recieve a list of the detailed PCM data address and the tracks used, etc...

Q.ROMs that work with NeoRAGE don't work with this emulator.
A.Maybe you should just use NeoRAGE. Only MAME's ROM set is supported.

Q.The ground isn't displayed in the Tokuten Oh series.
A.Try activating Raster Effect. It'll probably start running unbelievably slow, but given the processing capabilities of the PSP, further speed improvements are impossible.

Q.It's slow when using cache. But I'm using one of the fast SanDisk models.
A.Memory Sticks are incredibly slow. Saying it's slow is in comparison to main memory and hard disk, so you've got the wrong idea if you think that a fast Memory Stick will solve this. Until it's possible to add main memory or a HDD, or something along those lines, there's nothing you can do about this.


As soon as NJ says that the releases are going to slow down, you know that's a sure sign that they're going to pick up (!_!)

Download and Give Feedback Via Comments

b8a
July 7th, 2006, 13:42
Readme:

----------------------------------------------------------------------

NEOGEO Emulator for PSP 0.1

NJ (http://neocdz.hp.infoseek.co.jp/psp/)
----------------------------------------------------------------------
[Overview]

This is a NEOGEO (MVS/AES) emulator for the PSP. Since the PSP memory is too limited, it's a stretch to run large sized games, but I think pretty much all of the games work.
----------------------------------------------------------------------
Directory Setup

All of the directories are automatically setup the first time the program is launched.
/PSP/GAME/
|
+- NGEPSP/ (root directory)
| |
| +- EBOOT.PBP NEOGEO Emulator binary
| +- ngepsp.ini software config file (create by emulator)
|
+- cache/ (directory for sprite cache file)
| |
| +- mslug_cache.zip (example: Metal Slug)
|
+- config/ (directory for key config file)
|
+- memcard/ (directory for memorycaard)
|
+- music/ (directory for play list (sound test))
|
+- nvram/ (directory for SRAM)
|
+- snap/ (directory for screen shot)
|
+- roms/ (put BIOS and rom files here. (zip compressed)
| |
| +- neogeo.zip (NEOGEO BIOS)
| +- samsho.zip (example: Samrai Spirits)
| +- ...


-It's nessecary for all of the ROM image files to be compressed to zip files. Other than the fact that it can't handle files that span folders, it's basically exactly the same as MAME. Also, it does not support ROM sets that MAME doesn't support.

-Collect the BIOS in a file called neogeo.zip, and place it inside the roms folder.

-It is nessecary that the zip file names for every game "Exactly match the ROM set names of MAME 0.106".

-It doesn't matter what the ROM file name is for any of the games, but it is nessecary that the "CRC matches MAME 0.106's ROM set's CRC".

-This supports uni-bios, hack BIOS, etc... but, as a basic rule I don't recommend their usage. It's possible that certain games may not run.
----------------------------------------------------------------------
Controls

*The BIOS setting screen is displayed by pressin the L trigger when in the file browser. Pleas launch your game after you have "Made sure to have set this setting first". Should you get the error message "ERROR: CRC32 not correct. "Europe MVS (Ver. 2)"", this is not set correctly.

-Other than the when running a game and when at the main menu, I've made it so that in all of the menus control help is displayed by pressing the R trigger. If there's something you don't understand, press the R trigger. I'm sure you'll understand once you've seen it, so I'll limit the details.

-The menu for changing games settings, etc... is displayed by pressing the L trigger while a game is running.
----------------------------------------------------------------------
About Japanese Resource File

-The included de-compressable file, "resource_jp.zip", is used for a portion of the menus to diplay Japanese. Only copy this file to the ngepsp folder if you wish to display Japanese.
----------------------------------------------------------------------
About The Track List For Use With The Sound Test

-The format is as follows.

If you use a Japanese resource file, the track names can also be displayed in Japanese.

$title: Enter the game name to be displayed in the title bar.
$pre: Enter a 2 digit bank 16 base number, etc.. to be added before the playback command. For most games, "07" should be fine.
$stop: Enter a code used to stop playback of the track as a 2 digit 16 base number. I think that for most games, entering "03" for the reset code, and "20" for the stop code should work fine.
$start: Declares the beginning of the track list.
$end: Declares the end of the track list.

The track list should be entered between $start and $end. Please don't enter blank lines or comments. The processing is pretty rough so it'll freeze. The format is, after the 2 digit 16 base number, the track name is written in between to half-width space characters.

Example)

$title=Metal Slug
$pre=00
$stop=03
$start
02 Neo Geo Logo
2b The Military System
...
2c Nazca Logo
$end

Incidentally, a large portion of the included track list was made by referencing Mame E2J's Bridge M1 list.
----------------------------------------------------------------------
Miscellaneous

-A memory card file is created for each game. Also, the memory card is in a constantly recognized condition.

-The games below run in MAME, but are unsupported in this emulator.

svcpcb SvC Chaos - SNK vs Capcom (JAMMA PCB)
kf2k3pcb The King of Fighters 2003 (Japan / JAMMA PCB)
mslug3b6 Metal Slug 6 (Metal Slug 3 bootleg)
cthd2003 Crouching Tiger Hidden Dragon 2003 (The King of Fighters 2001 bootleg)
ct2k3sp Crouching Tiger Hidden Dragon 2003 Super Plus (The King of Fighters 2001 bootleg)
kf2k2pls The King of Fighters 2002 Plus (set 1, bootleg)
kf2k2pla The King of Fighters 2002 Plus (set 2, bootleg)
kf2k2mp The King of Fighters 2002 Magic Plus (bootleg)
kf2k2mp2 The King of Fighters 2002 Magic Plus II (bootleg)
kof10th The King Of Fighters 10th Anniversary (The King of Fighters 2002 bootleg)
kf2k5uni The King of Fighters 10th Anniversary 2005 Unique (The King of Fighters 2002 bootleg)
kf10thep The King of Fighters 10th Anniversary Extra Plus (The King of Fighters 2002 bootleg)
kof2k4se The King of Fighters Special Edition 2004 (The King of Fighters 2002 bootleg)
ms5plus Metal Slug 5 Plus (bootleg)
kf2k3bl The King of Fighters 2003 (bootleg, set 1)
kf2k3bla The King of Fighters 2003 (bootleg, set 2)
kf2k3pl The King of Fighters 2004 Plus / Hero (The King of Fighters 2003 bootleg)
kf2k3upl The King of Fighters 2004 Ultra Plus (The King of Fighters 2003 bootleg)
svcboot SvC Chaos - SNK vs Capcom (MVS) (bootleg)
svcplus SvC Chaos - SNK vs Capcom Plus (set 1, bootleg)
svcplusa SvC Chaos - SNK vs Capcom Plus (set 2, bootleg)
svcsplus SvC Chaos - SNK vs Capcom Super Plus (bootleg)
samsho5b Samurai Shodown V / Samurai Spirits Zero (bootleg)
lans2004 Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)
ms4plus Metal Slug 4 Plus (bootleg)
----------------------------------------------------------------------
What's changed

ver.0.1.2

-Since there was a possibility that the stack would be corrupted by a portion of the menu, I've fixed it. It was a minor fix, but since it was on the dangerous side, I've updated it.
----------------------------------------------------------------------
ver.0.1.1

-Fixed an issue with not being able to open the BIOS select screen after playing a game once.

-The first time this version is launched, all of the config and nvram files are deleted. (I should have done this with 0.1, but I forgot to set it)
--------------------------------------------------------------------
ver.0.1

Now the official release. There won't be frequent updates as there have been previously. I won't be adding new features, from here on my work will probably consist of fixing bugs and on improving performance.

-Changed the watchdog emulation. A reset is performed when launching certain games with SRAM protection, but this is by design, so please don't worry about it.

-Made it so that you can change the system language and the machine mode. Added the settin item "Game configuration" to the menu. However, only "MVS BIOS" is supported.
*AES BIOS is no longer supported since input is no longer recognized if the settings are changed.
*uni-bios is a change of the BIOS itself so it can't be changed.
*Debugg BIOS isn't supported since I don't really understand it.

-Added support for analog input in irrmaze and popbounc. Added the menu item "Analog sensitivity" under the "Key configuration" menu, which is dedicated to these. With this item you can set the analog pad sensitivity to one of three levels.


irrmaze (The Irritating Maze / Ultra Denryu IraIra Bo)

It's already setup so that the analog input is recognized as standard without specially changing the settings. Digital input is also possible for Up, Down, Left, and Right directions using the digital controls.

popbounc (Pop 'n Bounce / Gapporin)

Digital input is turned on by default. When switching to analog input, use the dip switches to launch test mode, and then change the controller to PADDLE.

-Improved the quality of the sound test sound emulation. Plays back at a standard 44100Hz by specifying the sample rate, rather than converting.

-Change it so that if it can not find the specified BIOS file on launch, the BIOS setting screen is automatically displayed.

-Also fixed various other bugs.
----------------------------------------------------------------------
FAQ

Q."Could not allocate GFX3 memory." is displayed and it won't launch.
A.This means that it could not allocate sufficient memory needed to run the game. Please create a cache file using the included ROM converter. Also, please refer to list.txt for ROM size and whether cache is used or not.

Q.Absolutely no sound is played for some games.
A.Since there isn't enough PSP memory, the sound isn't played for a certain portion of games. These could be played back if I could just recieve a list of the detailed PCM data address and the tracks used, etc...

Q.ROMs that work with NeoRAGE don't work with this emulator.
A.Maybe you should just use NeoRAGE. Only MAME's ROM set is supported.

Q.The ground isn't displayed in the Tokuten Oh series.
A.Try activating Raster Effect. It'll probably start running unbelievably slow, but given the processing capabilities of the PSP, further speed improvements are impossible.

Q.It's slow when using cache. But I'm using one of the fast SanDisk models.
A.Memory Sticks are incredibly slow. Saying it's slow is in comparison to main memory and hard disk, so you've got the wrong idea if you think that a fast Memory Stick will solve this. Until it's possible to add main memory or a HDD, or something along those lines, there's nothing you can do about this.

Baboon
July 7th, 2006, 15:55
NJ is a legend! :)

cazmiester
July 7th, 2006, 16:01
do you think there will ever be a chance of ms3 running with sound anyway that is a minor quibble keep up the great work easily the best emulator on the psp top notch mate:) :) :) :) :) :) :) :) :)

Dickhead
July 7th, 2006, 16:17
This emulator is the beeskness. Its one of the best emulator on the psp and the good old neogeo was a great arcade system and had some very good games that other systems did not have.

jeffred
July 7th, 2006, 16:18
NJ................many many thanks for this superb emulator. This is the best by far and i'm amazed by the speed at which you have got it to such high quality. I do'nt know if this has been asked of you before, but is there anyway you could make the ultimate mame emu. Others have given it a go and have not quite got it right as yet.

Panini
July 7th, 2006, 16:25
I only put the Neo Geo RC1 on yesterday, is it really worth updating again to this new release?

The_Ultimate_Eggman
July 7th, 2006, 16:50
Cool thanks for the constant updates.P.S just read on another site FW 2.71 has been decrypted.....

sappo
July 7th, 2006, 16:52
NJ................many many thanks for this superb emulator. This is the best by far and i'm amazed by the speed at which you have got it to such high quality. I do'nt know if this has been asked of you before, but is there anyway you could make the ultimate mame emu. Others have given it a go and have not quite got it right as yet.

NJ is Japanese and doesn't read those forums. :cool:

SSaxdude
July 7th, 2006, 17:00
Hey Eggman, where did you hear that?

The_Ultimate_Eggman
July 7th, 2006, 17:04
TRUST ME ITS a commin !!!! I dont know if I can post a link to the site so im not....It will be on here soon enough.;)

ACID
July 7th, 2006, 17:37
Dark_Alex has released yet another breakthrough in the quest of PSP firmware supremacy! He has just released his 2.7X PRXDecrypter application, which does exactly what it sounds like. It can decrypt PSP firmwares that previously couldn't be decrypted such as 2.7. Dark_Alex has only tested it on 2.71m, but the test came out successful, so you can bet on it working for firmwares 2.6 and 2.70.

Just like Dark_Alex's other programs 2 PSPs are needed, a 1.5 PSP and a PSP running firmware 2.6. Here's the instructions on how to use it:

1.50 part
Copy __SCE__psar_dump2 and %__SCE__psar_dump2 to /PSP/GAME/ in the memory stick.Get the DATA.PSAR of the EBOOT.PBP of the update you want to decrypt (2.71 for example) and put it in the root of your memory stick
Start the program.

This is simply a psardump (PSpPet) mod that will dump the firmware ENCRYPTED to /F0 and with the correct paths.

2.60 part
Be sure you have the F0 folder with the ENCRYPTED dump obtained in the 1.50 part.Copy prxdecrypt27X to /PSP/GAME/ and start the program with the eLoader.
The memory stick will flash for some time. When it finishes to flash, restart the PSP.

You'll now have the decrypted firmware in a new created folder: /FD

So, what does this mean for homebrew? Well, it could lead to an exploit being found in firmware 2.7 if there is one present. I am in no way saying that there is one or this will lead to homebrew on 2.7 so please do not jump to conclusions. It could also lead to 1.5 users being able to launch firmwares 2.6 and 2.7/2.71 on DevHook; :) :) :) :) :)

The_Ultimate_Eggman
July 7th, 2006, 17:47
Told U It Was A Commin:)

aries2k4
July 7th, 2006, 17:53
Ya DA decrypted it but back on track.
Thanks for the update NJ

pkmaximum
July 7th, 2006, 18:21
Man and I thought at this point in the PSP homebrew scene that it could not get much better but to me it seems as if the homebrew scene is only getting stronger every da with new prime releases of emulators and many great homebrew applications for the PSP. I can't wait to find out when we can emulate firmware 2.71 using firmware 1.0! Also great work on this NEO GEO emulator its coming along great and I am playing ever release with smiles hoping for more compatability. I wish you the best of luck on your work!

ACID
July 7th, 2006, 18:58
I think its getting stronger bi the minute also. And with ZX downgrading. MOOOAAAAAAAAAAAHHHHHHHHHAAAAAAHAHAHA
Imagine the possibilities.
&with NJ awesome updates and thrive for perfection.

ACID
July 7th, 2006, 23:30
So i guess the uni-bios dont work for this eather. Im goign back to R2
Great job NJ keep them coming

Voltron
July 7th, 2006, 23:41
TRUST ME ITS a commin !!!! I dont know if I can post a link to the site so im not....It will be on here soon enough.;)

Yes, My hopes for the 2.71 decryption is that it can be implemented into killer apps like DevHook to allow the PSP to emulate 2.71 similar to how it now emulates 2.50. That way, 1.50 users could have the best of both worlds without a MOD CHIP or Custom BIOS/Firmware.

But about NJ, my god! Is this guy a machine or what? This and Neo CDZ are premium quality emulators. Thanks to NJ!

dublas1980
July 8th, 2006, 00:35
Thanks NJ for this nice emu :D

samthegreat68
July 8th, 2006, 00:52
how good does this run? better, or as good as cd? and what good games are there for this system??? besides the ones for CD.

dublas1980
July 8th, 2006, 01:28
oooooooooohhhhhhhhhhhhhhhh my god is working thank you so much :D this emu rocks thanks you:D:D:D:):):)

thank you NJ

Exoskeletor
July 8th, 2006, 02:29
I cant even get metal slug working.

After it loads sfix.sfx it says

ERROR: Could not allocate REGION_GFX3 memory.
Try to use sprite cash...
ERROR: File not found. "spr_usage (GFX3 usage)"
Press Any Button...


Any ideas?

devil
July 8th, 2006, 02:45
try with all bios ...

Exoskeletor
July 8th, 2006, 02:48
ok i find the error i use cache.
Can someone find me a list with all the neo geo roms? (not to download, the names)

Also on neo geo cup 98 ingame i cant see the ground, its invisible :) has anyone else the same problem?

Voltron
July 8th, 2006, 03:52
Can someone find me a list with all the neo geo roms? (not to download, just the names)

Yes, I would also like to know where I could find a list of Neo Geo games that work with this EMU. Like a master list or something.


Also on neo geo cup 98 ingame i cant see the ground, its invisible :) has anyone else the same problem?

Try turning on Raster Effects - I believe that is meant to fix those sorts of problems.

ACID
July 8th, 2006, 05:27
I cant even get metal slug working.

After it loads sfix.sfx it says

ERROR: Could not allocate REGION_GFX3 memory.
Try to use sprite cash...
ERROR: File not found. "spr_usage (GFX3 usage)"
Press Any Button...


Any ideas?
You have to use the cache it comes with the emu. :D

ACID
July 8th, 2006, 05:30
ok i find the error i use cache.
Can someone find me a list with all the neo geo roms? (not to download, the names)

Also on neo geo cup 98 ingame i cant see the ground, its invisible :) has anyone else the same problem?
I think its a bad dump it happend to me too.

arch stanton
July 8th, 2006, 10:25
how good does this run? better, or as good as cd? and what good games are there for this system??? besides the ones for CD.

Some times it runs better. and besides the games for cd there are loads more available for this emu. Put the time and effort in and try it for yourself. If you like the CD games, you wont be disapointed.:)

stratman71
December 2nd, 2006, 00:01
Games using the NeoGeo MVS hardware:


http://www.system16.com/hardware.php?id=869

kayiman74
August 21st, 2007, 20:18
can somebody please help me find the bios for neogeo for psp0.1.2 please.
thanks