GithubHelp home page GithubHelp logo

eightbithero / edn8usb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from masible/edn8usb

0.0 0.0 0.0 185 KB

Tool to use the optional USB port on the Everdrive N8 board.

License: Creative Commons Zero v1.0 Universal

C# 97.14% Makefile 2.86%

edn8usb's Introduction

edn8usb

Tool to use the optional USB port on the Everdrive N8 board. Instructions on how to install the chip are available on the forum.

Binaries

A Windows binary is available from the Everdrive download site in the usb-tool.zip archive. A Linux binary can be obtained by running make.

Usage

Q: How to load rom for test ?

A: edn8usb testrom.nes

Q: How to load rom with custom fpga mapper for test ?

A: edn8usb edfc-fpga.rbf testrom.nes

Q: Where i can get drivers for usb port?

A: http://www.ftdichip.com/FTDrivers.htm

Q: Can i use USB port to transfer some debug data from nes to PC?

A: Yes

  1. lda #1, sta $4400, lda #3, sta $4402 //magic initialization
  2. now we can communicate with PC via $4401 also can be useful to check $4403.1 and $4403.2 before than read or write to $4401.

$4403.1 shows if port ready for read

$4403.2 shows if port ready for write

fpga bus_mode should be equal to 3(BMOD_REGS), otherwise access to custom registers will be closed.

From PC side communication interface looks like standard serial COM port.

License

The software is available under the CC0 license, a license equivalent to the Public Domain license (relicense, cached).

Contact

Contact me if you have some other questions about this stuff, or use the official Krikzz forum.

07.02.2013

edn8usb's People

Contributors

hadess avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.