Micro Vibe
My Micro Hobby Projects

Main Menu

  • Home
  • PropTerm
  • CPM 80
  • Z80Emu
  • Mini80
  • Site Information
  • Site Map

Site Stats

  • Users 1
  • Articles 45
  • Articles View Hits 792

Login Form

  • Forgot your password?
  • Forgot your username?
  1. You are here:  
  2. Home

Home

Using PropTerm

Details
Category: PropTerm General
Published: 31 October 2023

This article describes how to operate the PropTerm terminal project once it is completed. The PropTerm terminal is an ANSI control protocol based serial terminal display. The display uses an analog VGA connector to attach to a VGA display device, a PS2 keyboard connector is used to attach the keyboard.

 Finally a nine volt DC power supply is required to power the PropTerm. By default the VGA display resolution is set to 800x600 @ 72Hz, this can be changed in the project source code. At 800x600 resolution the terminal will display 100 columns by 50 rows.

 

 

Read more: Using PropTerm

CPM80 History

Details
Category: CPM80 General
Published: 01 November 2023

digital_research

Never heard of CP/M you say, in a nut shell it was the computer operating system that started the personal computer software revolution. CP/M stands for "Control Program for Microcomputers" and was created by Gary Kildall of Digital Research in the early 1970s and released as a commercial product in the mid 1970s. The original target CPU for CP/M was the Intel 8080 CPU. In 1976 Zilog released there Z80 CPU to the world. The Z80 was binary compatible with the Intel 8080 but had an improved instruction set, and required less external hardware to implement. In a short time the Zilog Z80 became the standard CPU sold in most personal computers running CP/M.

Read more: CPM80 History

Z80Emu Overview

Details
Category: Z80Emu General
Published: 02 November 2023

stat drive space

The Z80Emu program started life as a Zilog Z80 CPU emulator program. When I became interested in using the CPM80 operating system as a monitor/loader shell for my EZ80 based controller board project the Z80Emu software was upgraded to run CPM80. I originally used the Z80Emu software to learn how the write a BIOS for CPM. Over time I have added a number of features such as, remote disk mounting, and Hex32 disk image export to support my EZ80 based controller board development

Read more: Z80Emu Overview

Mini80 Overview

Details
Category: Min80 General
Published: 04 February 2024
First Mini80 Prototype This article introduces the Min80 project. The Mini80 project is a Zilog Z80 based CPM 2.2 computer. All the computer peripherals are emulated using a Parallax Propeller chip. The Propeller chip is used to provide a boot loader for the Z80 CPU, four CPM disk drives (uses SD card), 3 COM ports (2 are 4 wire, 1 is 2 Wire) and read access to the root folder of the files stored on the SD card. The two main constraints for the project where; a real Z80 CPU (no emulation), and keep the project as simple as possible. The first prototype uses the PropTerm project as the system terminal.

Read more: Mini80 Overview