Giter Site home page Giter Site logo

trs-80's Introduction

TRuSt-80

Current Crates.io Version Downloads badge

TRuSt-80 is a cross-platform TRS-80 (model 1) emulator, based on my Z80 emulator. It has a working keyboard (hint : for " type shift+2 like on the original layout), can run Level 1 and Level 2 basic, and load .cas tape images. You will need a ROM, and the AnotherMansTreasureMIB64C2X3Y.ttf font. If not already installed, you will need sdl2 and sdl2_ttf libraries.

Screenshot

You can customize the RAM, ROM and resolution, among other things, in the ~/.config/trust80/config.toml file. The F12 key quits the emulator.

In the console, the reset command reboots the TRS-80.
The tape rewind command is used to "rewind" the tape.
The tape command followed by a filename is used to "insert" a tape:

tape seawar4k.cas

Since version 0.10.0, there is an integrated machine language monitor:
d 0x0000 disassembles code at 0x0000 and the 20 next instructions.
m 0xeeee displays memory content at address 0xeeee
m 0xeeee 0xaa sets memory address to the 0xaa value
j 0x0000 jumps to 0x0000 address
b displays set breakpoints
b 0x0002 sets a breakpoint at address 0x0002
f 0x0002 "frees" (deletes) breakpoint at address 0x0002
g resumes execution after a breakpoint has been used to halt execution
r displays the contents of flags and registers

trs-80's People

Contributors

nicolasbauw avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.