Vintage Computer Hardware Design

Summary In this blog post I’m going to talk about some computers that came out in the late 70’s and early 80’s.  These are some of the earliest home computers and utilized mostly 8-bit CPUs.  Schematics are available and I’ve done some deep-diving into the circuitry to see how these machines were created.  The first … Read moreVintage Computer Hardware Design

Legacy Code – Dealing with Classic ASP

Summary I’ve written quite a few blog posts about legacy code.  In this blog post I’m going to discuss how you can deal with classic ASP, why you should deal with it sooner than later and some details of what to do. Classic ASP If you’re running a .Net shop, Classic ASP is about the … Read moreLegacy Code – Dealing with Classic ASP

Generic Array Logic Hexadecimal Display

I’ve always wanted a decoder that did more than the TTL 7447 BCD to seven-segment display decoder did.  I wanted the full hexadecimal output.  One of my first real projects for the GAL was to create such a chip.  I have an old PAL databook that was published by National Semiconductor in 1982.  I pulled … Read moreGeneric Array Logic Hexadecimal Display

Digital Electronics for the Beginner

Let’s say you’re a programmer and your experience in digital electronics involves that one class you were required to take in college.  Or…you’re a young person who is interested in learning this cool stuff, because, well… it seems cool.  One option is to buy one of those learning kits and go through the tutorials.  If … Read moreDigital Electronics for the Beginner

Digital Logic Simulator Progress

Summary In this post I’m going to talk more about creating simulation software and the difficulties of inventing something new. Writing Software is Like Working in a Sausage Factory Writing new software is more of an art than a science.  Sure, we call ourselves scientists and we have methods and proven algorithms for getting things … Read moreDigital Logic Simulator Progress