2 次程式碼提交 (f02c5c4ef9cb7fa6cac8c363d220df7a211acd09)

作者 SHA1 備註 提交日期
  Bryan Miller 2784031e8a Broke up the src/memory/memory.js file into rom, ram, and shadow. Updated src/memory/index.js and tests as needed. 5 年之前
  Bryan Miller 37709db2ee Moved all MOS-based chips into a single MOS directory. Modified test names to match. Updated all affected files to reflect new path and file name changes. 5 年之前
  Bryan Miller 887c5adfd3 MOS6502/cpu has the method .hardReset(). Improvements to ALU function, especially in BCD math. Tests enhanced and added test for ADC Immediate BCD mode. 5 年之前
  Bryan Miller fd49d3d657 MOS6502.cpu increasing of program counter slightly modified, fixed some minor bugs. MOS6502.cpu tests updated to be cleaner and clearer and include from flag testing in the existing ADC/SBC tests. 5 年之前
  Bryan Miller 65ad33f262 Started adjusting MOS6502.cpu tests to use the MOS6502.assembler to 'compile' the assembly being tested. 5 年之前
  Bryan Miller ecd453d812 Moved MOS6502 out of the chip directory. Adjusted tests accordingly. 5 年之前
  Bryan Miller 495c5b6d13 Memory module bug fixes. Memory test added. 5 年之前
  Bryan Miller beab01695c Rewrote memory classes and put them in their own folder. Updated MOS6502/cpu and relavent tests. 5 年之前
  Bryan Miller 5781e7617a Added interrupt handlers (by way of psuedo hijacking BRK) and make reset a property. Updated tests accordingly. 5 年之前
  Bryan Miller 440c54349f Added more MOS6502/cpu tests. File dummy updated with unofficial tests. 5 年之前
  Bryan Miller b94470cdae Testing file for MOS6502/cpu 5 年之前