-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a5746a
commit 4506f56
Showing
14 changed files
with
202 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:: Set current directory and paths | ||
::@echo off | ||
C: | ||
CD %~dp0 | ||
CD ..\ | ||
|
||
copy .\dot\ESPUPDATE. ..\tbblue\dot\ESPUPDATE | ||
copy .\build\readme.txt ..\tbblue\src\asm\espupdate\*.* | ||
copy .\build\get*.??t ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\build\AppendFW.exe.config ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\build\CombineFW.exe.config ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\build\NormalizeESPLogs.exe.config ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\build\PackageFW.exe.config ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\build\ZXVersion.exe.config ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\build\builddot.bat ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\build\*.bas ..\tbblue\src\asm\espupdate\build\*.* | ||
copy .\src\asm\*.asm ..\tbblue\src\asm\espupdate\src\asm\*.* | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
; Copyright 2020 Robin Verhagen-Guest | ||
; | ||
; Licensed under the Apache License, Version 2.0 (the "License"); | ||
; you may not use this file except in compliance with the License. | ||
; You may obtain a copy of the License at | ||
; | ||
; http://www.apache.org/licenses/LICENSE-2.0 | ||
; | ||
; Unless required by applicable law or agreed to in writing, software | ||
; distributed under the License is distributed on an "AS IS" BASIS, | ||
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
; See the License for the specific language governing permissions and | ||
; limitations under the License. | ||
|
||
To build ESPUPDATE on Windows 10 from source you obtained from the ZX Spectrum Next� distro or gitlab repository: | ||
|
||
DO THIS ONCE: | ||
============= | ||
Browse to the "build" directory. | ||
Doubleclick on "get-tools.bat". | ||
Wait while several tools and binaries are downloaded. | ||
When prompted "Press any key to continue", press a key. | ||
|
||
DO THIS EVERY TIME YOU WANT TO BUILD: | ||
===================================== | ||
Browse to the "build" directory. | ||
Doubleclick on "zeustest.exe". | ||
Do File >> Open, then browse to the "src\asm" directory. | ||
Select "main.asm" and click the Open button. | ||
In Zeus, on the "Zeus (assembler)" tab, click the Assemble button. | ||
The dot command will be build in the "dot" folder as "ESPUPATE". | ||
Copy this file to the dot folder on your Next SD card. | ||
|
||
INFO | ||
==== | ||
The latest full source and build tools for ESPUPATE are always available at: | ||
https://github.com/Threetwosevensixseven/espupdate | ||
|
||
ESPUPDATE is � 2020 Robin Verhagen-Guest, and licensed under Apache 2.0 | ||
(https://github.com/Threetwosevensixseven/espupdate/blob/master/LICENSE) | ||
ZX Spectrum Next is a trademark of SpecNext Ltd. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
; version.asm | ||
; | ||
; Auto-generated by ZXVersion.exe | ||
; On 16 Feb 2020 at 19:47 | ||
; On 19 Feb 2020 at 19:46 | ||
|
||
BuildNo macro() | ||
db "68" | ||
db "69" | ||
mend | ||
|
||
BuildNoValue equ "68" | ||
BuildNoWidth equ 0 + FW6 + FW8 | ||
BuildNoValue equ "69" | ||
BuildNoWidth equ 0 + FW6 + FW9 | ||
|
||
|
||
|
||
BuildDate macro() | ||
db "16 Feb 2020" | ||
db "19 Feb 2020" | ||
mend | ||
|
||
BuildDateValue equ "16 Feb 2020" | ||
BuildDateWidth equ 0 + FW1 + FW6 + FWSpace + FWF + FWe + FWb + FWSpace + FW2 + FW0 + FW2 + FW0 | ||
BuildDateValue equ "19 Feb 2020" | ||
BuildDateWidth equ 0 + FW1 + FW9 + FWSpace + FWF + FWe + FWb + FWSpace + FW2 + FW0 + FW2 + FW0 | ||
|
||
|
||
|
||
BuildTime macro() | ||
db "19:47" | ||
db "19:46" | ||
mend | ||
|
||
BuildTimeValue equ "19:47" | ||
BuildTimeWidth equ 0 + FW1 + FW9 + FWColon + FW4 + FW7 | ||
BuildTimeValue equ "19:46" | ||
BuildTimeWidth equ 0 + FW1 + FW9 + FWColon + FW4 + FW6 | ||
|
||
|
||
|
||
BuildTimeSecs macro() | ||
db "19:47:48" | ||
db "19:46:47" | ||
mend | ||
|
||
BuildTimeSecsValue equ "19:47:48" | ||
BuildTimeSecsWidth equ 0 + FW1 + FW9 + FWColon + FW4 + FW7 + FWColon + FW4 + FW8 | ||
BuildTimeSecsValue equ "19:46:47" | ||
BuildTimeSecsWidth equ 0 + FW1 + FW9 + FWColon + FW4 + FW6 + FWColon + FW4 + FW7 |