Yoshifanatic1

Results 12 issues of Yoshifanatic1

In the Tile Viewer, if you set the Bit Depth to "Mode 7" or "Mode 7 EXTBG", the Source is forced to be "VRAM" and the Address to $0000. While...

- When "trace" is enabled for SuperFX code, the generated trace log doesn't print out the state of the relevant RXX registers. The debugger window already does this when stepping...

As a small suggestion, perhaps Asar could have a few built in defines that contain the current time/date that asar began to assemble a file? Besides being an automatic method...

new feature
fixed in 2.0

Asar currently has the define operator "#=" that evaluates what is after it as a math expression and sets the result of it as the value for a define. Using...

In the process of making disassemblies, I prefer having the .b/.w/.l on every opcode so I can control exactly how asar assembles the opcodes. Since SHex doesn't put them into...

SHex doesn't allow you to use Goto Offset to jump to bank $70-$7D in a 4MB LoROM game, despite the fact that those banks are valid ROM banks. You specifically...

This would be a good feature to have for extracting blocks of data that make sense to be external files, like graphics, tilemaps, level data, .brr samples, etc.

Seeing as how SHex is meant to disassemble code that has been highlighted, it'd make sense for one to be able to do the same for data as well. The...

If you select Close Compare, then use Open Compare right afterwards, the Shex window will get larger like normal, but there will be a large blank space below the ROM...

While I'm working on a disassembly, I frequently use SHex to compare the ROM I'm assembling with a clean ROM to find where the differences are in order to correct...