Search found 2699 matches

by tofro
Wed Mar 27, 2019 11:44 am
Forum: Software & Programming
Topic: Odd behavior of OPEN_DIR
Replies: 7
Views: 2795

Re: Odd behavior of OPEN_DIR

What it was, Is that I was using OPEN_DIR to trace through the open routine of a directory device driver I am playing with. But the open routine was failing and returning a 'not found' error, because it was failing to correctly recognize the storage media when it tried to access it for the first ti...
by tofro
Mon Mar 25, 2019 1:13 pm
Forum: Hardware
Topic: Wires!
Replies: 12
Views: 4895

Re: Wires!

Samsung QLs have a different connector here that makes it nearly impossible to mix up the wires.

All my British QLs have the "single-wire-plug" connector as shown in the diagram.

Tobias
by tofro
Sun Mar 24, 2019 10:40 am
Forum: Software & Programming
Topic: Odd behavior of OPEN_DIR
Replies: 7
Views: 2795

Re: Odd behavior of OPEN_DIR

Martin, it is a convention in SMSQ/E (or Level 2 device drivers?) that OPEN_DIR will never return an error (as long as there is some medium available, at least). Quote from the reference guide: Note also that most device drivers, when requested to open a directory will, if no such directory exists, ...
by tofro
Fri Mar 22, 2019 12:47 pm
Forum: Hardware
Topic: Issue 8 discussions...
Replies: 147
Views: 71173

Re: Issue 8 discussions...

Everything else is transparent. The timing is changed in the sense that everything can work ~zero wait but the default clock is still 7.5MHz exactly the same so MDV, NET all work excatly as before. That's roughly within the range of a fast RAM expansion - I don't think this would pose a problem. I ...
by tofro
Thu Mar 21, 2019 1:43 pm
Forum: General QL Chat
Topic: Why the QL ?
Replies: 42
Views: 17262

Re: Why the QL ?

The Ql was probably the first home computer to feature a "real" operating system in the basic configuration. All other computers I had before were like the Spectrum or C64, implementing basic functionality to run the BASIC interpreter, and then collected commonly usable subroutines that co...
by tofro
Wed Mar 20, 2019 6:04 pm
Forum: General QL Chat
Topic: First power up
Replies: 7
Views: 3063

Re: First power up

Put it in a dry and warm place for a week, then simply power it on. (At least if it doesn't rattle when shaken) If it works after the first 10 seconds, fine (it probably won't completely work). If it doesn't, quickly switch it off, then come back to us for tips on repair. There are computers out the...
by tofro
Mon Mar 18, 2019 4:10 pm
Forum: Hardware
Topic: SGC successor brainstorming
Replies: 89
Views: 41221

Re: SGC successor brainstorming

That experience is mainly based on old Amigas, Ataris and Macs older than 20 years .

I never owned a PC long enough to have the battery leak - They're just not worth to be kept that long. ;)

Tobias
by tofro
Mon Mar 18, 2019 8:52 am
Forum: Hardware
Topic: SGC successor brainstorming
Replies: 89
Views: 41221

Re: SGC successor brainstorming

My experience with rechargeables to keep the RTC alive in retro computers is mixed:

I'd rather have a clock that loses time every now and then than a battery that potentially destroys the PCB by leaking when not used for half a year.

That was probably an obvious note.

Tobias
by tofro
Sat Mar 16, 2019 11:22 am
Forum: Software & Programming
Topic: ql superbomber and m-crunch ..and more things
Replies: 76
Views: 34974

Re: ql superbomber and m-crunch ..and more things

I'm pretty sure SGC DRAM refresh should work differently - I'd guess there are no /DS pulses as well when the CPU is running code from the instruction cache.

Tobias
by tofro
Sat Mar 16, 2019 11:10 am
Forum: Software & Programming
Topic: Flashing pixels in 8 color mode
Replies: 6
Views: 3337

Re: Flashing pixels in 8 color mode

Interesting.

Q-Emulator flashes the first few pixels nicely here with the example I provided on my Mac with Parallels and Windows 7, regardless of window or fullscreen mode. This is sometimes caused by Windows screen drivers that mess up Aqua mode.

Tobias