1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 20:16:39 +00:00

Added support for embedded ROM images in simulators.

This allows a single simulator executable to be a completely useful component (for those simulators which dynamically load ROM or other boot code).
Meanwhile, we continues to allow the explicit use of a user's preferred ROM or other boot code as well.
A build option is provided in the makefile to not build with the included ROM functionality if desired.
This commit is contained in:
Mark Pizzolato
2011-09-23 13:07:14 -07:00
parent 312bc9a967
commit cb35f6c97b
11 changed files with 12067 additions and 602 deletions

View File

@@ -26,6 +26,8 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Build Dependent ROM include File(s)"
CommandLine="pushd ..&#x0D;&#x0A;$(TargetDir)BuildROMs&#x0D;&#x0A;popd"
/>
<Tool
Name="VCCustomBuildTool"
@@ -109,6 +111,8 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Build Dependent ROM include File(s)"
CommandLine="pushd ..&#x0D;&#x0A;$(TargetDir)BuildROMs&#x0D;&#x0A;popd"
/>
<Tool
Name="VCCustomBuildTool"