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/dist/index.mjs CHANGED
@@ -6249,16 +6249,16 @@ var SYSTEMS = [
6249
6249
  },
6250
6250
  {
6251
6251
  key: "ARCADE",
6252
- label: "Arcade (MAME)",
6252
+ label: "Arcade (FBNeo)",
6253
6253
  fullName: "Arcade",
6254
6254
  slug: "arcade",
6255
- extensions: [],
6256
- core: "mame2003_plus",
6257
- dbNames: ["Arcade", "MAME"],
6255
+ extensions: [".zip"],
6256
+ core: "fbneo",
6257
+ dbNames: ["Arcade", "MAME", "FBNeo", "FinalBurn Neo"],
6258
6258
  iconName: "ARCADE",
6259
6259
  color: "group-hover:text-[#D500F9]",
6260
6260
  accentHex: "#D500F9",
6261
- aliases: ["MAME", "CPS1", "CPS2", "CPS3"],
6261
+ aliases: ["MAME", "CPS1", "CPS2", "CPS3", "FBNEO", "FINALBURN", "SYSTEM16", "SEGA SYSTEM 16"],
6262
6262
  biosNeeded: true
6263
6263
  },
6264
6264
  {