Uploaded 7_14_2020
This commit is contained in:
parent
9bd7aaf648
commit
8e7e40b379
File diff suppressed because one or more lines are too long
|
@ -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
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue