Fixed assorted inspection errors
This commit is contained in:
parent
127442d405
commit
a03f076355
5 changed files with 9 additions and 7 deletions
|
|
@ -35,11 +35,13 @@
|
|||
import Str from "../../shared/es6/strlib";
|
||||
import Web from "../../shared/es6/weblib";
|
||||
import Component from "../../shared/es6/component";
|
||||
import PDP11 from "./defines";
|
||||
import BusPDP11 from "./bus";
|
||||
import MemoryPDP11 from "./memory";
|
||||
import MessagesPDP11 from "./messages";
|
||||
import PC11 from "./pc11";
|
||||
import RL11 from "./rl11";
|
||||
import RK11 from "./rk11";
|
||||
|
||||
class DevicePDP11 extends Component {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue