Hey folks,
I've recently become interested in the 6502 from Ben Eater's videos (I'm sure that's true for a lot of the newcomers here). Before building his kit I wanted to play around with coding for the 6502 and since I'm a rubyist I wanted to build the environment out in ruby. So to start I've wrapped fake6502 in a ruby gem and added some convenience features:
https://github.com/infiton/ruby6502.
I've started to build a terminal based emulator based on this (
https://github.com/infiton/term6502) but it's in much rougher shape and right now I don't give any guarantees on portability beyond my macbook
I've attached a quick video of Conway's game of life running in the terminal emulator.
Any feedback would be much appreciated