Code Monkey home page Code Monkey logo

ibm5150's Introduction

IBM5150

An emulator of the IBM PC 5150, and its descendants and clones.

IRC Channel

Join x8x channel at freenode to talk about the emulator.

Compiling and running

So far, this emulator works only on Unix systems. It was tested on Ubuntu and Arch Linux.

To compile IBM5150 you will need to install g++, yasm and SDL. After you've done that run:

cd IBM5150; make; ./ibm5150 biosFile mdaFile mda.cfg > log.txt

You should see a black window on the screen and log.txt should contain everything the emulator has been doing.

You can get character ROM from http://www.minuszerodegrees.net/rom/IBM_5788005_AM9264_1981_CGA_MDA_CARD.BIN and BIOS from http://www.minuszerodegrees.net/bios/bios.htm.

Todo

ISA DMA

I don't quite understand how transfers are started, but then again, I haven't even started on this.

MDA

Only updates every frame. Might want to change that eventually.

CGA

Right now, it's just in there as a slightly modified MDA clone. Lots to be done.

8088

Only accurate on an opcode-level. No regards to actual execution times. This will have to wait until the 8086/8088 microcode is dumped.

80286

VERY rudimentary. Not really needed right now anyway.

PIT

Not complete, but the basics are there.

PPI

Much to be done here.

PIC

It's sorta there, but still incomplete.

ibm5150's People

Contributors

rpasta42 avatar

Stargazers

 avatar

Watchers

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