Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

hai, sorry to bug you again but im stuck with a question mark (nothing to do with your fabulous work as such but i thought asking cant hurt)

If you could be so kind : what cartridge format have you used and what tools to combine the banks or compile the code into one .crt image please. Im personally much interested in 1mb format .crt images and it seems the docs arent very abundant. If you dont wanna give away trade secrets i totally understand but i thought asking cant hurt.

Thanks in advance (even if you keep it NDA hehe)

I can't speak for what Sarah uses, but the CC65 compiler suite is quite suitable for developing for bank switched cartridges, regardless whether you code in C or machine code.

I use 1mb EasyFlash cartridge format. All code and data is built using my custom build system, and I use the cartconv VICE util for making the cartridge .crt format.

There are docs available about the EasyFlash format if you search for it.

thanks, i figured it out the hard way already but thanks for answering. I basically used a hex editor to copy paste the chunks (CHIP s) and how to use eapi, other than that 64studio isnt in a total finished state but does the trick ... looking forward to bwc2 !!!