Search found 80 matches

by PaulV
Thu May 23, 2013 3:04 pm
Forum: AutoVIDC
Topic: AutoVIDC extASM issues
Replies: 14
Views: 18093

Re: AutoVIDC extASM issues

...compare the source with the machine code to figure out what's going wrong. It'll be interesting to see what you find. In the meantime, I've been optimising more code and strings so the module is now under 7KiB in size. Most of the optimisations I've done are in the cmdEntry file replacing small ...
by PaulV
Tue May 21, 2013 7:20 pm
Forum: AutoVIDC
Topic: AutoVIDC extASM issues
Replies: 14
Views: 18093

Re: AutoVIDC extASM issues

How do I test it? What am I looking to see broken? Yes that's broken. The easiest way to tell at the moment is to issue a *AutoVIDCStatus command. The clock speed should never be reported as 0kHz and AutoVIDC should not be "disabled" after initialisation unless you're running on a machine...
by PaulV
Tue May 21, 2013 6:16 pm
Forum: AutoVIDC
Topic: AutoVIDC extASM issues
Replies: 14
Views: 18093

Re: AutoVIDC extASM issues

I can see a problem in the make file: SWI_Names doesn't have an ALIGN after it, so the SWI entry point isn't word aligned. But it does in the make file. I'm now officially confused! Were you looking in the file itself? SWI_Table needs to move outside of the SWItable area as its readonly. Ok. In SWI...
by PaulV
Tue May 21, 2013 5:09 pm
Forum: AutoVIDC
Topic: AutoVIDC extASM issues
Replies: 14
Views: 18093

Re: AutoVIDC extASM issues

I've uploaded a zip file called latest. It contains the latest source and in the Module folder there are two builds of the module. One with fast enabled (AVIDCwrk) the other as requested (AVIDCbrk). The difference in file sizes for the two modules is now 72 bytes and they appear to have some actual ...
by PaulV
Tue May 21, 2013 11:24 am
Forum: AutoVIDC
Topic: AutoVIDC extASM issues
Replies: 14
Views: 18093

Re: AutoVIDC extASM issues

The copy on the server (AVIDC209.zip) is time stamped 19th May and was the most up to date version. However I've just uploaded a new version (AVIDC209test.zip) (leaving the previous version on the server too) which builds to a module size of 7428 bytes with the FAST option enabled. It's presenting t...
by PaulV
Fri May 17, 2013 5:17 pm
Forum: AutoVIDC
Topic: AutoVIDC 2.09
Replies: 12
Views: 17003

AutoVIDC 2.09

Hi All, I've just uploaded AutoVIDC 2.09 to the FTP server. This is very much a beta release given the problems I've had getting it to assemble correctly today :roll: This version features full on clock detection, which I've adapted from Steve's BASIC ARM assembler example. As a "feature" ...
by PaulV
Thu May 16, 2013 9:29 am
Forum: Web site
Topic: RSS/Atom feeds
Replies: 9
Views: 17795

Re: RSS/Atom feeds

To answer my own question, it's just the "General" forum.

Paul
by PaulV
Thu May 16, 2013 9:26 am
Forum: Web site
Topic: RSS/Atom feeds
Replies: 9
Views: 17795

RSS/Atom feeds

I've just been looking at the ATOM feeds for the JASPP forums. It seems the "public" feed only get updated every few days despite posts to the forums going on in the meantime. For instance, at the time of writing on the 16th May, the time stamp on the feed is the 13th of May. If I'm logged...
by PaulV
Wed May 15, 2013 5:12 pm
Forum: AutoVIDC
Topic: AutoVIDC 2.08 available for testing
Replies: 11
Views: 15238

Re: AutoVIDC 2.08 available for testing

I'm just looking at implementing Aux I/O clock detection and seem to have the basics running now but it's just occurred to me... Before I go any further, I probably shouldn't do this if the monitor type isn't 1, 3 or 4. The reason being because it actually activates the clocks to test for them it co...
by PaulV
Wed May 15, 2013 1:44 pm
Forum: AutoVIDC
Topic: Zeropage copy of current mode's sync polarity
Replies: 3
Views: 7025

Re: Zeropage copy of current mode's sync polarity

I've implemented a feature to grab the Sync. Polarity from ZP using this info just now and it does appear to be correct :D In the next release of AutoVIDC simply passing -1 as the MODE into the AutoVIDC_ModeSyncPolarity SWI will retrieve the current value as stored by ZP. Would this need to be set b...