From df07a87b18c86e77d3dc17e178f346dc75af7d2a Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:54:24 -0500 Subject: [PATCH] Fix typo --- CHANGES.md | 2 ++ data/emulator.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 98d625e..2c29fea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,8 @@ - Fixed cheats menu. - Added popup message for Safari mobile users if game is not running. - Added `EJS_softLoad` option. +- Added amiga core. +- Added c64 core. # 4.0.7 [View Tree](https://github.com/EmulatorJS/EmulatorJS/tree/f579eb4c080f612723fd6a119b02173cafb37503) - Added rewind (Thanks to [@n-at](https://github.com/n-at)) diff --git a/data/emulator.js b/data/emulator.js index 2b961bf..13b10d5 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -47,7 +47,7 @@ class EmulatorJS { 'stella2014': 'atari2600', 'virtualjaguar': 'jaguar', 'yabause': 'segaSaturn', - 'amiga': 'puae', + 'puae': 'amiga', 'vice_x64': 'c64' } return options[core] || core; @@ -81,7 +81,7 @@ class EmulatorJS { 'ngp': 'mednafen_ngp', 'ws': 'mednafen_wswan', 'coleco': 'gearcoleco', - 'puae': 'amiga', + 'amiga': 'puae', 'c64': 'vice_x64' } if (this.isSafari && this.isMobile && this.getCore(true) === "n64") {