Skip to content

peternoyes/gododo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gododo

CLI tool for the Dodo the 6502 Portable Game System

This tool provides several options:

  1. -c will run a local simulator in the console, loading 'fram.bin' from the local folder.
  2. -s will run the simulator through a wepage accessible at localhost:3000
  3. -f will flash either fram.bin or the system firmware over the serial port to a connected Dodo System

The code for the simulator is found int the dodo-sim repository.

When running the simulator in the console, to exit, hit 'x'. The arrow keys as well as 'a' and 'b' map to Dodo's gamepad. For best results, increase the key repeat rate in your system preferences.

Installation

  1. Install go from golang.org
  2. At a terminal run: go get -u github.com/peternoyes/gododo

About

CLI for local Dodo development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages