NES emulator in progress
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.
 
 
Joaquin cf5b2613c6
[cpu.c] Add JMP(6C) IND addressing mode exception
3 years ago
.gitignore [debug] change all output to only show in DEBUG mode 4 years ago
Makefile [make] Clean up makefile (again) 4 years ago
bus.c [cpu.c] Add JMP(6C) IND addressing mode exception 3 years ago
bus.h [init] added files 4 years ago
cartridge.c [init] added files 4 years ago
cartridge.h [init] added files 4 years ago
common.h [std C compliance] replace #pragma once in common.h with standard #ifndef guard 4 years ago
cpu.c [cpu.c] Add JMP(6C) IND addressing mode exception 3 years ago
cpu.h [bugs] Fixed a lot of bugs (list below) 4 years ago
ppu.c [init] added files 4 years ago
ppu.h [init] added files 4 years ago
sampleoutput [init] added files 4 years ago