SM2011
SM2011

Reputation: 287

C64 development in Xcode?

With the Vice C64 emulator I've got a tool called 'petcat', which converts BASIC (ascii text) to a .prg file for running in Vice. Previsouly I've been able to develop in TextMate and set up a key-press 'bundle' in there to make a shell call out to pet cat, passing in $FILENAME type variables, and this creates the .prg file okay.

Is it possible to do this in Xcode?

Upvotes: 3

Views: 220

Answers (1)

Daij-Djan
Daij-Djan

Reputation: 50119

sure, use an 'external build system' project. Then edit the MakeFile to do what you want.

Upvotes: 1

Related Questions