Fixed assorted inspection errors

This commit is contained in:
Jeff Parsons 2016-12-21 17:37:01 -08:00 committed by Jeff Parsons
commit a03f076355
5 changed files with 9 additions and 7 deletions

View file

@ -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 {
/**