Browse Source

fix divergence from wwarthen-dev

pull/191/head
Phillip Stevens 5 years ago
parent
commit
74d25aa2df
  1. 32
      .github/workflows/commit.yml
  2. 1
      Source/Doc/GettingStarted.md

32
.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

1
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 |

Loading…
Cancel
Save