Skip to content

anachrocomputer/UK108

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Badge

UK108

Software to run on a 68008 chip, adapted to fit a Compukit UK101.

The UK101 is a 6502-based machine first seen in 1979 as a series of articles in Practical Electronics magazine.

The Freerun EPROM

The file 'test.asm' is for use with a freerun rig comprising a 68008 chip and an EPROM. With no RAM or I/O, we can't do much. But we can observe the bus signals and timing using an oscilloscope and/or a logic analyser. The code in this file is intended to explore instruction timing when the /DTACK signal of the 68008 is grounded.

The 68008 Adapter

It should be possible to connect a 68008 chip in place of the original 6502 CPU. I've already done this with a 6809 in a hand-wired adaptor. But what to do with the 68008's extra address lines? Fit extra RAM and ROM and map the 6502's address space into the 68008's? Simply restrict it to 64k bytes (which seems a bit limiting)?

The 68008 chip

MC68008 in a 48-pin DIL package, date coded 9610, week 10 of 1996.

MC68008

The Freerun Setup

Initially just a solderless breadboard and the 48-pin DIL chip.

Freerun Rig

68000 Assembler

Found on the Internet.