Skip to content

Commit 1c5918f

Browse files
committed
Add NGPDS to available applications
Adds NGPDS to AceOS. I have included a pre-configured settings file for BIOS and ROM locations. However, this can be changed by the end user if needed.
1 parent 74f1b1d commit 1c5918f

File tree

9 files changed

+16
-6
lines changed

9 files changed

+16
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
wget https://github.com/wavemotion-dave/A7800DS/releases/latest/download/A7800DS.nds
3030
wget https://github.com/wavemotion-dave/ColecoDS/releases/latest/download/ColecoDS.nds
3131
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
32+
wget https://github.com/FluBBaOfWard/NGPDS/releases/latest/download/NGPDS.zip
3233
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
3334
wget https://files.deletecat.com/GBARunner3-hicode.zip
3435
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.10.0-fcnet1/gbar3-frontend-AOS.nds

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
wget https://github.com/wavemotion-dave/A7800DS/releases/latest/download/A7800DS.nds
2727
wget https://github.com/wavemotion-dave/ColecoDS/releases/latest/download/ColecoDS.nds
2828
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
29+
wget https://github.com/FluBBaOfWard/NGPDS/releases/latest/download/NGPDS.zip
2930
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
3031
wget https://files.deletecat.com/GBARunner3-hicode.zip
3132
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.10.0-fcnet1/gbar3-frontend-AOS.nds

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ If you have one of these carts, you will need to grab an empty SD card, insert i
4949
- [jEnesisDS](http://www.workingdesign.de/projects/jenesisds.php) ([archive](http://web.archive.org/web/20220813181438/http://www.workingdesign.de/projects/jenesisds.php))
5050
- [MoonShell 2.10](http://home.att.ne.jp/blue/moonlight) ([archive](http://web.archive.org/web/20111018193827/http://home.att.ne.jp:80/blue/moonlight/))
5151
- [NeoDS](https://groups.google.com/g/neods)
52+
- [NGPDS](https://github.com/FluBBaOfWard/NGPDS)
5253
- [NitroGrafx](https://github.com/FluBBaOfWard/NitroGrafx)
5354
- [S8DS](https://github.com/FluBBaOfWard/S8DS)
5455
- [SNEmulDS](https://bitbucket.org/Coto88/snemulds)
@@ -70,6 +71,8 @@ If you have one of these carts, you will need to grab an empty SD card, insert i
7071
- A7800DS (`highscore.rom` - for 7800 High Score saving) - `/roms/bios`
7172
- GBARunner2 (`bios.bin`) - `/_gba`
7273
- GameYob (`gbc_bios.bin` - provides color in GBC titles) - `/roms/gb/`
74+
- NGPDS (Color BIOS: `ngp-color-bios.ngp` - Black and White BIOS: `ngp-bnw-bios.ngp`) - `/roms/bios`
75+
- The names and location of the Neo Geo Pocket BIOS files can be changed within settings. Those provided above have been pre-set for use in AceOS.
7376
- S8DS - See [GitHub ReadMe](https://github.com/FluBBaOfWard/S8DS), multiple BIOSes supported.
7477

7578
### Notes on Emulators in This Package

aos_configs/_plugin_/NGPDS.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[info]
2+
name=Neo Geo Pocket Emulator
3+
file=fat0:/__rpg/APP/NGPDS.nds
4+
icon=res:/icon/NEOPocket.bmp

aos_configs/_plugin_/plugin.odr

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
09=Colecoemu.ini
1111
10=PCEemu.ini
1212
11=NEOemu.ini
13-
12=A800.ini
14-
13=A2600.ini
15-
14=A5200.ini
16-
15=A7800.ini
17-
16=MOONSHELL.ini
18-
17=Slot-2.ini
13+
12=NGPDS.ini
14+
13=A800.ini
15+
14=A2600.ini
16+
15=A5200.ini
17+
16=A7800.ini
18+
17=MOONSHELL.ini
19+
18=Slot-2.ini

aos_dark_theme/icon/NEOPocket.bmp

4.63 KB
Binary file not shown.

aos_theme/icon/NEOPocket.bmp

4.63 KB
Binary file not shown.

ex4ds_theme/icon/NEOPocket.bmp

4.63 KB
Binary file not shown.

extras/data/ngpds/settings.cfg

792 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)