Add Heath H8 Framework

This commit is contained in:
Wayne Warthen
2023-09-14 19:38:17 -07:00
parent 7fce3277a0
commit cfc76d0659
37 changed files with 676 additions and 34 deletions

View File

@@ -44,6 +44,7 @@ if [ "${ROM_PLATFORM}" == "dist" ] ; then
ROM_PLATFORM="Z80RETRO"; ROM_CONFIG="std"; bash Build.sh
ROM_PLATFORM="ZETA"; ROM_CONFIG="std"; bash Build.sh
ROM_PLATFORM="ZETA2"; ROM_CONFIG="std"; bash Build.sh
ROM_PLATFORM="HEATH"; ROM_CONFIG="std"; bash Build.sh
exit
fi