Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed May 28, 2020
2 parents 485c602 + 8ec4c29 commit 000c230
Showing 1 changed file with 33 additions and 29 deletions.
62 changes: 33 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![irobot](https://user-images.githubusercontent.com/64547232/82836070-d5a59080-9e93-11ea-99b8-5d6c96c7680a.png)
![I, Robot](https://user-images.githubusercontent.com/64547232/82836070-d5a59080-9e93-11ea-99b8-5d6c96c7680a.png)

I, Robot 2020
Verion 1.02
# I, Robot 2020
## Version 1.02

https://github.com/manfreda-dot-org/I-Robot-Project

Expand All @@ -11,43 +11,47 @@ This is my attempt to make the "definitive" high-resolution version of the
emulator. This version makes full use of modern graphics card features and
anti-aliasing.

### Comparisons

For comparison here is the original game:
![3](https://user-images.githubusercontent.com/64547232/82914852-0215e700-9f3e-11ea-8869-3ad3ff732ab4.png)

![original](https://user-images.githubusercontent.com/64547232/83023033-6302f500-9ffa-11ea-869d-3b4e6bd63ba9.png)
And here is the equivalent in high-res ultra-widescreen mode
![image (1)](https://user-images.githubusercontent.com/64547232/82914929-18bc3e00-9f3e-11ea-89c8-36abc6d278e2.png)
![widescreen](https://user-images.githubusercontent.com/64547232/83023037-64ccb880-9ffa-11ea-99a7-8799e156304f.png)

Another comparison
![original2](https://user-images.githubusercontent.com/64547232/82914852-0215e700-9f3e-11ea-8869-3ad3ff732ab4.png)
![widescreen2](https://user-images.githubusercontent.com/64547232/82914929-18bc3e00-9f3e-11ea-89c8-36abc6d278e2.png)

![original](https://user-images.githubusercontent.com/64547232/82910905-34711580-9f39-11ea-95c3-d8452f62ce57.png)

![image](https://user-images.githubusercontent.com/64547232/82911580-10620400-9f3a-11ea-8b2f-b85790882d3e.png)
Yet another
![original3](https://user-images.githubusercontent.com/64547232/82910905-34711580-9f39-11ea-95c3-d8452f62ce57.png)
![widescreen3](https://user-images.githubusercontent.com/64547232/82911580-10620400-9f3a-11ea-8b2f-b85790882d3e.png)


HACKS:
### HACKS:

A number of cheats / hacks have been built into the game. Check the menus.


ROMS:
### ROMS:

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 in a file called "irobot.zip" and place in the same directory as the emulator.

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 in a file called
"irobot.zip" and place in the same directory as the emulator.
### CONTROLS:

CONTROLS:
#### Keyboard controls

* left-shift / 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-shift / 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

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
* 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

0 comments on commit 000c230

Please sign in to comment.