Giter Site home page Giter Site logo

alis's Introduction

Alis (SEGA Master System emulator)

This is a port to SDL from a very old graduation conclusion project mine. The original version was written for Visual Studio and DirectX in 2002.

Alis is a SEGA Master System(SMS) emulator with a core engine written in 100% x86 assembly code, only the UI is written in C. All the assembly code was converted from MASM to NASM format and DirectX to SDL API.

The name "Alis" is a tribute to the main character from my favorite game, Phantasy Star.

Features

You can enjoy these features while playing:

  • Save/Load - Save and load game state any time;
  • Record/Play - Record and play user input from keyboard or joystick;
  • CPU speed - Change CPU speed between 12% and 800%;
  • Rewind - Back to past!!! You can rewind your game until the last thirty seconds;

Keys

There are support for keyboard and joysticks.

  • F5-F8 - Save game in slots between 1 and 4;
  • F9-F12 - Load game from slots between 1 and 4;
  • SHIFT+[F5-F8] - Record user input in slots between 1 and 4;
  • SHIFT+[F9-F12] - Play user input from slots between 1 and 4;
  • MINUS(-) - Decreases CPU speed;
  • EQUALS(=) - Increases CPU speed;
  • BACKSPACE - Rewind game played;
  • ESCAPE - Reset;
  • SPACE - Pause;
  • Z - Joystick 1 button 1;
  • X - Joystick 1 button 2;
  • UP,DOWN,LEFT,RIGHT - Joystick 1 directions;
  • N - Joystick 2 button 1;
  • M - Joystick 2 button 2;
  • KEYPAD 1,2,3,5 - Joystick 2 directions;

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.