Search found 570 matches

by stefano
Thu Apr 04, 2024 11:07 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 53
Views: 6588

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: 6588

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: 6588

Re: Enhanced ARX True High Resolution Display Driver

Yet another prototype. Am I getting closer?

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

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: 6588

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: 6588

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: 6588

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...
by stefano
Tue Apr 02, 2024 1:45 pm
Forum: Development
Topic: Enhanced ARX True High Resolution Display Driver
Replies: 53
Views: 6588

Re: Enhanced ARX True High Resolution Display Driver

Hello, I remember that behaviour, I never understood it was appearing because of the ZXpand interface! I was finally able to reproduce the problem, I'm inserting a simple fix which solves on EO. The current driver code is here, it is quite different from the original one because it includes video ef...
by stefano
Thu Mar 07, 2024 3:32 pm
Forum: Hardware
Topic: ZX81 floppy disk systems
Replies: 17
Views: 8147

Re: ZX81 floppy disk systems

A brand new video showing a F.IZ. disk drive controller in the ZX Spectrum version

https://youtu.be/7Js6sFHqqX4
by stefano
Mon Nov 27, 2023 8:59 am
Forum: ZX Spectrum Lounge
Topic: How to run .TRD spectrum files ?
Replies: 3
Views: 20512

Re: How to run .TRD spectrum files ?

The TRD format is a pure sequential, sorted dump of the disk sectors. The formatting is guessed by the emulator depending on the file size.
I suggest to try with SAMDISK, it is usually able to convert to other disk dump formats by adding the needed extra detail.