Browse Source

Added module index file for src/MOS.

master
Bryan Miller 5 years ago
parent
commit
5237ac8a8c
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      src/MOS/index.js

+ 8
- 0
src/MOS/index.js View File



module.exports = Object.freeze({
CIA: require("./CIA.js"),
M6502: require("./6502")
});



Loading…
Cancel
Save