retroenv / nesgodisasm

Nintendo Entertainment System ROM disassembler written in Golang
Apache License 2.0
14 stars 2 forks source link

FDS Support #76

Open htmlcoder2023 opened 8 months ago

htmlcoder2023 commented 8 months ago

Nesgodisasm should add support for FDS ROMs. I understand this would be quite obnoxious to make because the disassembler would need to make at least 4 separate files, and then the disassembler would need to support ca65, nesasm, and asm6.

Or, the disassembler could support files divided into chunks by segaloco's FDS File Chunker at https://gitlab.com/segaloco/fdschunk.