Fantasy 8Bit system (F8), is a fantasy 8bit console and a set of libraries for creating fantasy 8bit consoles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
131B

  1. module.exports = Object.freeze({
  2. Memory: require("./memory.js"),
  3. MMC: require("./mmc.js"),
  4. IMem: require("./imem.js")
  5. });