-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,39 @@ | ||
![irobot](https://user-images.githubusercontent.com/64547232/82756603-1d9bb900-9da9-11ea-828e-55ed8d382aab.png) | ||
|
||
I, Robot 2020 | ||
Verion 1.00 | ||
|
||
https://github.com/manfreda-dot-org/I-Robot-Project | ||
|
||
Modern emulation for 1984 Atari coin-op "I, Robot" | ||
|
||
Verion 0.99 released. Stable preview build. | ||
This is my attempt to make a "definitive" high-resolution version of the | ||
emulator. This version makes full use of modern graphics card features and | ||
anti-aliasing. | ||
|
||
A number of cheats / hacks have been built into the game. Check the menus. | ||
|
||
|
||
ROMS: | ||
|
||
CPU emulation buggy, gameplay buggy at times. | ||
You will need a copy of the original I, Robot ROMs to use this emulator. The | ||
standard MAME ROMset can be used. Place your ROMs are in a file called | ||
"irobot.zip" and put the zip file in the same directory as the emulator. | ||
|
||
You will need a copy of the original I, Robot ROMs to use this emulator. The standard ROMset for MAME works as well. | ||
Put the ROMs in a file called irobot.zip and place in same directory as emulator. | ||
CONTROLS: | ||
|
||
Key commands: | ||
left-control: fire button | ||
1: start 1 button | ||
2: start 2 button | ||
5: insert left coin | ||
6: insert right coin | ||
7: insert aux coin | ||
Keyboard commands | ||
left-control: fire button | ||
1: start 1 button | ||
2: start 2 button | ||
5: insert left coin | ||
6: insert right coin | ||
7: insert aux coin | ||
|
||
advanced commands | ||
escape: open menu | ||
tab: toggle test switch | ||
F3: reset CPU | ||
F10: toggle speed throttling | ||
spacebar: pause / unpause game | ||
Enter: step to next video frame | ||
Advanced commands | ||
Escape: open game menu | ||
Tab: toggle test switch | ||
F3: reset CPU | ||
F10: toggle speed throttling | ||
Spacebar: pause / unpause game | ||
Enter: step CPU till next rendering frame |