Search found 2 matches
- Fri Apr 04, 2014 8:21 am
- Forum: NESdev
- Topic: Burn: making .nes rom file from Ruby
- Replies: 4
- Views: 2401
Re: Burn: making .nes rom file from Ruby
Developing against inaccurate emulators produces programs that won't run on the actual hardware. Some of the tests even cause both firefox and chromium to lock up. I recommend nestopia, nintendulator, punes, and/or bizhawk for accuracy. I was not aware of this at all, thank you so much for kind adv...
- Thu Apr 03, 2014 9:47 am
- Forum: NESdev
- Topic: Burn: making .nes rom file from Ruby
- Replies: 4
- Views: 2401
Burn: making .nes rom file from Ruby
Let me please introduce my hobby project, which make .nes application from Ruby. Burn is a toolkit to create .nes executables. Internally Burn translate Ruby DSL into C source code to make use of cc65. Kindly visit project page for more detail: https://github.com/remore/burn Burn is now version 0.1....