Search found 5080 matches

by stephen_usher
Fri Oct 20, 2023 4:21 pm
Forum: HARDWARE DISCUSSIONS
Topic: Falcon Restoration Project
Replies: 92
Views: 7782

Re: Falcon Restoration Project

You could grind back the ceramic package with a Dremel to expose the internal metal of the legs and then solder bodge wires.
by stephen_usher
Fri Oct 20, 2023 3:19 pm
Forum: MEMBER BLOGS
Topic: A5000 - diving in at the deep end!
Replies: 435
Views: 43711

Re: A5000 - diving in at the deep end!

What's your routing table like? If no route then no ping. It shouldn't really need a routing table to ping something on the same subnet, like another PC or the gateway, which is in the settings, but I can't even ping anything local. That's not 100% true, I can ping the localhost address and the loc...
by stephen_usher
Fri Oct 20, 2023 1:58 pm
Forum: MEMBER BLOGS
Topic: A5000 - diving in at the deep end!
Replies: 435
Views: 43711

Re: A5000 - diving in at the deep end!

What's your routing table like? If no route then no ping.
by stephen_usher
Thu Oct 19, 2023 9:18 pm
Forum: MEMBER BLOGS
Topic: Expansive expansions
Replies: 38
Views: 3432

Re: Expansive expansions

The times have been printed in the wrong locations, so swap them,

Screenshot_2023-10-19_21-31-01.png
Screenshot_2023-10-19_21-31-01.png (666.33 KiB) Viewed 425 times

(Edit: Added sleep(60); to the end of main() so as to give time to capture screen and replaced image in post.)
by stephen_usher
Thu Oct 19, 2023 8:57 pm
Forum: MEMBER BLOGS
Topic: Expansive expansions
Replies: 38
Views: 3432

Re: Expansive expansions

Trying to compile now...

ALGN_CENTER and ALGN_BASELINE undefined. Should be TA_CENTER and TA_BASE from the header files.

Needs <sys/types.h> to be included.

Too few arguments to v_clrwrk(), needs a handle.

Undefined symble vq_exit_cur
by stephen_usher
Thu Oct 19, 2023 8:23 am
Forum: MEMBER BLOGS
Topic: Expansive expansions
Replies: 38
Views: 3432

Re: Expansive expansions

Just a note that setting the values in an array at definition is allowed even in K&R C so your black array can be set up in one line. i.e.

Code: Select all

	int16_t black[3] = { 0, 0, 0 };
At the moment you have a bug where the black value is set to whatever black[0] happens to have in it and this is not set.
by stephen_usher
Wed Oct 18, 2023 10:38 pm
Forum: MEMBER BLOGS
Topic: Expansive expansions
Replies: 38
Views: 3432

Re: Expansive expansions

OK, not tried it on a real machine yet but this should hopefully be C89 compliant: /*/ // main.c // aspiral // // Created by ThrudTheBarbarian on 10/17/23. /*/ #include <unistd.h> #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/time.h> #include <sys/types.h...
by stephen_usher
Wed Oct 18, 2023 9:22 pm
Forum: MEMBER BLOGS
Topic: Mac LC-II battery corrosion, will it ever run again?
Replies: 35
Views: 14825

Re: Mac LC-II battery corrosion, will it ever run again?

PhilC wrote: Wed Oct 18, 2023 8:10 pm Incidentally the battery holder came off quite easily, something to do with acid eating it away :lol:
They do tend to do that. ;-)
by stephen_usher
Wed Oct 18, 2023 8:00 pm
Forum: MEMBER BLOGS
Topic: Mac LC-II battery corrosion, will it ever run again?
Replies: 35
Views: 14825

Re: Mac LC-II battery corrosion, will it ever run again?

LC475 motherboards are well sort after as they're one of the fastest m68k Macs. The 040 flies in them, faster than the early PowerPC designs (which were slow).
by stephen_usher
Wed Oct 18, 2023 7:51 pm
Forum: MEMBER BLOGS
Topic: Expansive expansions
Replies: 38
Views: 3432

Re: Expansive expansions

Yeah, but my TT and MiNT set-up predates 1999 by about 5 years! :-)

Go to advanced search