Coder Social home page Coder Social logo

xeleh / amishell Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 1.0 14 KB

A shell for the WinUAE and FS-UAE Amiga emulators.

License: MIT License

AppleScript 2.78% Shell 2.00% VBScript 10.13% TypeScript 42.33% JavaScript 42.75%
amiga shell cli crossdev retrodev winuae fs-uae

amishell's Introduction

AmiShell

A shell for the WinUAE and FS-UAE Amiga emulators. If you are into retro crossdev, you can use this to ease the "test the created executable in the emulator" part, among other purposes.

Installation

To install from npm:

npm i -g amishell

To install from a local package:

npm i -g amishell-1.0.0.tgz

To verify that the command is correctly installed:

amishell --help

To uninstall the package:

npm un -g amishell

Setup

The Amiga emulator needs to be properly configured for communication through a virtual serial port.

FS-UAE

Include the following property in your .fs-uae configuration file:

serial_port = tcp://0.0.0.0:1234

WinUAE

Include the following lines in your .uae configuration file:

win32.serial_port=TCP://0.0.0.0:1234
serial_translate=crlf_cr
serial_direct=true

User-Startup

Add the following lines to your Amiga S:User-Startup file:

mount AUX:
newshell AUX:

You will need to have the AUX mountlist in the DEVS:DosDrivers directory.

You may want to rename the AUX mountlist as AUXI under Windows if you have any problems with that particular name.

Serial Preferences

Execute the Prefs:Serial (2.0+) or Prefs:Preferences (1.3) program in your Amiga hard drive and set the serial preferences to these values:

  • Baud Rate: 31250
  • Input Buffer Size: 512
  • Handshaking: XON/XOFF
  • Parity: None
  • Bits/Char: 8
  • Stop Bits: 1

Usage

  1. Open your properly-configured Amiga emulator of choice.
  2. Open a Terminal or Command Prompt window in the host machine.
  3. To execute a single command (like dir) in the emulator and exit:
amishell dir
  1. To start an interactive shell session:
amishell
  1. Use Up/Down arrows for command history.
  2. Use Ctrl+C to exit.

License

MIT Licensed. Copyright (c) Xeleh 2020.

Credits

amishell's People

Contributors

xeleh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gareth-smyth

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.