datajerk / c2t

Retro Code (Apple II, Cosmac VIP) to Tape/Text
BSD 3-Clause "New" or "Revised" License
64 stars 11 forks source link

MPF-II (Apple-II clone) support added; CodeBlocks project file added #24

Closed vitasam closed 1 year ago

vitasam commented 1 year ago

Hello, we have discussed Microprofessor-II tape format some time ago. I've added dedicated option -3 as MPF-II machine.

Also, a CodeBlocks project file added - quite useful cross-platform IDE.

datajerk commented 1 year ago

I'm confused as to what this patch actually does other than slightly different informational output to stderr/stdout, but none of the assembly has been changed or the actual code that creates the audio files. also c2t.h is generated (see the makefile).

vitasam commented 1 year ago

Hei. Yes, the patch does nothing extra to Apple II option, except "CALL -159" instead of "151" and extra letter "A" in the end of the address. This is Microprofessor-II syntax. So if one has MPF-II, it will help to recall what are the correct commands.

About .h file - yep, I missed that point that it was autogenerated.

vitasam commented 1 year ago

This is my repo with MPF-II stuff, where I'm going to use c2t as a part of upcoming toolkit