Search found 488 matches

by marcelk
15 Oct 2018, 21:42
Forum: Escape Meta Alt Control Shift
Topic: VCF Berlin 2018
Replies: 2
Views: 3404

Re: VCF Berlin 2018

Some impressions!

BORIS chess computer
BORIS chess computer
IMG_4407.jpg (201 KiB) Viewed 3378 times
Oric and friends
Oric and friends
IMG_4406.jpg (295.58 KiB) Viewed 3378 times
East-German Robotron computer with Z80 clone
East-German Robotron computer with Z80 clone
IMG_4403.jpg (243.04 KiB) Viewed 3378 times
Gigatron table
Gigatron table
IMG_4430.jpg (236.28 KiB) Viewed 3378 times
TU Berlin's 700 chip TTL computer project
TU Berlin's 700 chip TTL computer project
IMG_4429.jpg (330.63 KiB) Viewed 3378 times
Birthplace of the first programmable computer
Birthplace of the first programmable computer
IMG_4418.jpg (369.8 KiB) Viewed 3378 times
Apple-1 replica
Apple-1 replica
IMG_4408.jpg (299.85 KiB) Viewed 3378 times
1961 East German drum memory
1961 East German drum memory
IMG_4436.jpg (249.5 KiB) Viewed 3378 times
PiDP corner with Oscar Vermeulen
PiDP corner with Oscar Vermeulen
IMG_4434.jpg (218.03 KiB) Viewed 3378 times
Running BASIC
Running BASIC
IMG_4432.jpg (272.58 KiB) Viewed 3378 times
by marcelk
11 Oct 2018, 06:55
Forum: Escape Meta Alt Control Shift
Topic: VCF Berlin 2018
Replies: 2
Views: 3404

VCF Berlin 2018

Decided to attend the Vintage Computer Festival in Berlin this weekend! Looking forward: https://www.vcfb.de/2018/
by marcelk
28 Sep 2018, 12:33
Forum: Hardware and software hacking
Topic: Woz Monitor ported
Replies: 3
Views: 3836

Re: Woz Monitor ported

Someone inquired about built-in routines you can call from the WozMon. I figure I should share my reply here: Like the Apple-1, the Gigatron’s RAM is in a virgin state after starting WozMon. However, typical tutorials refer to routines present in the monitor itself, and there some similar ones in ou...
by marcelk
21 Sep 2018, 17:27
Forum: Hardware and software hacking
Topic: Extending the Gigatron instruction set
Replies: 22
Views: 17129

Re: Extending the Gigatron instruction set

Some notes: 1. There is an unused multiplexer in U12 that can be turned into a slow inverter (and not much else because the select lines are shared with the other multiplexer). You would put the input on pin 15, keep pin 10 to 13 tied to Vcc and then get an inverted output on pin 9. It's a bit slow ...
by marcelk
20 Sep 2018, 04:10
Forum: Hardware and software hacking
Topic: Extending the Gigatron instruction set
Replies: 22
Views: 17129

Re: Extending the Gigatron instruction set

For reference, I found back more measurements from the time we were working on comparing various types of clock circuits, inverter types and values for the passives. clk51.png This is a critical-path breakdown I made at the time (calculated and measured). Shortly after this we settled for a 6.25 MHz...
by marcelk
19 Sep 2018, 18:14
Forum: Hardware and software hacking
Topic: All-In-One DB9
Replies: 5
Views: 4140

Re: All-In-One DB9

Any thoughts? This is a clever find. Two thoughts: 1. The DB9's +5V line is intended as an output, and that using it as an input by-passes the multi-fuse. You might want to add one on what will now be an input. 2. The pulse lines are slightly different between the jacks because of the 68 ohm resist...
by marcelk
19 Sep 2018, 17:55
Forum: Hardware and software hacking
Topic: Extending the Gigatron instruction set
Replies: 22
Views: 17129

Re: Extending the Gigatron instruction set

The issue with the RAM /OE can probably be solved by connecting the bus decoder's /E input to the clock. The bus will then be driven only while the clock is low (the second half of a cycle), which should be good enough, as the data there is only needed at the end of the cycle, when the rising edge ...
by marcelk
16 Sep 2018, 19:14
Forum: Escape Meta Alt Control Shift
Topic: Cambridge Retro Computer Festival 2018
Replies: 1
Views: 2574

Re: Retro Computer Festival 2018

IMG_4264 2.jpg The Apple-1 next to the Gigatron is a beautifully done replica. It's fully functional, complete with cassette interface. The PCB is drawn in the same way and the chips even have 1970s date codes on them. It's on display in an operational state. I could play around and type commands i...
by marcelk
15 Sep 2018, 05:27
Forum: Hardware and software hacking
Topic: Gigatron on an FPGA
Replies: 10
Views: 9355

Re: Gigatron on an FPGA

Congratulations, you're the first to report a successful recreation in FPGA!

For those who missed the pictures/ directory on GitHub:

The attachment hardware_wiring.jpg is no longer available
hardware_wiring.jpg
hardware_wiring.jpg (98.76 KiB) Viewed 7995 times
by marcelk
15 Sep 2018, 05:23
Forum: Hardware and software hacking
Topic: First gigatron clone
Replies: 11
Views: 12580

Re: First gigatron clone

I want one :-) Is this using HGM's proposal of an extended instruction set? The good thing about the Harvard architecture is that the translation is not a Turing-complete problem. The only thing that may give a bit of a headache is that there is st $dd,[$dd] in several places in the existing ROMs. F...