Search found 87 matches

by Sugarplum
31 Aug 2023, 12:14
Forum: Hardware and software hacking
Topic: SMD Version?
Replies: 9
Views: 622

Re: SMD Version?

If you want to eliminate the diodes, options include high-speed transistors if you can find them, or PAL/GAL chips. But if you want just a little faster, use Toshiba SMD diodes. You can get them individually and in multi-diode packages. One alternative could be to use an ALU chip. I don't mean the '...
by Sugarplum
31 Aug 2023, 10:24
Forum: Hardware and software hacking
Topic: Design Choices of the Gigatron (and similar designs)
Replies: 0
Views: 206

Design Choices of the Gigatron (and similar designs)

I looked at the schematics and have some questions. * Could the upper multiplexers driving the memory be replaced by a buffer? I notice that the multiplexers are not wired as I'd expect. The 2nd set of inputs are all tied high. I'd think they'd be tied low to mute the Y register and allow Page 0 ins...
by Sugarplum
30 Aug 2023, 12:17
Forum: Escape Meta Alt Control Shift
Topic: Beyond the Gigatron
Replies: 7
Views: 1025

Re: Beyond the Gigatron

I'd rather use the Propeller 2 as an emulator. It is an 8-core, 32-bit MCU. But if I combine it with a Gigasimilar machine, it would be the complete I/O controller. The approach I'd use is mostly snooping through a fixed window. So maybe have up to 3 bytes as an indirection for the indirection table...
by Sugarplum
19 Aug 2023, 01:12
Forum: Escape Meta Alt Control Shift
Topic: Beyond the Gigatron
Replies: 7
Views: 1025

Re: Beyond the Gigatron

On multiplication and division, my Gigasimilar idea was to have that in an external ROM. But there are other ways to do that in a homebrew design. In the 74xx family, there used to be "Wallace Tree Adders." I don't remember if Radio Shack used to sell them, but I had seen them before somew...
by Sugarplum
14 Jul 2023, 06:00
Forum: Hardware and software hacking
Topic: SMD Version?
Replies: 9
Views: 622

Re: SMD Version?

Thx. Interesting. But one would still need a licensed eagle version, because of the board size. I would not change the board dimensions and would keep exactly the same position of connectors and Rom/Ram socket. Just change 74 DIL to SMD parts, as well as all Rs and Cs and diodes. Only because then ...
by Sugarplum
27 Jun 2023, 19:40
Forum: Hardware and software hacking
Topic: Having a hard time to get started
Replies: 2
Views: 245

Re: Having a hard time to get started

Hey! I will try to answer some of the questions. The assembly part is done on a PC and is burned into a ROM. The ROM in this case, while it is used for storage for a few user applications, is not what is exposed to the user. The machine is a Harvard-based machine as opposed to the more common Von Ne...
by Sugarplum
01 Jun 2023, 00:54
Forum: Kit assembly gallery
Topic: Another Gigatron TTL in Finland
Replies: 13
Views: 6120

Re: Another Gigatron TTL in Finland

I had to try to make a DIY kit from budgetronics. Lack of skills probably didn't get it all working so ended up using it as spare. I ordered second one "Fully Assembled Gigatron TTL" from ebay and got it at reasonable price. When it arrived it was missing U39 serial input IC and another m...
by Sugarplum
22 Apr 2023, 20:00
Forum: Escape Meta Alt Control Shift
Topic: Beyond the Gigatron
Replies: 7
Views: 1025

Re: Beyond the Gigatron

Something else to consider would be if one wants to move beyond the Gigatron and still have compatibility with the Gigatron are alternatives to the GT1 format with new extensions. For instance, if one wants to use word RAM and move to a true 16-bit machine, one could use mostly the same format as th...
by Sugarplum
05 Jan 2023, 01:10
Forum: Hardware and software hacking
Topic: 10MHz, 12.5MHz and Beyond!
Replies: 44
Views: 40801

Re: 10MHz, 12.5MHz and Beyond!

I think I know mods to do to a near-stock Gigatron. The more I've thought about it, what would happen if we could get rid of the control unit and also combine that with the carry-skip adder, and all the performance mods that have already been done? The control unit outputs 19 signals. Now, what if y...
by Sugarplum
14 Dec 2022, 17:06
Forum: Hardware and software hacking
Topic: ROMv6!
Replies: 22
Views: 2829

Re: ROMv6!

I wish this project can continue. It sounds like an awesome ROM.