commit 164f2d731f21efc13e2c7579dbe04953f08bb44e
parent 0b0ab746604d00d662dfcd63bd581685cf38e190
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Thu, 5 Nov 2015 19:05:49 +0100
Merge pull request #14 from BigEd/patch-1
Adding visual 6800
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -117,7 +117,8 @@ Lastly, if you are into JavaScript, you might enjoy [Echo JS](http://www.echojs.
- [Sinclair Scientific](http://righto.com/sinclair) and [TI-1500](http://righto.com/ti) calculator simulations, at the microcode level and including full description of the algorithms and the reverse-engineering process. By Ken Shirriff
- [TI-92 Plus emulator](http://www.ocf.berkeley.edu/~pad/emu/v11.html) - JavaScript emulator for the TI-92 Plus
- Virt.js - JavaScript emulation library ([Source](https://github.com/arcanis/virt.js/))
-- [Visual 6502](http://www.visual6502.org/JSSim/) - JavaScript simulator for the 6502 CPU
+- [Visual 6502](http://www.visual6502.org/JSSim/) - JavaScript simulator for the 6502 CPU, modelling thousands of transistors at switch level and animating the original chip layout. See also [expert mode](http://www.visual6502.org/JSSim/expert.html?steps=10).
+- [Visual 6800](http://www.visual6502.org/JSSim/expert-6800.html?steps=10) - JavaScript simulator for the Motorola 6800 CPU, modelling thousands of transistors at switch level and animating the original chip layout.
- [Visulator](http://thlorenz.com/visulator/) - x86 machine emulator that visualizes how each instruction is processed ([Source](https://github.com/thlorenz/visulator))
- [jor1k](http://s-macke.github.io/jor1k/) - OpenRISC OR1K JavaScript emulator running Linux with network support ([Source](https://github.com/s-macke/jor1k/))
- [jsMSX](http://jsmsx.sourceforge.net/) - The first MSX emulator 100% written in JavaScript