Miscellaneous

- Fix SN76489 variable names referring to different driver
- Make SIMH config filenames consistent with others
This commit is contained in:
Wayne Warthen
2024-09-09 09:04:12 -07:00
parent 7e4c4d35e4
commit d416a986bb
3 changed files with 5 additions and 5 deletions

View File

@@ -204,7 +204,7 @@ goto :eof
:dist
call Build SBC std || exit /b
call Build SBC simh || exit /b
call Build SBC simh_std || exit /b
call Build MBC std || exit /b
call Build ZETA std || exit /b
call Build ZETA2 std || exit /b