Skip to content

Commit

Permalink
Updated ROM package download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-v committed Dec 22, 2016
1 parent 97ee7ff commit 298dc09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/ep128emu.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/makecfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <curl/curl.h>
#endif
Expand Down

0 comments on commit 298dc09

Please sign in to comment.