Skip to content

Commit ce62217

Browse files
committed
README for main: Just describe this repo
This is an orphan branch with nothing else on it. The code and fixes are on the `fixes` branch.
0 parents  commit ce62217

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
VirtualT with Fixes
2+
===================
3+
4+
The [Virtual T][sf-main] project on SourceForge is a TRS-80 Model
5+
100/102/200 emulator that runs on Windows, Linux and Mac. This is
6+
a fork of its [git repo][sf-git].
7+
8+
The `fixes` branch of this repo includes, as of this writing, everything
9+
from the `master` branch of the upstream repo, plus fixes. This currently
10+
includes:
11+
12+
* A fix conflicting definitions of `path` in `src/m100emu.cpp` and
13+
`src/linker.cpp` that breaks the build on Linux (or at least Debian
14+
flavours of it), producing a "multiple definition of 'path'" error from
15+
`ldd`. (The fix is taken straight from [bug report 9][sf-bug-9], which
16+
was submitted in 2022.)
17+
18+
The `main` branch of this repo has nothing on it but this README.
19+
20+
21+
22+
<!-------------------------------------------------------------------->
23+
[sf-git]: https://git.code.sf.net/p/virtualt/code.git
24+
[sf-main]: https://sourceforge.net/projects/virtualt/
25+
[sf-bug-9]: https://sourceforge.net/p/virtualt/bugs/9/

0 commit comments

Comments
 (0)