Giter Site home page Giter Site logo

tearitco / vectron_65 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nickbild/vectron_65

0.0 0.0 0.0 137.39 MB

The Vectron 65 is a 6502 CPU-based breadboard computer. It supports VGA output, keyboard input, boots into a BASIC interpreter, and has lots of GPIOs.

License: MIT License

Python 0.29% Assembly 99.61% Shell 0.10%

vectron_65's Introduction

Vectron 65

The Vectron 65 is a 6502 CPU-based breadboard computer. It supports VGA output, keyboard input, boots into a BASIC interpreter, and has lots of GPIOs.

This computer is a much-upgraded version of my original Vectron 64 computer.

Specs

  • 65C02 CPU clocked at 8 Mhz.
  • 32KB RAM
  • 32KB EEPROM
  • 400x300 @ 60Hz VGA output, as 50x30 text mode display.
  • PS/2 keyboard support.
  • Boots into Tom Pittman's Tiny BASIC.
  • 19 GPIOs
  • Built with 7400 series logic contemporary with the original 6502 CPU (with the exception of the FPGA-based VGA output).

Media

YouTube:
https://www.youtube.com/watch?v=CHY8aZnOKDY

Vectron 65: Vectron 65

Home automation using the GPIOs—who needs a Raspberry Pi? :)

EEPROM Burner: EEPROM Burner

Schematics

Coming soon!

Operation

The operating system source code is available in os.asm. Assembly was done with dasm. The convenience script, build.sh assembles the source and feeds it into hex_for_mega.py to prepare the data needed for programming the EEPROM with my Arduino-based EEPROM burner. Insert the output from build.sh into the data array in the Arduino sketch. Wiring is straightforward—see top of sketch for details.

VGA output is produced with the help of a TinyFPGA BX using my MiniVGA Text Mode project. Characters are added to the screen by writing the row and column number to a 65C22 VIA's port A and B, then hitting a latch address with the desired character ASCII code on the data bus. I would prefer to keep FPGAs out of the design for a 'pure' retro computer, but I have already been down the path of building 7400-series IC based VGA generators (see Vectron VGA), and simply do not want that much bulk sitting on my desk.

A second 65C22 VIA handles keyboard input. Unused VIA port pins are available to use as GPIO.

On powering up the computer and clicking the reset button, a Tiny BASIC prompt is shown on screen. See the Tiny BASIC manual for specifics on this version of BASIC.

Future Direction

I will most likely have a PCB manufactured in the very near future. I am just deciding if I want to build any additional functionality into the computer first.

About the Author

Nick A. Bild, MS

vectron_65's People

Contributors

nickbild avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.