Add ZRC512 Support

Thanks and credit to Bill Shen for providing the build updates.
This commit is contained in:
Wayne Warthen
2023-12-09 16:26:23 -08:00
parent f230fb22da
commit 3df34b4ce0
22 changed files with 249 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ call BuildROM %* || exit /b
call BuildZRC || exit /b
call BuildZ1RCC || exit /b
call BuildZZRCC || exit /b
call BuildZRC512 || exit /b
if "%1" == "dist" (
call Clean || exit /b