koin.js 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -180,7 +180,7 @@ import { en } from 'koin.js';
|
|
|
180
180
|
| Sega Dreamcast | `DREAMCAST` | flycast |
|
|
181
181
|
| Sega CD | `SEGA_CD` | genesis_plus_gx |
|
|
182
182
|
| Neo Geo | `NEOGEO` | fbalpha2012_neogeo |
|
|
183
|
-
| Arcade (
|
|
183
|
+
| Arcade (FBNeo) | `ARCADE` | fbneo |
|
|
184
184
|
| Atari 2600 | `ATARI2600` | stella |
|
|
185
185
|
| Atari 7800 | `ATARI7800` | prosystem |
|
|
186
186
|
| Atari Lynx | `LYNX` | handy |
|
package/dist/index.js
CHANGED
|
@@ -6255,16 +6255,16 @@ var SYSTEMS = [
|
|
|
6255
6255
|
},
|
|
6256
6256
|
{
|
|
6257
6257
|
key: "ARCADE",
|
|
6258
|
-
label: "Arcade (
|
|
6258
|
+
label: "Arcade (FBNeo)",
|
|
6259
6259
|
fullName: "Arcade",
|
|
6260
6260
|
slug: "arcade",
|
|
6261
|
-
extensions: [],
|
|
6262
|
-
core: "
|
|
6263
|
-
dbNames: ["Arcade", "MAME"],
|
|
6261
|
+
extensions: [".zip"],
|
|
6262
|
+
core: "fbneo",
|
|
6263
|
+
dbNames: ["Arcade", "MAME", "FBNeo", "FinalBurn Neo"],
|
|
6264
6264
|
iconName: "ARCADE",
|
|
6265
6265
|
color: "group-hover:text-[#D500F9]",
|
|
6266
6266
|
accentHex: "#D500F9",
|
|
6267
|
-
aliases: ["MAME", "CPS1", "CPS2", "CPS3"],
|
|
6267
|
+
aliases: ["MAME", "CPS1", "CPS2", "CPS3", "FBNEO", "FINALBURN", "SYSTEM16", "SEGA SYSTEM 16"],
|
|
6268
6268
|
biosNeeded: true
|
|
6269
6269
|
},
|
|
6270
6270
|
{
|