Where can download the tool for BIN to SMD?

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Post Reply
zhengyaxin_8bit
Very interested
Posts: 101
Joined: Thu Sep 04, 2008 2:57 am
Location: China

Where can download the tool for BIN to SMD?

Post by zhengyaxin_8bit »

What's smd file? why there have two types file in MD?
Chilly Willy
Very interested
Posts: 2993
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy »

SMD is a crazy format derived from saving roms individually back in the really old days of MD cart backup. Early carts used two roms - one for each byte of the word the 68000 bus addresses. Dumping the roms separately means each file has every other byte. Early dumpers saved 8KB from one rom, then 8KB from the other rom, then back to the first rom again until the roms were dumped. So SMD files have 8 KB blocks of every other byte. It's a huge pain to deal with, so most folks use plain binary dumps.

If you have any SMD files, I suggest converting them to plain binary using something like ucon64.
Post Reply