Code Monkey home page Code Monkey logo

pb2k's Introduction

This project is about updating the firmware for the pinball 2000 platform so
that it will run on a more modern machine.

                          Background

The Pinball 2000 architecture is comprised of an x86 computer that drives the
machines power board through a standard bi-directional parallel port.

The AT motherboard uses a Cyris MediaGX process (Pentium kind-of) running at 233
MHz. The MediaGX processor is somewhat unique in that it features a built in
video driver and sound blaster compatible audio. The firmware should not care
about the sound blaster as it uses it's own audio.

The program, or firmware, for the machine resides in ROM chips located on a PCI
card. The ROM chips are 16 bits wide and there are 8 of them. The audio is on 2
additional ROM chips. The ROM U100 through U107 are wired in parallel to create
32bit wide data for the CPU.

The 4 pairs of ROMs have their own selects. The controller card uses a PCI9050
PCI bridge which contains an eeprom that is programmed for the address space for
each of the 4 address selects.

The 2 sound ROMs appear to be independent from the the other ROMs, they have
their own address and data bus.


                        Goal of this project


Since all of this is based on x86 and a parallel port it should be possible to
run this program natively on a more modern computer. There are various
approaches that we can take but need to understand the code a little further.
Here are some ideas:

1. Put the code on a simple flash drive and run all the code as it was designed.
The code runs in it's own OS called XINA. We update the pieces that are broken,
perhaps change the audio to use the computers own audio card.

2. Extract the main program and run it under Linux.

Option 2 would be nice because the game could be modified to make use of the OS,
such as networking, graphics, sound and a file system.

The goal is not to run in an emulator under Linux, it shouldn't be necessary.

pb2k's People

Contributors

cmeyers-st avatar boilerbots avatar

Stargazers

 avatar ThomazPom avatar

Watchers

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