Attempted to clean up mapUnibus() and bus-related faults; how well or ill-advised these changes are remains to be seen
This commit is contained in:
parent
96ad4ec37e
commit
daefc2992c
41 changed files with 1454 additions and 1476 deletions
11
apps/pdp11/boot/monitor/makefile
Normal file
11
apps/pdp11/boot/monitor/makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Don't have macro11? Make yourself a copy from https://github.com/shattered/macro11
|
||||
#
|
||||
|
||||
all: PDPJSMON.json
|
||||
|
||||
PDPJSMON.lst: PDPJSMON.mac
|
||||
macro11 PDPJSMON.mac -l PDPJSMON.lst
|
||||
|
||||
PDPJSMON.json: PDPJSMON.lst
|
||||
node ../../../../modules/filedump/bin/filedump --file=PDPJSMON.lst --format=octal --output=PDPJSMON.json --overwrite
|
||||
Loading…
Reference in a new issue