I know about fontgdos drivers, but not timeworks drivers.Faucon2001 wrote: Wed Sep 29, 2021 6:22 pm
I have tried with TimeWorks and FontGDOS drivers.
Do you know if an A4 driver exists ?
Fontgdos drivers can be modified with the printer.acc accessory from the fontdos distribution.
Failing that, if you are comfortable with a hex editor:
- make a backup copy of your fontgdos driver
- load this backup copy into your hex editor
- look for the string "_FSM_HDR", it should be near the end
- count 40 (decimal) bytes further on
- for letter page size, the 16bit word there should be 0000
- change this to 0002 (for A4)
- save changes
- test
This image shows the 00 02 value for A4 pages just above the 4B 4A in the DESKJET text:
[img]file:///home/trevor/projects/st-archive/driveC/Screenshot_20210930_231043.png[/img]
Hope that helps.