Search found 573 matches

by stefano
Fri Apr 05, 2024 9:57 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 53
Views: 8866

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: 53
Views: 8866

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 25 times

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

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: 53
Views: 8866

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: 53
Views: 8866

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: 53
Views: 8866

Re: Enhanced ARX True High Resolution Display Driver

Yet another prototype. Am I getting closer?

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

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...
by stefano
Wed Apr 03, 2024 2:32 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 53
Views: 8866

Re: Enhanced ARX True High Resolution Display Driver

I see. I will try to merge your code, but as you probably saw the z88dk driver is rather different.
by stefano
Wed Apr 03, 2024 12:59 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 53
Views: 8866

Re: Enhanced ARX True High Resolution Display Driver

Some more sample programs ;)
arx_sampler.zip
(46.17 KiB) Downloaded 21 times

Some of them required a manual build of lib3d.lib altered with the -IXIY trick, yet another todo for the z88dk project :roll:
by stefano
Wed Apr 03, 2024 10:34 am
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 53
Views: 8866

Re: Enhanced ARX True High Resolution Display Driver

The resulting programs after my crappy fix: could anybody see if it fixes the problem ? I could have introduced the problem trying to reduce the code size (e.g. heavily relying on ROM calls) because changing the way to test the BREAK condition is apparently enough to solve the problem. The code size...