Skip to content

zohassadar/python-edlinkn8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python EDLink N8

This provides some functionality of the edlink-n8 portion of krikzz/EDN8-PRO in python.

  • Launch rom
  • Apply ips/bps patch when launching rom
  • Optionally save rom to SD card when launching
  • Use as module to interact with fifo queue

No Install

Requires pyserial module to be available

python edlinkn8.py duckhunt.nes

Install

The install portion is preferably done while in an active virtual environment.

git clone https://github.com/zohassadar/python-edlinkn8
cd python-edlinkn8
pip install -r requirements.txt
pip install -e .

Use

edlinkn8 mario3.nes -p kaizo.ips

About

Python port of ROM loading & FIFO queue features from https://github.com/krikzz/EDN8-PRO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages