Skip to content

Commit

Permalink
Update to latest CSpect, ZEsarUX and Core
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorza committed Jun 18, 2023
1 parent 78546d4 commit 635e849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/engine/development.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ func (s Sources) resolve(name string) (string, error) {
}

var sources = Sources{
Source{Name: "cspect", Arch: "", OS: "", Url: "http://www.javalemmings.com/public/zxnext/CSpect2_17_1.zip"},
Source{Name: "zesarux", Arch: "amd64", OS: "windows", Url: "https://github.com/chernandezba/zesarux/releases/download/ZEsarUX-10.1/ZEsarUX_windows-10.1.zip"},
Source{Name: "core3", Arch: "", OS: "", Url: "https://www.specnext.com/distro/22.09/sn-emulator-22.09.zip"},
Source{Name: "cspect", Arch: "", OS: "", Url: "https://www.dropbox.com/s/6hcl37zyqqars4q/CSpect2_19_4_3.zip?dl=1"},
Source{Name: "zesarux", Arch: "amd64", OS: "windows", Url: "https://github.com/chernandezba/zesarux/releases/download/ZEsarUX-10.3/ZEsarUX_windows-10.3.zip"},
Source{Name: "core3", Arch: "", OS: "", Url: "https://github.com/taylorza/zxenv/raw/main/images/tbblue_core_3_02_00_os_2_08.zip"},
Source{Name: "2gb", Arch: "", OS: "", Url: "http://www.zxspectrumnext.online/cspect/cspect-next-2gb.zip"},
Source{Name: "4gb", Arch: "", OS: "", Url: "http://www.zxspectrumnext.online/cspect/cspect-next-4gb.zip"},
Source{Name: "8gb", Arch: "", OS: "", Url: "http://www.zxspectrumnext.online/cspect/cspect-next-8gb.zip"},
Expand Down

0 comments on commit 635e849

Please sign in to comment.