6 次代码提交 (8587a63df9c9b7247e09555e417bf45c68138382)

作者 SHA1 备注 提交日期
  Bryan Miller efbeb123db CTRLBanksStore, CTRLPalettesStore, and NESPalette now have an .obj property which returns a java object of the class's underlying data in a form that can be turned into a JSON. Each class's .json property has been modified to use the new .obj property. 5 年前
  Bryan Miller 0b720d69d3 NESPalette updated to include a json parameter used for import and export. 5 年前
  Bryan Miller 0d9058b70a Modified NESPalette to accept color indexes as two character hex strings. 5 年前
  Bryan Miller 958450729e NESPalette now has a static .Default[] array containing a system-wide palette. This is now used by NESBank instead of __default_pi (which is also removed from ISurface) 5 年前
  Bryan Miller 95e479b81e NESPalette class now exported as default. Updated imports accordingly. 6 年前
  Bryan Miller 6b15932ff0 Reorganized files. Adjusted imports to match new locations. 6 年前
  Bryan Miller 5c66e788f0 Fixed an emitted event name in NESPalette 6 年前
  Bryan Miller 59d5722192 Fixed a small bug in NESPalette 6 年前
  Bryan Miller 21d32a8ca2 Added JSDoc comments to NESPalette 6 年前
  Bryan Miller 2eb7cccd73 Better handling of the EventCaller.emit() method for argument passing. 6 年前
  Bryan Miller 521fff0e37 Integrated EventCaller into NESPalette. 6 年前
  Bryan Miller edde30cdbf Fixed typo in NESPalette. 6 年前
  Bryan Miller f2ee7d464e NESPalette method argument idx renamed to reduce confusion... to me. lol 6 年前
  Bryan Miller a80ce69b00 Added a NES Palette manager/generator which can export to assembler string of the palette data. Main.js has a little test code. 6 年前