famiclom icon indicating copy to clipboard operation
famiclom copied to clipboard

An NES Emulator

Results 2 famiclom issues
Sort by recently updated
recently updated
newest added

After `(reset *nes*)` the CPU, PPU and APU have the value of its initform instead of the result of evaluating it. ``` lisp ? (reset *nes*) #S(NES :CPU (MAKE-CPU) :RAM...

Early in Mega Man 2 init, get-bank returns 31 which _is_ the value stored in the mapper accumulator register. However, the cartridge only has 16 rom banks. We promptly try...