Skip to content

Commit

Permalink
Add FBNeo as NGP emulator.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmitu committed Jun 28, 2020
1 parent 0fc869d commit ec15c32
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docs/Neo-Geo-Pocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,29 @@ The Neo Geo Pocket was a handheld video game system released by SNK in 1998.
| Emulator | Rom Folder | Extension | BIOS | Controller Config |
| :---: | :---: | :---: | :---: | :---: |
| [lr-beetle-ngp](https://github.com/libretro/beetle-ngp-libretro.git) | ngp | .7z .ngp .zip | none | /opt/retropie/configs/ngp/retroarch.cfg |
| [lr-fbneo](https://github.com/libretro/fbneo.git) | ngp | .7z .ngp .zip | ngp.zip | /opt/retropie/configs/ngp/retroarch.cfg |

## Emulator: [lr-beetle-ngp](https://github.com/libretro/beetle-ngp-libretro.git)
## Emulators: [lr-beetle-ngp](https://github.com/libretro/beetle-ngp-libretro.git), [lr-fbneo](https://github.com/libretro/fbneo.git)

## ROMS
Accept File Extensions: **.7z .ngp .zip**
Accepted File Extensions: **.7z .ngp .zip**

Place your Neo Geo Pocket ROMs in
```
/home/pi/RetroPie/roms/ngp
```
## Controls

lr-beetle-ngp utilises Retroarch configurations
NOTE: **lr-fbneo** expects the game roms to be in .zip/.7z archives named in a similar fashion to arcade romsets, so the filenames of the roms is important. Use a romset validation/building program like Clrmamepro or RomCenter to have the correct filenames, using the [FBNeo NeoGeo Pocket DAT](https://github.com/libretro/FBNeo/blob/master/dats/FinalBurn%20Neo%20(ClrMame%20Pro%20XML%2C%20NeoGeo%20Pocket%20Games%20only).dat) file and a No-Intro Neo Geo Pocket ROM collection.

## BIOS
**lr-fbneo** needs a BIOS ROM (`ngp.zip`) in order to run Neo Geo Pocket ROMs. The file needs to contain the `SNK Neo-Geo Pocket BIOS (1998)(SNK)(en-ja).bin` ROM. Place the `ngp.zip` file in `/home/pi/RetroPie/BIOS/fbneo`.

| Filename | No-Intro name | MD5 | CRC32 |
| :--: | :--: | :--: | :--: |
| ngp.zip | [BIOS] SNK Neo Geo Pocket (Japan, Europe).ngp | D87D876C4391935C9D48EF352A3FF02D | 6232DF8D |

## Controls
Both emulators use Retroarch input configurations.

Add custom retroarch controls to the retroarch.cfg file in
```shell
Expand Down

0 comments on commit ec15c32

Please sign in to comment.