Search found 4 matches

by EdwardianDuck
Sun Dec 22, 2019 1:55 pm
Forum: Programming
Topic: Re: 650x Series IDE
Replies: 13
Views: 6254

Re: 650x Series IDE

Currently I just use Visual Studio Code with a syntax highlighting plug-in for CA65 plus either a make file or shell script for building projects. From what I remember, modifying the plug-in for another assembler's syntax didn't look that hard, it's just a matter of editing some XML or JSON ...
by EdwardianDuck
Wed Oct 04, 2017 2:22 pm
Forum: Programming
Topic: Keeping CC65 interrupts alive when calling MADS library
Replies: 2
Views: 983

Re: Keeping CC65 interrupts alive when calling MADS library

I'm not sure from reading your code, coupled with my relative inexperience (what you are doing is more sophisticated than anything I've tried), but I think because you are exiting the VBI with RTI rather than jumping to the documented OS entry points, you are bypassing the OS routines to scan the ...
by EdwardianDuck
Wed Oct 04, 2017 12:13 pm
Forum: Programming
Topic: Using fopen() in cc65
Replies: 9
Views: 2238

Re: Using fopen() in cc65

I'm at work without access to hobby stuff, so I cheated a bit by taking an existing ATR from a program I developed, deleted my program using Tools > Disk Explorer in Altirra then dragged and dropped your files into the image. I then renamed FREEWAY.COM to AUTORUN.SYS (again in Disk Explorer).

I can ...
by EdwardianDuck
Wed Oct 04, 2017 11:52 am
Forum: Programming
Topic: Using fopen() in cc65
Replies: 9
Views: 2238

Re: Using fopen() in cc65

As alluded to above, you need some form of DOS on the disk as well (or at least the A8 needs to have a DOS loaded). While the ATR is in SpartaDOS/X format, it doesn't actually contain SDX itself. Of course, you might be booting SDX from cartridge.

Attached (hopefully) is an ATR with Atari DOS 2.5 ...