cc65 / cc65

cc65 - a freeware C compiler for 6502 based systems
https://cc65.github.io
zlib License
2.3k stars 432 forks source link

ca65: Add support for Famicom Disk System (*.FDS) images #419

Closed TheRealHamtaro126 closed 7 years ago

TheRealHamtaro126 commented 7 years ago

Can it be possible to add support for building Famicom Disk System (*.FDS) images into CA65? it's viable for homebrewers to make and rewrite disks for that system. and is an important to add to CA65, too!

Also, make sure please tell people to get the FDS BIOS and the disk-based copy protection file (KYODAKU) files themselves, for copyright reasons!

mrdudz commented 7 years ago

thats not something the cc65 toolchain should do, imho. for example it does not contain tools to build C64 diskimages either.

silverdr commented 7 years ago

Exactly. Such things simply do not belong to cc65 yet are easily integrated on the build system level, using original, specialised tools, instead. -- Sent from mobile device. Please have understanding.

On 10 April 2017 16:49:40 CEST, Bob Andrews notifications@github.com wrote:

thats not something the cc65 toolchain should do, imho. for example it does not contain tools to build C64 diskimages either.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/cc65/cc65/issues/419#issuecomment-292972872

oliverschmidt commented 7 years ago

@TheRealHamtaro126: Thanks for your interest in cc65. However I fully agree with the other comments - and therefore close this.

nicklausw commented 7 years ago

@TheRealHamtaro126 there's always the option to make a set of macros for things like this, or a cfg file.

polluks commented 7 years ago

@TheRealHamtaro126 indeed, you need a new config because of the ROM header.

bbbradsmith commented 7 years ago

I don't think there's any need for "support", you can already do everything you need with a suitable config file. I made an example here: https://forums.nesdev.com/viewtopic.php?p=193241#p193241

oliverschmidt commented 7 years ago

@bbbradsmith:

Maybe you want to add (some of) that information to the cc65 Wiki on a new page (linked at https://github.com/cc65/wiki/wiki#target-platforms). You're already a cc65 Wiki editor.