Skip to main content

Questions tagged [homemade]

for questions about homemade or homebrew retrocomputing hardware and software

9 votes
3 answers
3k views

I've been looking through bits of documentation about the (sadly recently discontinued) Z80 processor and the machines people have built with it. One thing I noticed is pin 27, called "M1", ...
Stormcloud's user avatar
8 votes
1 answer
505 views

I know there has long been a thriving homebrew scene for games and demos for the original Sinclair Spectrum range and also for the Russian and Eastern Bloc Spectrum clones. But I expected some old ...
hippietrail's user avatar
  • 8,214
4 votes
1 answer
1k views

What are the dimensions of the C64 motherboard? I am specifically asking this because I am considering using a 64C case (these still seem to be in production) for an 8-bit homebrew machine. I wonder ...
Stefan Paul Noack's user avatar
10 votes
1 answer
1k views

I know Mame works with drivers for each game or hardware, and it checks for specific ROMs, and I guess it might check also for some checksum to verify the ROMs integrity. Is there some way you could ...
Petruza's user avatar
  • 321
13 votes
4 answers
4k views

There are a lot of designs out there of modern home made relay computers (not just ALUs but real computers -let's call them Turing complete, although Turing complete is not enough for having an ...
nbloqs's user avatar
  • 549
11 votes
3 answers
2k views

I'm building my own Z80 computer but I'm having a very strange problem. Consider this code: ld a,0xaa out (00),a jp a That works as expected, outputting 0xaa on port 0x00. Now consider this code: ...
C32's user avatar
  • 394
24 votes
3 answers
9k views

I've recently got hold of an old Zilog Z80 microprocessor and I know how to clock and test it. I do not however know how to connect RAM, I/O ports, control switches (for programming instructions into ...
DevelopedLogic's user avatar
8 votes
2 answers
904 views

I recently acquired a Thomson TO7/70 home computer. It came without any MEMO7 cartridges (ROM cartridges) that are necessary to properly use it. I found images of the ROMS, and a schematic, so in ...
dirkt's user avatar
  • 34.7k