Do you know the ins and outs of your Daedalus? Today, StrmnNrmn is taking a crack at how his homebrew N64 emulator is working on the N64 PIFs - that's peripheral interfaces. Here's the long and short of what it does:- Reading the controller status
- Reading/writing to the eeprom
- Reading/writing to the controller mempak
"These two problems combined to cause certain roms to get confused and hang when trying to access the mempak. The total fix was a few dozen lines of code to separate out the PIF formatting from the command execution, and a single-line fix for the second issue."
If you don't understand that, let it be. It's really hard to understand for non-coders and homebrewers. We're all just so impressed by how clever StrmnNrmn is in developing and manipulating codes. But the big picture is: he's making progress. And that's what's important.
Do you know the ins and outs of your Daedalus? Today, StrmnNrmn is taking a crack at how his homebrew N64 emulator is working on the N64 PIFs - that's peripheral interfaces. Here's the long and short of what it does:- Reading the controller status
- Reading/writing to the eeprom
- Reading/writing to the controller mempak
"These two problems combined to cause certain roms to get confused and hang when trying to access the mempak. The total fix was a few dozen lines of code to separate out the PIF formatting from the command execution, and a single-line fix for the second issue."
If you don't understand that, let it be. It's really hard to understand for non-coders and homebrewers. We're all just so impressed by how clever StrmnNrmn is in developing and manipulating codes. But the big picture is: he's making progress. And that's what's important.
