From 74d25aa2dfbc75ab48e6c86bedc1c5dcb3e69ad3 Mon Sep 17 00:00:00 2001 From: Phillip Stevens Date: Tue, 9 Feb 2021 17:51:16 +1100 Subject: [PATCH] fix divergence from wwarthen-dev --- .github/workflows/commit.yml | 32 +++++++++++++++++--------------- Source/Doc/GettingStarted.md | 1 - 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 84e9fcc3..bd44f3b0 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -18,20 +18,20 @@ jobs: - uses: actions/checkout@v2 - - name: Build - run: | - export TZ='America/Los_Angeles' - sudo apt-get install libncurses-dev - make - make clean - rm -rf .git* + - name: Build + run: | + export TZ='America/Los_Angeles' + sudo apt-get install libncurses-dev + make + make clean + rm -rf .git* - name: List Output run: | cd Binary ls -l find -type f -exec md5sum '{}' \; - + - name: Upload Artifact uses: actions/upload-artifact@v1 with: @@ -42,14 +42,16 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 + + - name: Build + run: | + export TZ='America/Los_Angeles' + sudo apt-get install libncurses-dev + make + make clean + rm -rf .git* - - name: Build - run: | - export TZ='America/Los_Angeles' - make - make clean - rm -rf .git* - name: List Output run: | cd Binary diff --git a/Source/Doc/GettingStarted.md b/Source/Doc/GettingStarted.md index 78adf0cb..35337ab5 100644 --- a/Source/Doc/GettingStarted.md +++ b/Source/Doc/GettingStarted.md @@ -153,7 +153,6 @@ the appropriate ROM image for your hardware. | RC Z180\* | RCZ180_ext.rom | 115200 | RC2014 w/ Z180 CPU & 512K banked RAM/ROM module | | RC Z180\* | RCZ180_nat.rom | 115200 | RC2014 w/ Z180 CPU & 512K native RAM/ROM module | | Easy Z80 | EZZ80_std.rom | 115200 | Sergey Kiselev's Easy Z80 | -| Tiny Z80 | EZZ80_tz80.rom | 115200 | Sergey Kiselev's Tiny Z80 | | SC126 | SCZ180_126.rom | 115200 | Stephen Cousin's SC126 Z180 | | SC130 | SCZ180_130.rom | 115200 | Stephen Cousin's SC130 Z180 | | SC131 | SCZ180_131.rom | 115200 | Stephen Cousin's SC131 Z180 |