Search found 566 matches

by stefano
Mon Apr 08, 2024 10:14 am
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

This is DSTAR without NOPs added. dstar_crashing_on_zxpandplus.p.gz I think in my original driver I've put an even longer delay block, by the way here's the current fix wit a single NOP I'm using in the updated driver. dstar_extra_nop.p.gz They are built with the "BREAK" feature, it means that if yo...
by stefano
Mon Apr 08, 2024 8:56 am
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

The ROM entries I'm using at the moment: $29B - Other drivers use $29E only. Save blank lines, start NMI, POP registers and RETURN $29E - Update A', start NMI, POP registers and return to BASIC/programs $220 - PUSH register, then do VSYNC and get KEYBD $2A2 - Enable the NMI generator and return to t...
by stefano
Sat Apr 06, 2024 2:30 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

Well, if the picture is showing correctly in both the cases, we are going in the right direction. The sampler includes something running in 64 rows mode. I noticed that for some reason the interrupt timer runs twice faster which could mean the driver is refreshing at doubled rate when in 64 rows mod...
by stefano
Fri Apr 05, 2024 9:57 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

the wrx driver relies on ROM routines, it could be that something is different on the improved ROM. @Paul, I will provide a build with and without the NOP. Oddly it was only DSTAR crashing, and only in full screen mode. The BREAK feature is rather subtle, you probably can't experiment it on the exam...
by stefano
Fri Apr 05, 2024 11:25 am
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

While compiling test programs I thought a sampler archive was a nice thing to have :)
arx_sampler.zip
(150.85 KiB) Downloaded 19 times

EDIT: 2 more teasers I got having fun during the tests. :D
arx-lena.p.gz
(6.62 KiB) Downloaded 13 times
arx-orbits.p.gz
(5.82 KiB) Downloaded 12 times
arx-kaleido.p.gz
(2.93 KiB) Downloaded 11 times
arx-carpet.p.gz
(1.96 KiB) Downloaded 11 times
by stefano
Fri Apr 05, 2024 9:02 am
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

While testing the new driver I noticed that DSTAR crashes in 192 rows mode unless I add at least one NOP instruction.
I'm not sure whether the crash is caused by a memory alignment problem or timing/sync issues, other programs run smoothly on EO.
by stefano
Thu Apr 04, 2024 11:07 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

I'm also wondering what the 128 char mode is.
by stefano
Thu Apr 04, 2024 11:06 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

Thank you. Could you test both the programs? They seem identical but one of the two includes a break keys detection
by stefano
Thu Apr 04, 2024 11:41 am
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

Yet another prototype. Am I getting closer?

arxtest_192.zip
(9 KiB) Downloaded 15 times
by stefano
Thu Apr 04, 2024 11:15 am
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 51
Views: 2778

Re: Enhanced ARX True High Resolution Display Driver

Ok, I'm trying to merge in the Paul's code, but honestly I'm doing it mechanically, replacing the existing code portions with the new ones. I haven't identified the code changes permitting the better control of the picture sync, and the 64 rows mode is temporairly lost (on my prototype) but it is so...