Neo Geo Pocket? Your Top Games?


DynaMight posted on Dec 23 2005 at 07:58 PM said:
I just get a small green screen for about a second then goes back to the menu.

Tried rom.ngc too.

Same here.
 
Last edited by a moderator:
This is how I get all my roms to work:

Code:
#!/bin/bash

for i in *.ngp;
do
rm "${i/.ngp/.gpe}"
echo "./neopop \"$i\"" > "${i/.ngp/.gpe}"
echo "cd /usr/gp2x" >> "${i/.ngp/.gpe}"
echo "./gp2xmenu"  >>  "${i/.ngp/.gpe}"
done
for i in *.npc;
do
rm "${i/.npc/.gpe}"
echo "./neopop \"$i\"" > "${i/.npc/.gpe}"
echo "cd /usr/gp2x" >> "${i/.npc/.gpe}"
echo "./gp2xmenu"  >>  "${i/.npc/.gpe}"
done
cd /usr/gp2x
./gp2xmenu

Save that as a .gpu with Unix line endings (you can use Programmer's Notepad for that, just set line endings to "Unix(LF)") and it will create a .gpe for each rom. Then you can run them from the games menu. It's an altered version or chris_r's script for gnuboy.
 
Tippy posted on Dec 23 2005 at 12:46 PM said:
I've probably spent more time playing Cardfighter's Clash than any other game. Ever. It's insanely addictive and absorbing.
ALL HAIL CARDFIGHTERS!!!!!!!
 
Last edited by a moderator:
thanks a million nickspoon. Ive searched the forums trying to find that app (the notepad that you can use on windows without getting that crappy windows stuff at the end of each line when saving .gpu's).

Copying to SD now.

My favorite games for my neogeo are/were
-biomotor unitron (consumed my soul for a week or two)
-sonic
-cool boarders
-neo turf masters (so fun)

im not too much into fighters (except the simpsons arcade game of course!).
 
bump for info, finally found an archive of NGP games. Need to decide what gets precious space on the SD card. :)
 
There was a good neo geo rom I downloaded a while back called Dark Arms. A pretty addictive action RPG worth playing.
 
Haven't read what others said, but definatly Last Blade, Metal Slug 1st mission (don't own 2nd mission) and Sonic. :) (Last blade shines out though IMO)
 
It's against the rules to link to roms, Skate. However if you search for neo geo on a certain site with a Pirate ship logo that might be in a Bay you might be able to find somthing. There's about 4 seeds on atm. :)
 
thanks a million nickspoon. Ive searched the forums trying to find that app (the notepad that you can use on windows without getting that crappy windows stuff at the end of each line when saving .gpu's).

could you be more specific?what is the name of this app?
can you explain the procedure you did like,ehrm,for "dummies"?
 
I used PN (Programmer's Notepad, available at the first link above) and set the line endings to Unix(LF). In fact, I think I may have to quote myself...
nickspoon said:
Save that as a .gpu with Unix line endings (you can use Programmer's Notepad for that, just set line endings to "Unix(LF)") and it will create a .gpe for each rom. Then you can run them from the games menu. It's an altered version or chris_r's script for gnuboy.
Link to post
 
Last edited by a moderator:
1) CardFighters Clash (any version)
2) Faselei!

Why has nobody mentioned CardFighters Clash 2? Is it just because it wasn't released in English? Who cares? There was a fairly good translation done in rom format. I wonder how I know that?
 
Back
Top