PocketNES update, assisted by AI

  • Thread starter Thread starter Krem Quay
  • Start date Start date
  • Views Views 1,817
  • Replies Replies 27
  • Likes Likes 4
Sorry for the delay, everyone! I've been working on getting AI to help reverse-engineer the VT03 hardware to make a spinoff of PocketNES titled PocketVT. Currently only Lonely Island (depicted) is confirmed to work. Repo here: https://github.com/GamingFanboy365/pocketvt

I may have to make a separate spinoff thread for this, but point is: i've been busy!

@Jayro btw, pocketnes.elf and pocketnes.gba been uploaded to Github repo
 

Attachments

  • Screenshot at 2026-07-09 06-08-32.png
    Screenshot at 2026-07-09 06-08-32.png
    11.5 KB · Views: 1
Yes sir. In fact, I am interested in learning about your approach to AI augmented software development. For example, what is the limit on lines of code you can include in a single prompt to Claude or Gemini? (When testing free AI-endpoints I notice it cuts you off after 3k lines of code, is the limit the same or bigger for paid accounts?). Also, I have only used AI with the chat interface, is agentic mode a big boost to productivity? Thank you for your time.
 
  • Like
Reactions: Krem Quay
you can upload some files to it on claude.ai -- like NESdev XML's. i did the grind work of having it convert an official VT03 (and VT02) datasheet pdf to .md

obviously paid accounts will get you more usage time. im on the Pro tier of claude and gemini. but again, I use Claude for programming because the way it was able to get all this to work is that it was able to use mGBA for debugging, but I had to set it to higher tier models (Opus 4.8 and Fable 5) and set the effort level to max because reverse-engineering a 12-bit NES famiclone architecture is not well documented.

but then effort, i think, can be dropped to like low or medium on Claude Opus when working with, let's say, adding extra NES mappers to PocketNES because NES mappers are widely documented, unlike VT03
 
  • Like
Reactions: radicalten
I see, thank you. I was wondering in terms of my own projects, say I have repo with 50 c files, each 1k lines of code. With free AI I am able to upload 3 of those c files before the entire interface shuts down. With claude could I upload all 50 c files in one context? Or is that beyond the current capabilities?
 
i think it's beyond, but i havent tried, just upload a zip file & that could help. claude does have a 100-file limit per conversation though, i believe
 
  • Like
Reactions: radicalten

Site & Scene News

Popular threads in this forum