Git Product home page Git Product logo

peter-kutak / aspeqt-2k22 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pjones1063/aspeqt-2k24

0.0 1.0 0.0 8.17 MB

AspeQt emulates Atari SIO peripherals when connected to an Atari 8-bit computer with an SIO2PC cable. In that respect it's similar to programs like APE and Atari810. The main difference is that it's free (unlike APE) and it's cross-platform (unlike Atari810 and APE).

Home Page: https://sourceforge.net/projects/respeqt/files/

License: GNU General Public License v2.0

HTML 12.31% C++ 64.57% QMake 0.37% Makefile 8.88% Assembly 10.79% C 2.39% PHP 0.70%

aspeqt-2k22's Introduction

Atari AspeQt-2k22

Atari 8-bit in 2022 - 43 years after the 400/800 first release!

image

Atari Serial Peripheral Emulator for Qt With 8bit Cartridge

image

Summary

AspeQt emulates Atari SIO peripherals when connected to an Atari 8-bit computer with an SIO2PC cable. In that respect it's similar to programs like APE and Atari810. The main difference is that it's free (unlike APE) and it's cross-platform (unlike Atari810 and APE).

image

See readme.txt for more info

* AspeQt Client module MENU.COM. Runs on the Atari and is used to get/set Date/Time (SpartaDos) on the Atari plus a variety of other remote tasks (on any DOS).

* Package builds for Windows, Linux, MacOS, and RasPi at: https://sourceforge.net/projects/respeqt/files/

* Do it yourself Atari SIO2PC cable - see: SIO2PC__Build_Instructions.pdf (for under $20.00!)

Support and other inquiries can be made on our BBS at: $ telnet 13leader.net 8023 or http://13leader.net

AspeQt 2k22 Cartridge

The AspeQt 8bit Cartridge can be run from most Atari cart emulators (UnoCart, Ultimate Cart, etc.)
All AspeQt disk and most printer functions can be done using the cartridge.

Two versions of the cart are available:

MenuCart_BOOT_2k22.car - Boot D1: on power up
MenuCart_NoneBOOT_2k22.car - No Disk boot on power up

Windows and MacOS installation instructions:

1- Build a SIO2PC cable outlined in SIO2PC_Build_Instructions.pdf

Very simple - Download Windows or MacOS.

Unzip and run the AspeQt 32 or 64 bit exe application on Windows.

Unzip and mount the AspeQT image on MacOS

Allow AspeQT to run in MacOS Settings > Security and Privacy > Allow Apps Downloaded From

Ubuntu installation instructions:

1- Build a SIO2PC cable outlined in SIO2PC_Build_Instructions.pdf

2- Unzip aspeqt_20.22-1_amd64.deb

$ sudo apt install ./aspeqt_20.22-1_amd64.deb

$ sudo usermod -a -G dailout username

3- reboot (for usermod)

$ Aspeqt

Raspberry Pi or other Debian based Linux build instructions:

  • 1- Build a SIO2PC cable outlined in SIO2PC_Build_Instructions.pdf

  • 2- Download AspeQt source zip file.

  • 3- Create a source folder. Unzip source into the new folder

  • 4- Update the Pi

    $ sudo apt update

    $ sudo apt upgrade

  • 5- Install Qt and gcc

    $ sudo apt install make gcc qt5-default

    $ sudo apt-get install libqt5serialport5

    $ sudo apt-get install libqt5serialport5-dev

  • 6- Compile and install AspeQt

    $ cd (source folder created above)

    $ qmake

    $ make clean

    $ make

    $ sudo usermod -a -G dailout username

  • 7- Reboot for usermod

  • 8 Plug in the cable and run the AspeQt server.

    $ ./AspeQt

  • NOTE: If you installed Raspbian Lite onto your Micro-SD card you will probably get an error saying "unable to open x display", you will likely need to run the following commands to load ldxe, x11 & lightdm:

    $ sudo apt-get install lxde lxde-core lxterminal lxappearance (answer Y for y/n question... this takes a loooong time to install)

    $ sudo apt-get install lightdm (this also takes a long time to load - be patient)

    $ sudo apt-get install xserver-xorg

    $ sudo apt-get install xinit

    $ sudo apt-get install x11-xserver-utils (answer Y for y/n question)

    $ sudo apt-get install xterm

    $ startx (Opens X window)

aspeqt-2k22's People

Contributors

pjones1063 avatar

Watchers

James Cloos 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.