Skip to content

Commit ec0e5b2

Browse files
committed
Update README for TEOS v3.01 release.
1 parent 06fda7b commit ec0e5b2

1 file changed

Lines changed: 51 additions & 2 deletions

File tree

README.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,63 @@ TEOS
1212
(See the accompanying file LICENSE_1_0.txt or the copy at
1313
http://www.boost.org/LICENSE_1_0.txt)
1414

15+
1516
*****************************************************************************
1617

1718
About
1819
-----
1920

2021
This is a replacement Operating System for KRIKzz's Turbo Everdrive v2.
2122

22-
It can either be run as a HuCard image, just like any game, or it can be used
23-
as a replacement for the default operating system file /TBED/OS.PCE
23+
Please do NOT try to use this on an old Turbo Everdrive v1, IT WILL NOT WORK!
24+
25+
26+
*****************************************************************************
27+
28+
TEOS Release v3.01 (2022/06/12)
29+
-------------------------------
30+
31+
Just extract the contents of the .ZIP file, and copy the extracted files to the root of your Turbo EverDrive's SD card.
32+
33+
In particular ... the contents of the /TBED/ directory *must* go in that directory.
34+
35+
If you have already got some files with the same name in your /TBED/ directory, then please do NOT overwrite those files, or you will lose your existing BRAM saves!
36+
37+
38+
Note that TEOS works both as a HuCARD image, and as a replacement for Krikzz's original Turbo Everdrive OS.
39+
40+
* To run it as a HuCARD, just select and run TEOS.PCE from your existing Turbo Everdrive OS.
41+
* To replace Krikzz's original Turbo Everdrive OS with TEOS, just rename TEOS.PCE to OS.PCE and copy the OS.PCE file to the /TBED/ folder on your SD card.
42+
43+
44+
For Turbo GT (and Turbo Express) owners there is also a version of TEOS called TEOS-GT.PCE which avoids using the high-resolution text mode, and so is a bit more readable on their LCD screen.
45+
46+
47+
If you find any problems, then it would be better to report them in the "Homebrew Development" section of the "PC Engine Software Bible forum" (https://pcengine.proboards.com/board/5/homebrew-development), rather than cluttering up KRIKzz's official Turbo Everdrive forum.
48+
49+
50+
*****************************************************************************
51+
52+
Changes since TEOS Beta 5 (2021/01/26)
53+
--------------------------------------
54+
55+
* Support uploading HuCARD games to the TED2 through USB with either Krikzz's "turbo-usb2.exe", or Dave Shadoff's PCE_TurboEverdrive_USB (https://github.com/dshadoff/PCE_TurboEverdrive_USB).
56+
* Backup and restore NEC's Memory Base 128 (a.k.a. Koei's Save Kun) images to and from the TED2's SD card.
57+
* Enable the TED2's "Street Fighter 2" memory mapper for all HuCARDs larger than 1MByte, to allow for future homebrew games using the mapper.
58+
* Fix missing color in "Order of the Gryffon" password screen.
59+
60+
61+
*****************************************************************************
62+
63+
Building a new TEOS from Source Code
64+
------------------------------------
65+
66+
The source code for TEOS can be found on GITHUB at https://github.com/jbrandwood/teos
67+
68+
You will need to use a recent version of the PCEAS assembler to successfully built TEOS.
69+
70+
71+
The PCEAS assembler is one component of the HuC project which can be found on GITHUB at https://github.com/jbrandwood/huc
72+
2473

2574
*****************************************************************************

0 commit comments

Comments
 (0)