/v200

A TI Voyage-200 emulator

Primary LanguageCMIT LicenseMIT

V200: A TI Voyage-200 emulator

To do and notice

  1. Install SDL 2.0.

  2. Download the OS from TI's web site. The current (and probably last ever) version is v3.10, with SHA256 sum:

     a819756f84bcb5c60729b9c2fe842473d3460ae5cd211aca1d8da4e09a04dcf3  os.v2u
    
  3. make

  4. ./v200 os.v2u

Why can't I type properly?

The Voyage-200 implements keyboard debouncing in software, so you'll have to type very deliberately, as if you're using a little chiclet keyboard...

You will need an extended keyboard to hit some keys, and others aren't mapped at all. This will probably be fixed eventually... maybe. In the meantime, read the source for details.

Why doesn't the mouse work?

This isn't a touchscreen device.

How do I save state?

You can't yet. Maybe later.

How do I upload/download files?

You can't yet. Don't hold your breath.

License

V200 is copyright (c) 2017 Dusk.

Musashi is copyright (c) 1998-2001 Karl Stenerud.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.