I've wanted to remake some 7800 games for the longest time using js/canvas but didn't feel like taking screen grabs of everything. I saw in a pretty old thread Propane13 made an app that rips the sprites basically by dumping and displaying the raw data. Unfortunately the qbasic code included wasn't the code to do that, so I decided to recreate it using JS.
Currently it only supports 160A mode and the select able colors on the color pallet were taken from Trebors NTSC pallet.
Atari Rom Display
Source if anyone wants to check it out/hack on it
Anyway I figured some other people might get use out of this, I plan on expanding it to support 2600 games which is really simple, and possibly some of the other 7800 modes. Was even considering an onscreen editor for manipulating pixels, which then allows you to save out the bins. Not sure the feasibility in this but might be fun to do.
Currently it only supports 160A mode and the select able colors on the color pallet were taken from Trebors NTSC pallet.
Atari Rom Display
Source if anyone wants to check it out/hack on it
Anyway I figured some other people might get use out of this, I plan on expanding it to support 2600 games which is really simple, and possibly some of the other 7800 modes. Was even considering an onscreen editor for manipulating pixels, which then allows you to save out the bins. Not sure the feasibility in this but might be fun to do.