|
12 | 12 | (See the accompanying file LICENSE_1_0.txt or the copy at |
13 | 13 | http://www.boost.org/LICENSE_1_0.txt) |
14 | 14 |
|
| 15 | + |
15 | 16 | ***************************************************************************** |
16 | 17 |
|
17 | 18 | About |
18 | 19 | ----- |
19 | 20 |
|
20 | 21 | This is a replacement Operating System for KRIKzz's Turbo Everdrive v2. |
21 | 22 |
|
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 | + |
24 | 73 |
|
25 | 74 | ***************************************************************************** |
0 commit comments