Skip to content

NesHacker/DoubleDabble6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoubleDabble6502

An NES implementation of 8-bit Double Dabble

Double Dabble Code

The code for Double Dabble and the VRAM printing routine are both in the src/doubledabble.s file. Look for the following:

  • .proc double_dabble, and
  • .proc print_bcd

The project also has a routine to check the controller D-PAD and add/subtract rupees based on what button was pressed:

  • .proc update_rupees

Building

The project requires ca65 and ' make and can be built by running make from the project root.

About

An NES implementation of 8-bit Double Dabble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published