GitXplorerGitXplorer
t

moon6800

public
7 stars
1 forks
2 issues

Commits

List of commits on branch main.
Unverified
e2331c2d2bb84df3a54fc0e88309cc5d18619384

Separate M6800 core into its own repo

ttobiasvl committed 2 years ago
Unverified
9aa7e22f3d24bd2881cf3fbd012006a771efdcb8

Minor changes

ttobiasvl committed 5 years ago
Unverified
eec1e98c5a47ed9df97a716f085e88501f5cda3d

Fix HCP status

ttobiasvl committed 5 years ago
Unverified
6abbedbba2fe5dbda0d011a06ee829ea26495878

Minor optimizations

ttobiasvl committed 5 years ago
Unverified
5ef8bc563d3c2d071f32bb8c5d7fa081bb50f3ba

Handle uninitialized RAM

ttobiasvl committed 5 years ago
Unverified
00a9e512ee9f3c36d83918bd4657b58b579a3db5

Mirror EPROM, continue separating address bus and memory

ttobiasvl committed 5 years ago

README

The README file for this repository.

moon6800

A Motorola M6800 emulator core written in Lua.

Requirements

Either the bit32 or BitOp module for bitwise operators.

Usage

This emulator core is modular, like the early microcomputers. It should be able to emulate most M6800-based computers, but you need to "wire it up" yourself, just like the old days.

See the following projects for examples on how to use it in your own programs:

  • DRÖM (DREAM 6800 emulator)