PDP11: Add ROM device build support for VMS and Visual Studio
This commit is contained in:
parent
122a87e544
commit
e1db7dec41
2 changed files with 6 additions and 1 deletions
|
@ -288,6 +288,10 @@
|
|||
RelativePath="..\PDP11\pdp11_rl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_rom.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_rp.c"
|
||||
>
|
||||
|
|
|
@ -594,7 +594,8 @@ PDP11_SOURCE2 = $(PDP11_DIR)PDP11_TM.C,$(PDP11_DIR)PDP11_TS.C,\
|
|||
$(PDP11_DIR)PDP11_XU.C,$(PDP11_DIR)PDP11_TU.C,\
|
||||
$(PDP11_DIR)PDP11_DL.C,$(PDP11_DIR)PDP11_RF.C, \
|
||||
$(PDP11_DIR)PDP11_RC.C,$(PDP11_DIR)PDP11_KG.C,\
|
||||
$(PDP11_DIR)PDP11_KE.C,$(PDP11_DIR)PDP11_DC.C
|
||||
$(PDP11_DIR)PDP11_KE.C,$(PDP11_DIR)PDP11_DC.C,\
|
||||
$(PDP11_DIR)PDP11_ROM.C
|
||||
PDP11_OPTIONS = /INCL=($(SIMH_DIR),$(PDP11_DIR)$(PCAP_INC))\
|
||||
/DEF=($(CC_DEFS),"VM_PDP11=1"$(PCAP_DEFS))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue