..
.nes.c.swp
Detecting some flash carts including NROM and UNROM.
2016-12-08 21:52:47 -06:00
buffer.c
Making progress on main program flow with detection in preparation for dumping/writing operations.
2016-12-07 18:08:31 -06:00
buffer.h
Making progress on main program flow with detection in preparation for dumping/writing operations.
2016-12-07 18:08:31 -06:00
dump.c
Some early dumping functionality working.
2016-11-30 22:52:43 -06:00
dump.h
Some early dumping functionality working.
2016-11-30 22:52:43 -06:00
flash.c
flashing page working, verified by reading back again.
2016-12-01 00:45:10 -06:00
flash.h
Some early dumping functionality working.
2016-11-30 22:52:43 -06:00
io.c
Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides
2016-11-27 17:47:40 -06:00
io.h
Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides
2016-11-27 17:47:40 -06:00
logic.h
Making progress on main program flow with detection in preparation for dumping/writing operations.
2016-12-07 18:08:31 -06:00
main.c
Some early dumping functionality working.
2016-11-30 22:52:43 -06:00
nes.c
Detecting some flash carts including NROM and UNROM.
2016-12-08 21:52:47 -06:00
nes.h
Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides
2016-11-27 17:47:40 -06:00
pinport.c
SNES dictionary creation, addition of NES cpu/ppu read/writes
2016-11-27 15:32:36 -06:00
pinport.h
Making progress on main program flow with detection in preparation for dumping/writing operations.
2016-12-07 18:08:31 -06:00
snes.c
Basic cartridge detection working. NES detected with CIRAM /CE and PPU /A13N jumper. Famicom detected with audio in/out connection. SNES detected by enabling control signals and reading reset vector looking for non 0xff data. Still need to add check that would pass with blank flash cart though reading flash ID's perhaps.
2016-12-04 03:16:40 -06:00
snes.h
SNES dictionary creation, addition of NES cpu/ppu read/writes
2016-11-27 15:32:36 -06:00
types.h
Some early dumping functionality working.
2016-11-30 22:52:43 -06:00
usb.c
Making progress on main program flow with detection in preparation for dumping/writing operations.
2016-12-07 18:08:31 -06:00
usb.h
Basic cartridge detection working. NES detected with CIRAM /CE and PPU /A13N jumper. Famicom detected with audio in/out connection. SNES detected by enabling control signals and reading reset vector looking for non 0xff data. Still need to add check that would pass with blank flash cart though reading flash ID's perhaps.
2016-12-04 03:16:40 -06:00