Zorchenhimer
c2a6fc7fa3
Add the 0x05 block type; Remove --extract from fdslist
...
- Block type 0x05 is some weird test pattern thing???
- Removed --extract from the fdslist utility
2025-12-12 23:37:13 -05:00
Zorchenhimer
ccdb696c2d
Move the .fds check to ReadRomFile()
...
The filename is already beeing passed into ReadRomFile(), so just check
it in there instead of requiring IsFds to be passed separately.
2025-12-07 20:52:57 -05:00
Zorchenhimer
172e1211c5
Add ReadRomFile
...
This function combines ReadRomBlocks() and RomFromBlocks() into a single
function. The other two functions still exist.
2025-12-07 20:48:38 -05:00
Zorchenhimer
4ab973c6b2
Rework Rom struct; Print more info
...
- Reworked the Rom struct to make more sense in an emulation
environment. Currently, cannot convert this to a .fds file, but maybe
later.
- Print info using the reworked Rom struct. More info is printed.
2025-12-07 20:13:29 -05:00
Zorchenhimer
93c056db49
Initial commit
...
Bare-bones functionality so far. Lists blocks in a rom with minimal
information.
2025-12-06 14:15:08 -05:00