Uploaded 7_14_2020

This commit is contained in:
MicroCoreLabs 2020-07-14 10:22:44 -07:00
parent 9bd7aaf648
commit 8e7e40b379
3 changed files with 2748 additions and 0 deletions

File diff suppressed because one or more lines are too long

11
MCL68/README.md Normal file
View File

@ -0,0 +1,11 @@
# Ted Fried's MicroCore Labs Projects
MCL68 - Motorola 68000 Emulator written in C
- Supports all functions of the original processor
- Has abstracted BIU (Bus Interface Unit) which can connect with real hardware
- Opcode test program included
- Tested with Tiny BASIC running on a Teensy 4.0
For questions email me at www.MicroCoreLabs.com

View File

@ -5,6 +5,8 @@ My blog which has some details on these projects: www.MicroCoreLabs.Wordpress.co
My YouTube Channel with some videos of the stuff in action: www.youtube.com/channel/UC9B3TaEUon-araO2j7tp9jg/videos
Emulated Processors:
MCL68 - Motorola 68000 Emulator written in C
Microsequencer-based processors: