1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +00:00

atari7800: display list, new memory map, logIllegal()

This commit is contained in:
Steven Hugg
2019-09-09 11:21:35 -05:00
parent 818386a5d2
commit 86e2866660
17 changed files with 751 additions and 21 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#!/bin/bash
. ./scripts/env.sh
VERSION=`git tag | tail -1`
#VERSION=`git tag -l HEAD`
#. ./scripts/env.sh
#VERSION=`git tag | tail -1`
VERSION=`git tag -l --points-at HEAD`
if [ "$VERSION" == "" ]; then
echo "No version at HEAD! Tag it first!"
exit 1