Giter Club home page Giter Club logo

minstrel4th-rom-patch's Introduction

Minstrel 4th rom patch to support RC2014's UART

To build this patch you need sjasmplus.

I'm using GNU Make for build tasks, but patched rom can be built just with sjasmplus called on patch.asm.

If you're using CLI tools for TL866 programmer - you may flash your 28c128 with this firmware using "flash" target.

Development server placed in 'devserver' directory.

It requires Python 3 and PySerial, before usage please correct your UART in port variable.

Current supported operations:

  • uinit - init UART
  • uwrite - write byte to UART
  • uread - non-blocking UART reading (if there no byte in buffer will be returned -1)
  • ureads - blocking UART reading.
  • ubget - download plain binary from dev. server. Syntax is: ADDRESS ubget FILENAME, for example 16384 ubget game.bin will downloads game.bin from dev.server to memory, starting from 16384 address.
  • ubput - upload plain binary to dev.server. Syntax is: ADDRESS SIZE ubput FILENAME, for example 0 16384 ubput dump.bin will upload 16384 bytes starting from 0 address
  • ls - get current directory files listing
  • tapin - select tape image to load from
  • tapout - select tape image for storing. If file exists - new files will be appended.
  • load/bload works like with tape but with image. Optionally you can skip file name, for example: tapin tetris.tap load and tapin tetris.tap load tetris makes same result.
  • save/bsave works in pure way as on original ROM but saves to TAP-file
  • xbput ( addr size -- flag ) - upload block of memory using XMODEM protocol. Syntax is ADDRESS SIZE xbput. On exit, TOS contains 0, if transfer succeeded and -1 otherwise.
  • xbget ( addr -- flag )- download block of memory using XMODEM protocol. Syntax is ADDRESS xbget. On exit, TOS contains 0, if transfer succeeded and -1 otherwise.
  • tee ( -- ) - echo screen output to serial interface. Useful for capturing FORTH word listings or the transcript of an adventure game, for example.
  • untee ( -- ) - disable echoing of screen output to the serial interface.
  • tty ( -- ) - source keyboard input from serial card and echo screen output to serial card (the latter as with TEE). This allows you to program th Minstrel 4th from a PC, either by typing or pasting commands into a terminal program connected to the Minstrel 4th. Minstrel 4th control codes are implemented as follows: ^H or Backspace = Backspace; ^M or Return = Enter; ^X = Caps-1 (clear current line); ^Z = Caps-9 (Graphics mode); ^Q = Toggle True/ Inverse video; ^F, ^G, ^T, ^V = cursor keys (Wordstar-like).
  • hex ( -- ) - change BASE to hexidecimal (analogue of DECIMAL).
  • code ( -- ) - create simple machine code routine. See Jupiter Ace user manual, Chapter 25, for details.

Real tape support is available using variants of the original Jupiter Ace/ Minstrel words, named SAVT (e.g., for SAVE), BSAVT, LOAT, and BLOAT.

minstrel4th-rom-patch's People

Contributors

markgbeckett avatar nihirash avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.