home.social

Search

277 results for “IARI”

  1. Finally, in the ongoing series from last years BVI flotilla, we head out for our adventure a day late, but eager to get to the adventures...

    Sailboat Charter Flotilla: BVI — The Indians, Norman Island, and the Willy T
    medium.com/skicats-earth-adven

  2. Baby steps in getting my Apple I reproduction PCB up and running. 6502 CPU booting with just RAM and ROM attached. It grabs the reset address from ROM and starts executing code...until it tries to do something with IO, which is not attached yet...

    I'm monitoring the bus with an Arduino MEGA attached to my MacBook Pro.

    #cpudesign #retrodev #8bit #16bit #100DaysRTL #DigitalDesign #ElectronicsEngineering #TechInnovation #hardwaredesign #PCBDesign #RetroDev #KiCad #DIYProjects #retrocomputer

  3. Baby steps in getting my Apple I reproduction PCB up and running. 6502 CPU booting with just RAM and ROM attached. It grabs the reset address from ROM and starts executing code...until it tries to do something with IO, which is not attached yet...

    I'm monitoring the bus with an Arduino MEGA attached to my MacBook Pro.

    #cpudesign #retrodev #8bit #16bit #100DaysRTL #DigitalDesign #ElectronicsEngineering #TechInnovation #hardwaredesign #PCBDesign #RetroDev #KiCad #DIYProjects #retrocomputer

  4. Baby steps in getting my Apple I reproduction PCB up and running. 6502 CPU booting with just RAM and ROM attached. It grabs the reset address from ROM and starts executing code...until it tries to do something with IO, which is not attached yet...

    I'm monitoring the bus with an Arduino MEGA attached to my MacBook Pro.

    #cpudesign #retrodev #8bit #16bit #100DaysRTL #DigitalDesign #ElectronicsEngineering #TechInnovation #hardwaredesign #PCBDesign #RetroDev #KiCad #DIYProjects #retrocomputer

  5. Baby steps in getting my Apple I reproduction PCB up and running. 6502 CPU booting with just RAM and ROM attached. It grabs the reset address from ROM and starts executing code...until it tries to do something with IO, which is not attached yet...

    I'm monitoring the bus with an Arduino MEGA attached to my MacBook Pro.

    #cpudesign #retrodev #8bit #16bit #100DaysRTL #DigitalDesign #ElectronicsEngineering #TechInnovation #hardwaredesign #PCBDesign #RetroDev #KiCad #DIYProjects #retrocomputer

  6. Baby steps in getting my Apple I reproduction PCB up and running. 6502 CPU booting with just RAM and ROM attached. It grabs the reset address from ROM and starts executing code...until it tries to do something with IO, which is not attached yet...

    I'm monitoring the bus with an Arduino MEGA attached to my MacBook Pro.

  7. The Apple I Repro Board is routed and has been sent for manufacturing! I should have the prototypes in a week or two!

    #appleI #PCBDesign #CircuitDesign #Retro #RetroHardware

  8. The Apple I Repro Board is routed and has been sent for manufacturing! I should have the prototypes in a week or two!

  9. The Flame GPU — Initial Design Part 1: Basic Requirements (A custom retro 2D display processor from scratch)
    medium.com/the-ember-project/t
    Switching channels for a bit to look at display output architecture for 80s and 90s game systems...We'll need a 2D graphics chip for the Ember system... 😊

    #cpudesign #retrodev #8bit #16bit #FPGA #ProcessorDesign #GPU #GPUDesign #GPUArchitecture #DisplayProcessor #PPU

  10. The Flame GPU — Initial Design Part 1: Basic Requirements (A custom retro 2D display processor from scratch)
    medium.com/the-ember-project/t
    Switching channels for a bit to look at display output architecture for 80s and 90s game systems...We'll need a 2D graphics chip for the Ember system... 😊

  11. The Ember Console — System Architecture Design: Basic Requirements
    medium.com/the-ember-project/t
    Moving on to the system design, this is an overview of the remaining parts we need to design in order to create a working system capable of playing 80s and 90s-era homebrew video games.

  12. The Ember CPU — Initial Design Part 7: Interrupts
    medium.com/the-ember-project/t
    We only need a few more instructions to complete the basic ISA or Instruction Set Architecture for the Ember CPU. Rounding out those few remaining instruction types are interrupt handling instructions. Interrupts are a big topic, and while we can’t possibly cover every aspect of interrupts here, we can give a brief overview of the concept, and how it works at a high level for Ember...