Skip to content

Commit e761421

Browse files
committed
Added a few new links
1 parent 9e6f616 commit e761421

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

mc10.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
# RadioShack TRS-80 Color Computer MC-10
44

5-
## Blogs
5+
## Emulation
6+
7+
- [MC-10 Javascript Emulator](http://mc-10.com/): ([source](https://github.com/gregdionne/mc-10))
8+
- [Virtual MC-10](https://www.zophar.net/trs80/virtual-mc-10.html)
9+
10+
## Documentation
11+
12+
- [Radio Shack TRS-80 MC-10 Micro Color Computer Operation and Language Reference Manual](https://colorcomputerarchive.com/repo/MC-10/Documents/Manuals/Hardware/MC-10%20Operation%20and%20Language%20Reference%20Manual/MC-10%20Operation%20and%20Language%20Reference%20Manual%20(Tandy).pdf)
13+
14+
## Blogs / Sites
615

716
- [TRS-80 MC-10 Programming Blog](http://jimgerrie.blogspot.ca/)
17+
- [Charlie's TRS-80 MC-10 web page](https://chazbeenhad.tripod.com/): Software and Links for the TRS-80 Micro Color Computer Model MC-10.
818

919
## YouTube
1020

@@ -13,4 +23,11 @@
1323
## Code
1424

1525
- [Type-in Mania: An Interactive Database of Early Basic Computer Applications](http://faculty.cbu.ca/jgerrie/Home/Type-in-Mania.html)
16-
- [Games and other software for the TRS-80 MC-10](https://github.com/jggames/trs80mc10)
26+
- [Games and other software for the TRS-80 MC-10](https://github.com/jggames/trs80mc10)
27+
- [mcbasic/examples](https://github.com/gregdionne/mcbasic/tree/main/examples): The files in the benchmark directory are small examples that can be run to compare the speed or performance against the MICROCOLOR BASIC interpreter. See the README.md file in that directory to learn more about them.
28+
29+
## Projects
30+
31+
- [trs80mc10](https://github.com/jggames/trs80mc10): Games and other software for the TRS-80 MC-10
32+
- [mcbasic](https://github.com/gregdionne/mcbasic): A cross-compiler for MICROCOLOR BASIC 1.0 which runs on a stock TRS-80 MC-10 or on James Tamer's "Virtual MC-10" which runs on Windows and bundles a shareware Telemark cross-assembler.
33+
- [tasm6801](https://github.com/gregdionne/tasm6801): Simple TASM-like cross-assembler for the Motorola 6801/6803 processor

other.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ These are additional dialects that I've recently found that I'd like to spend mo
4747
wxBasic can create stand-alone executables by binding together source code with the interpreter. wxBasic is written primarily in C, with some C++ linking it to the wxWidgets library. wxWidgets supplies the cross-platform features. wxBasic runs on Windows using native controls, and Linux using the GTK Library. A Macintosh port is being actively investigated.
4848
- [XBasic](http://www.maxreason.com/software/xbasic/share.html): XBasic is a comprehensive program development environment that integrates a powerful editor, compiler, debugger, function libraries and GuiDesigner into a seamless working environment that encompasses the whole process of creating fast, efficient, reliable, portable 32/64 bit programs. See XBasic overview. Compatible and equivalent implementations of XBasic are available for Windows95/98/NT and Linux. XBasic is written entirely XBasic, plus a little assembly language. XBasic is open-source freeware released under the standard GPL and LGPL licenses to assure all enhancements and derivatives remain open-source.
4949

50+
- [Locomotive BASIC interpreter written in Haskell](https://github.com/jarmond/locomotive-haskell)
51+
- [UBASIC-PLUS](https://github.com/mkostrun/UBASIC-PLUS): uBasic Plus for microcontrollers adds features to uBasic such as arrays and floating point numbers, more functions and ability to control hardware (analog read/write,digital write, et c.) all while improving internal workings of the interpreter. It is centered around ARM Cortex M0 processors.
52+
- [EndBASIC](https://github.com/jmmv/endbasic): BASIC interpreter with a REPL and a web interface written in Rust
53+
5054
## Other...
5155

5256
- [Minsk - Building a Compiler - coded live during streaming via YouTube (GitHub)](https://github.com/terrajobst/minsk): This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.

vb6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
- [TheProgrammingZone (Semi-VB-Decompiler)](https://www.theprogrammingzone.com/)
6767
- [Semi-VB-Decompiler (GitHub)](https://github.com/VBGAMER45/Semi-VB-Decompiler)
6868
- [vb2glade](https://sourceforge.net/p/vb2glade/code/HEAD/tree/)
69-
69+
- [VBCDeclFix](https://github.com/thetrik/VBCDeclFix): This Add-in allows to use Cdecl functions in VB6

0 commit comments

Comments
 (0)