This commit is contained in:
folkert van heusden 2024-03-31 21:45:23 +02:00
parent bea00df144
commit a908c72761
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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