From 298dc090216c489757be511042288b8a2a21940b Mon Sep 17 00:00:00 2001 From: IstvanV Date: Thu, 22 Dec 2016 20:53:10 +0100 Subject: [PATCH] Updated ROM package download URLs --- README | 4 ++-- installer/ep128emu.nsi | 2 +- installer/makecfg.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 59b5fd3b..95436c4b 100644 --- a/README +++ b/README @@ -272,7 +272,7 @@ following steps can be skipped, the configuration utility is run automatically by ep128emu when needed, and it can download and install the ROM images. Before installation, download ep128emu_roms-2.0.11.bin from - https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/msg60525 + https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/msg61025 and copy it to: ~/.local/share/ep128emu/roms (for 'scons install') ~/.ep128emu/roms (for manual installation) @@ -301,7 +301,7 @@ To install, just run the executable, and follow the instructions. The installer can automatically download the ROM images needed for running the emulator, but these can also be installed manually by downloading ep128emu_roms-2.0.11.7z from - https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/msg60525 + https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/msg61025 and extracting it to roms\ under the selected installation folder. When asked if configuration files should be reinstalled, click 'OK' when installing the first time, but this step can be skipped in later diff --git a/installer/ep128emu.nsi b/installer/ep128emu.nsi index e73f1a44..414b79ad 100644 --- a/installer/ep128emu.nsi +++ b/installer/ep128emu.nsi @@ -421,7 +421,7 @@ Section "Download and install ROM images" SecDLRoms MessageBox MB_OK "WARNING: download from ep128.hu failed ($R0), trying enterpriseforever.com instead" - INetC::get "https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/?action=dlattach;attach=16823" "$INSTDIR\roms\ep128emu_roms-2.0.11.bin" + INetC::get "https://enterpriseforever.com/letoltesek-downloads/egyeb-misc/?action=dlattach;attach=16928" "$INSTDIR\roms\ep128emu_roms-2.0.11.bin" Pop $R0 StrCmp $R0 "OK" downloadDone 0 StrCmp $R0 "Cancelled" downloadDone 0 diff --git a/installer/makecfg.cpp b/installer/makecfg.cpp index b13302b1..454ec30a 100644 --- a/installer/makecfg.cpp +++ b/installer/makecfg.cpp @@ -49,7 +49,7 @@ # ifndef MAKECFG_ROM_URL_2 # define MAKECFG_ROM_URL_2 "https://enterpriseforever.com/" \ "letoltesek-downloads/egyeb-misc/" \ - "?action=dlattach;attach=16823" + "?action=dlattach;attach=16928" # endif # include #endif