Most definitely worthwhile modifying it so that you have a composite video output.
The colour problem may well be the TV not liking the non-standard video signal. It’s already known that some converters/upscalers can’t cope with the Speccy!
If you have, can borrow, beg another TV, definitely worth it to save a wild goose chase.
When you have a working keyboard, type in
Code: Select all
PRINT PEEK 23732 + PEEK 23733 * 256
If you get 65535, the machine has 48K bytes of RAM available to BASIC.
If you get 32767, the machine either is a 16K or the “upper” RAM has a fault.
Any other value means a RAM fault.
Mark