Welcome, Guest. Please login or register.
July 04, 2024, 10:44:24 AM

Login with username, password and session length
* Home Help Arcade Login Register
.
+  Forum
|-+  **Reel Slots** Gaming Machines
| |-+  IGT S2000 and Vision Games.
| | |-+  eprom size s2000
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: eprom size s2000  (Read 3157 times)
keith
Contributing NLG Member
NLG Member 101 to 500 Post
*

Total Karma Storms: 44
Offline Offline

Gender: Male
Posts: 147



« on: October 31, 2011, 11:13:48 PM »

what size should the stepper base and stepper game eprom be?
Logged
Foster
The S2000 GURU
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 345
Offline Offline

Gender: Male
Posts: 2872



« Reply #1 on: November 01, 2011, 12:28:03 AM »

Chip used in the S2000 are:
         
Base, Key, Clear:  27C4002, 27C4096  256K x 16 bit
Game:                27C801, 27C080     1M x 8 bit
Version:              27C010 27C1001    128K x 8
SS:                    27C64 for 27C512  SS is a S+ Reel chip (requires a SB001000) depending on the speed of an original IGT S+ SS chip may have to copy them to a faster chip.
                         Do not use any offset if using a 27C512 in  a S2000

Speed should be 120ns or faster.
« Last Edit: November 01, 2011, 12:39:04 AM by Foster » Logged

A Slot Machine and Coca-Cola Addict!!
"If it is not broke do not fix it" I keep forgetting that!
coorslight115
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 79
Offline Offline

Gender: Male
Posts: 2602



« Reply #2 on: November 01, 2011, 12:58:15 AM »

Chip used in the S2000 are:
         
Base, Key, Clear:  27C4002, 27C4096  256K x 16 bit
Game:                27C801, 27C080     1M x 8 bit
Version:              27C010 27C1001    128K x 8
SS:                    27C64 for 27C512  SS is a S+ Reel chip (requires a SB001000) depending on the speed of an original IGT S+ SS chip may have to copy them to a faster chip.
                         Do not use any offset if using a 27C512 in  a S2000

Speed should be 120ns or faster.

Foster...No Offset for a 64K SS chip burned to a 512K chip for use in the s2000 ? Do you use Copy and Fill? . Never tried it ...Not saying you are wrong...just sounds weird.
Logged
keith
Contributing NLG Member
NLG Member 101 to 500 Post
*

Total Karma Storms: 44
Offline Offline

Gender: Male
Posts: 147



« Reply #3 on: November 01, 2011, 01:47:31 AM »

thanks for the reply  applause
Logged
StatFreak
rotaredoM etiS GLN labolG
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 756
Offline Offline

Gender: Male
Posts: 8549


Warning! Spammers will be eaten, with relish!


« Reply #4 on: November 06, 2011, 12:55:07 AM »

Chip used in the S2000 are:
         
Base, Key, Clear:  27C4002, 27C4096  256K x 16 bit
Game:                27C801, 27C080     1M x 8 bit
Version:              27C010 27C1001    128K x 8
SS:                    27C64 for 27C512  SS is a S+ Reel chip (requires a SB001000) depending on the speed of an original IGT S+ SS chip may have to copy them to a faster chip.
                         Do not use any offset if using a 27C512 in  a S2000

Speed should be 120ns or faster.

Foster...No Offset for a 64K SS chip burned to a 512K chip for use in the s2000 ? Do you use Copy and Fill? . Never tried it ...Not saying you are wrong...just sounds weird.

The lower address pins are identically placed in the 27c series which is why one can use larger capacity chips for applications requiring less memory. An offset is needed if the machine puts power to the higher address pins on a larger chip because that shifts the lower addresses to a higher page*. This happens when the hardware designers don't expect to use those pins and don't care whether they end up getting power or not.

I've never checked an S2000 but Foster knows these machines inside and out, so based on his post I'd say that it doesn't apply voltage to any of the upper address pins and hence no offset is needed.

Stat garfield


* Here's an example in base 10. You have code that ranges from address 00 to 99 and you're supposed to use a 100 unit chip. The machine expects a 100 unit chip and only reads addresses in the ones and tens places; it doesn't even know that hundreds exist.

You want to use a 1000 sized chip for whatever reason. Picture it as 10 pages of 100. In this example, when you put the chip in the machine, it accidentally sticks a 5 on the front so everything becomes 500 to 599 because the designers didn't care if the pins for the hundreds place got power or not.

The machine only expects to see two digit addresses from 00-99 and doesn't even know about the hundreds place. It can only see 100 addresses on your 1000 sized chip, but because of the flaw (voltage to the other pins) it's looking at 500-599 instead of 000-099. If you copy the "page" in 000-099 to 500-599 and the machine looks for the value at address 47, it will find it at (5)47 and read it as if it were at (0)47.

So in this example if you needed to use a larger chip from the same family (as long as the lower address pins weren't different) and you didn't know which (if any) upper pins were getting voltage, you could copy the data 10 times over into every possible "page" of 100 to be sure that the machine would see the 100 bits of data no matter what those other pins were doing. If you knew exactly which pins were getting voltage, you could put one copy of the data in precisely the right "page" and know that the machine would see it. If you knew that no upper address pins were getting voltage, you could put one copy of the data at the beginning of the chip.

I hope that helps explain what happens and why chip paging works, but is not always needed.
« Last Edit: November 06, 2011, 01:01:17 AM by StatFreak » Logged

I found myself at NLG garfield  ..but got lost again on the way home. Scratch Head 2
If found, please email me to myself. Thanks. yes
       Executive member in good standing of Rick's SMAA.                              Ehhh...What's Up Doc?
Foster
The S2000 GURU
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 345
Offline Offline

Gender: Male
Posts: 2872



« Reply #5 on: November 06, 2011, 01:06:26 AM »

Chip used in the S2000 are:
         
Base, Key, Clear:  27C4002, 27C4096  256K x 16 bit
Game:                27C801, 27C080     1M x 8 bit
Version:              27C010 27C1001    128K x 8
SS:                    27C64 for 27C512  SS is a S+ Reel chip (requires a SB001000) depending on the speed of an original IGT S+ SS chip may have to copy them to a faster chip.
                         Do not use any offset if using a 27C512 in  a S2000

Speed should be 120ns or faster.

Foster...No Offset for a 64K SS chip burned to a 512K chip for use in the s2000 ? Do you use Copy and Fill? . Never tried it ...Not saying you are wrong...just sounds weird.

No copy and fill. I found this out by trying the offset of C000 and the chip failed, luckily it was one of the SST Flash 27SF512 (same pin outs as 27c512) EEPROM's
Tried no offset it worked perfectly.

Logged

A Slot Machine and Coca-Cola Addict!!
"If it is not broke do not fix it" I keep forgetting that!
Pages: [1] Go Up Print 
« previous next »
Jump to:  


If you find this site helpful, Please Consider Making a small donation to help defray the cost of hosting and bandwidth.



Newlifegames.com    Newlifegames.net    Newlifegames.org
   New Life Games    NewLifeGames  NLG  We Bring new Life to old Games    1-888-NLG-SLOTS
Are all Copyright and Trademarks of New Life Games LLC 1992 - 2021


FAIR USE NOTICE:

This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml.

If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.

NewLifeGames.net Web-Site is optimized for use with Fire-Fox and a minimum screen resolution of 1280x768 pixels.


Powered by SMF 1.1.20 | SMF © 2013, Simple Machines
Loon Designed by Mystica
Updated by Runic Warrior
Page created in 0.127 seconds with 20 queries.