Add a clean copy of the 8086tiny emulator.
authorDavid Given <dg@cowlark.com>
Sun, 3 Jun 2018 10:13:26 +0000 (12:13 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 3 Jun 2018 10:13:26 +0000 (12:13 +0200)
commitc299392fbe17657f27bebfbddf66cd8d181914b3
tree0961f06b05611f0395b6d937e57a0351f2416d40
parentb8cb840c126378c76cee3906d0b9254740a6134d
Add a clean copy of the 8086tiny emulator.
18 files changed:
plat/pc86/emu/8086tiny.c [new file with mode: 0644]
plat/pc86/emu/Makefile [new file with mode: 0644]
plat/pc86/emu/README.md [new file with mode: 0644]
plat/pc86/emu/bios [new file with mode: 0644]
plat/pc86/emu/bios_source/bios.asm [new file with mode: 0644]
plat/pc86/emu/docs/8086tiny.css [new file with mode: 0644]
plat/pc86/emu/docs/doc.html [new file with mode: 0644]
plat/pc86/emu/docs/images/button_active.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/button_default.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/logo.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/templatemo_bg.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/templatemo_content_bg.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/templatemo_footer_bg.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/templatemo_header_bg.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/templatemo_side_bg.gif [new file with mode: 0644]
plat/pc86/emu/docs/images/templatemo_top_bg.gif [new file with mode: 0644]
plat/pc86/emu/license.txt [new file with mode: 0644]
plat/pc86/emu/runme [new file with mode: 0755]