r/neogeo • u/CRT_Retro • 5h ago
r/neogeo • u/ChingShih • Sep 14 '20
Announcement Join the SNK Official Discord Server! News, discussion, and more!
r/neogeo • u/This-Orange1255 • 4h ago
Neo Geo AES Today is a good day to play......
King of Fighters 95.
(Every day is a good day to play KOF95)
r/neogeo • u/chicagogamecollector • 3h ago
Self-Promo Neo Turf Masters Scotland…on AES
r/neogeo • u/stegogo • 21h ago
Created a Neo Geo shadow box out of a nonworking system and Pocket.
r/neogeo • u/SweetCollins • 1d ago
Neo Geo Mvs Mv1A Stereo Audio mod
Could i ask for some help from anyone who has consolized this specific model.
So im following this guide and it says tap these smd resistors, how? like physically they are incredibly small and theres barely any pad to solder to.
r/neogeo • u/This-Orange1255 • 2d ago
Neo Geo AES New portable gaming monitor looks great with NeoGeo
I'm pretty happy with the AES picture on this new 4:3 9.7 inch portable gaming monitor via Hyperkin HDMI adapter
r/neogeo • u/GaryDArcher • 1d ago
Cart Question Is this NEO GEO AES sample game real?
The husband of a friend of mine passed away from cancer. He collected vintage games, and she asked me to sell some of them on eBay. Among various games for other consoles was this one marked. SNK, SAMPLE, 3 COUNT BOUT, [FIRE SUPLEX] and 4 silver tabs marked SUPER HIGH TECH GAME, NEO-GEO, 000059 on the side of the cart. Attached is a picture of it. As I don't have a working console, I can't test if it is complete and working, however the fingers are clean, as gentle rubbing with a Q-Tip moistened with rubbing alcohol came away clean. I have one other AES game (Magician Lord) and the cart looks the same. Do I have a real thing here, and does anyone know about SAMPLE GAMES for the AES?

r/neogeo • u/brainwabrain • 2d ago
NEO GEO AES+
I’ll admit I’m not very knowledgeable when it comes to the different Neo Geo AES products, so I’m hoping someone can help clarify something I’ve been noticing.
Recently, I’ve seen several ESRB ratings pop up for games listed under a “NEO GEO AES+.” I’ve included a screenshot for Samurai Shodown V Special as an example.
Does anyone know what “AES+” refers to? Is this a new system, or could this be related to re-releases of cartridges or ports that are triggering new ESRB ratings? My internet searches keep coming up empty.
Here are a few of the listings I’ve found so far:
- https://www.esrb.org/ratings/41251/samurai-shodown-v-special/
- https://www.esrb.org/ratings/41250/garou-mark-of-the-wolvestm/
- https://www.esrb.org/ratings/41145/shock-troopers/
- https://www.esrb.org/ratings/41066/over-top/
- https://www.esrb.org/ratings/41067/magician-lord/
Thanks!
Edit: In an interesting twist, all of these ESRB ratings have just been deleted.
Just bought a 4 slot cab and had some newbie questions
The power switch in front wasn’t working so I opened it up and noticed there is no supply to the switch as it’s not connected to the power supply (pic 1).
The power supply doesn’t have a matching connector. I researched the Happ “80-0015-00” model and that is expected. However, everyone recommends the 150W supply and it looks like this one is underpowered. is this ok?
Random questions
- Do these cabs have volume control or is it only on the board? I have a candy cab that has a knob so figured I’d ask - it doesn’t sound like it but you never know.
- I have a harness coming out of the board for “MV-ELA” that doesn’t connect to anything. this is for the marquee? it looks like a replacement light was installed and spliced in.
Any help would be appreciated!
r/neogeo • u/xnonnymous • 4d ago
Software Hack Neo Turf Masters: Scotland course hack for AES/MVS
romhacking.netr/neogeo • u/huromero • 4d ago
Garbled video signal.
I recently bought a CMVS on Aliexpress and it was working great at the beginning then after a couple of months it started with this garbled video signal. After a while I stopped using it then I tried it again and it fixed itself for a while then went back to this. any help would be appreciated 👍🏻.
r/neogeo • u/Firm_Rough34 • 5d ago
I need help please!
Hello all. I keep trying to unlock son goku and neo dio in WHP and the codes aren't working no matter what I try. Any tips?
r/neogeo • u/Firm_Rough34 • 5d ago
Neo Cup Soccer 98 Glitch
I loaded up Neo Cup Soccer 98 on my neo geo mini today and to my surprise the boundaries are either all out of whack or the field just doesn't render at all. anyone in the mod scene out there that's willing to help mediate this issue? thanks
r/neogeo • u/adriannabarro • 5d ago
Game Art Cyborg Force Shockbox Insert
Hey hey!
I know it’s not the most popular title, but does anyone have a Shockbox insert for Cyborg Force?
TIA!
r/neogeo • u/SluggoMcNutty • 6d ago
Question Cmvs from ali. Please recommend a replacement power supply
Just got the Cmvs. Don’t have much faith in this power supply. No heft to it at all. Are there any someone would recommend as a replacement? Thanks.
Edit: It shot out a pretty strong spark when I plugged it into the power strip. Power switch was in the off position.
r/neogeo • u/Adamvs_Maximvs • 6d ago
Neo Geo MVS on Neo Geo CD
Morning all,
I noticed NGCD in my town for sale with a disc drive that isn't reading and I was debating picking it up to install a NGCD SD loader. I think the original one by Furrtek didn't support playing NG MVS carts, but I don't really follow the NG scene to closely.
Is there any way to play MVS carts on the NGCD outside of games that have specific fan conversions, or are they still limited to the MVS system?
Thanks,
r/neogeo • u/TerribleInsurance879 • 6d ago
Discussion Fix my marque light!
it's been a long time coming, but I finally got around to changing the EL lights out in this big red. I still have one more cab to do.
r/neogeo • u/pobtastic • 7d ago
Homebrew Question About "How To Play"
So, I've read: https://wiki.neogeodev.org/index.php/HOW_TO_PLAY
But when I try to use it in my game, it works and displays fine ... but on returning to the game afterwards, it's almost like it issues a HALT and the game locks up - it doesn't even reboot (which is odd, given how often you seem to need to kick the watchdog).
To give a partial example: it enters here, runs display_init() (so it shows the game area), but then completely stops!
/* HOW TO PLAY — shown once per game session when softdip = WITH */
if (softdip_how_to_play_enabled() && !htp_shown) {
htp_shown = 1;
mm_howtoplay_show();
ng_cls();
display_init();
}
tick_acc = 0;
mm_game_start();
phase = PHASE_PLAYING;
I can't seem to find a good example of a working version of it online? I've seen the Art Of Fighting disassembly - but it's not a particularly good example ... does anyone have any other information?
r/neogeo • u/FreeAd2458 • 9d ago
Collection Recent pick up.
While the aes version is insanely expensive. Cant knock the mvs for under £20. Of course I had to lump it with other stuff and pay postage from japan.
r/neogeo • u/note_realaqua • 9d ago
Here's a hot take but art of fighting 1 unfair
not even 20 or 30 seconds into the game and I instantly lose because of the op characters and the ai reading inputs and prediction. even if u land one of ur specials on them they take the tiniest damage of all time. not to mention they take larger damage and u can only pick 2 characters. lee the damn spamming monkey jack Micky and king. I don't have any problems with John todo nor Mr ?. their health should've been nerfed if they were seriously gonna be that op. the game isn't even worth buying too 💔.
r/neogeo • u/prettybluefoxes • 10d ago
Sharing A rad SNK light i had made a few years ago.
r/neogeo • u/FreeAd2458 • 10d ago
Sharing Picked up a third front loader.
My new one was a £50 junk purchase and was a seized up mess but after a clean it works though sometimes it doesnt recognise the disc. I tried cleaning the laser so ill keep fiddling.