CONTENTS

Home
Updates
Software
Electronics
Music
Resume
Contact


YouTube
Twitter
GitHub
LinkedIn


TRS-80 Coco Java

Posted: January 18, 2016

Introduction

The purpose of this project is to create a graphics / sound demo in Java and run it on a TRS-80 Coco2 computer.

A while ago I was given a Radio Shack TRS-80 Coco2 computer. Since this computer runs on a Motorola 6809 CPU, I decided over the weekend to add support for it in naken_asm and then also Java Grinder. It's not finished yet, but there is enough code and API to create a small demo. Not sure how far I'll take it since this computer has been unsupported for years.

Kind of an interesting computer though. It kind of reminds me a lot of the TI99/4a in that the graphics feel pretty primitive and such. The TI99/4a's CPU (the TMS9900) is in a way nicer since it's full 16 bit, with a 16 bit multiply even. The 6809 has a much fuller instruction set with some 16 bit support, but mostly just 8 bit. It's actually a lot like a souped up 6502 chip. The graphics and sound support in it kind of lacks compared to the TI99/4a (the TI99/4a at least has sprites) and definitely doesn't come close to the Commodore 64.

Related Projects @mikekohn.net

Java Grinder: Playstation 2 Java, Nintendo 64 Java, Sega Genesis Java, Amiga Java, Apple IIgs Java, TI99/4A Java, C64 Java, dsPIC Mandelbrots, Atari 2600 Java, Intellivision Java, chipKIT Java, Java Grinder, naken_asm

Video

Full video: https://youtu.be/DtKaRVFgVGk

Copyright 1997-2024 - Michael Kohn