meta
This commit is contained in:
parent
bea00df144
commit
a908c72761
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#! /usr/bin/python3
|
#! /usr/bin/python3
|
||||||
|
|
||||||
|
# place in the same folder as https://github.com/outofmbufs/python-pdp11-emulator
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from machine import PDP1170
|
from machine import PDP1170
|
||||||
from mmio import MMIO
|
from mmio import MMIO
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#! /usr/bin/python3
|
#! /usr/bin/python3
|
||||||
|
|
||||||
|
# place in the same folder as https://github.com/outofmbufs/python-pdp11-emulator
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import json
|
import json
|
||||||
from machine import PDP1170
|
from machine import PDP1170
|
||||||
|
|
Loading…
Add table
Reference in a new issue