home.social

#mc6800 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mc6800, aggregated by home.social.

  1. Grabbed a highlight from Sunday's #pinball hacking #stream where I explain what I'm working on and how it fits into my project to a chatter who dropped in.

    A good overview if you're interested in my work reverse-engineering Data East's Time Machine so I can add my own enhancements to the code.
    twitch.tv/gandalfdagreat/v/248

    #reverseEngineering #mc6800 #disassembly #pinMAME #MAME #C #Livestream #twitch #hacking #retroComputing

  2. Another detour on the Time Machine #Pinball #disassembly project, I think the processor specification I've been using is incomplete. There are a lot of instances of indexed addressing being interpreted as an offset from the current address. This is making it hard to figure out where in RAM different pieces of data live without manually calculating the address.

    Time to learn #Sleigh and patch the processor definition. Maybe the extension author will even accept a pull request.

    #Ghidra #MC6800