Skip to content

mike42/65816-computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

65816 computer example branch parameter

This is a prototype 65C816-based computer. It features a 1.8432 MHz processor, 1 megabyte of static RAM, a 65C22 I/O port, and an NXP SC16C752 dual UART.

The ROM contains a simple test program.

Blog series

This is a learning project, and I am blogging about it as I progress.

Licenses & acknowledgement

With the exception of the files noted below, this work is © 2022-2023 Michael Billington, and is licensed under a Creative Commons Attribution 4.0 International License.

65816 emulator

The files in the emulator/ directory are derived from Francesco Rigoni's work, primarily lib65816. The emulator application is licensed under the GNU General Public License, version 3. Please see the README and LICENSE file in that directory for details.