Converting a 16bit eprom to run as 8bit

Discussion of hardware and software development for Super NES and Super Famicom. See the SNESdev wiki for more information.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
Post Reply
User avatar
Drakon
Posts: 183
Joined: Mon Aug 16, 2010 4:48 am
Contact:

Converting a 16bit eprom to run as 8bit

Post by Drakon »

I stumbled across this:

http://www.jammaplus.co.uk/forum/forum_ ... =starfox-2

Could someone please explain how on earth you convert a 16 bit eprom to 8 bit? And is it simple?
3gengames
Formerly 65024U
Posts: 2284
Joined: Sat Mar 27, 2010 12:57 pm

Re: Converting a 16bit eprom to run as 8bit

Post by 3gengames »

User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Re: Converting a 16bit eprom to run as 8bit

Post by blargg »

I'm assuming that you just ignore the upper 8 bits of each word (leave unconnected), and adjust the image you send to the programmer.
User avatar
getafixx
Posts: 373
Joined: Tue Dec 04, 2012 3:28 pm
Location: Canada

Re: Converting a 16bit eprom to run as 8bit

Post by getafixx »

Didn't magno perfect using the 27C322 chips before? I know he has eluded to it a number of times that he has a working design on how to wire them to a cart. Drakon, if you search through this forum I believe there is some info about it.
User avatar
mikejmoffitt
Posts: 1353
Joined: Sun May 27, 2012 8:43 pm

Re: Converting a 16bit eprom to run as 8bit

Post by mikejmoffitt »

I'm a little confused - this example with Star Fox 2 isn't supposed to involve what you are talking about, is it? I see a 16-bit EPROM on his SF2 PCB, unless you are talking about his other board.

He probably just has the upper 8 lines ignored. If it's for use in an NES/FC cartridge, you could put your CHR data in the upper 8 bits and your PRG data in the lower 8 bits to make a merged 16-bit file to put on a single EPROM, though be sure to mirror your data to fill extra space (I.E. if you have an 8MBit (1MByte) 16-bit ROM, 512KByte PRG and 128KByte CHR, CHR must be copied four times to make 512KByte).

If it is for an SFC / SNES cartridge, what would you be doing with an 8-bit ROM?
User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Re: Converting a 16bit eprom to run as 8bit

Post by blargg »

mikejmoffitt wrote:If it's for use in an NES/FC cartridge, you could put your CHR data in the upper 8 bits and your PRG data in the lower 8 bits to make a merged 16-bit file to put on a single EPROM.
This doesn't make sense. Why would you put CHR data into the upper bytes?
If it is for an SFC / SNES cartridge, what would you be doing with an 8-bit ROM?
You're asking why you would use an 8-bit ROM in a SNES cartridge? Because it has an 8-bit bus?
tepples
Posts: 22705
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Converting a 16bit eprom to run as 8bit

Post by tepples »

blargg wrote:You're asking why you would use an 8-bit ROM in a SNES cartridge? Because it has an 8-bit bus?
Its competitor has a 16-bit bus. Genesis does what Nintendon't.
3gengames
Formerly 65024U
Posts: 2284
Joined: Sat Mar 27, 2010 12:57 pm

Re: Converting a 16bit eprom to run as 8bit

Post by 3gengames »

There's a byte pin to select bit size, guys.
User avatar
TmEE
Posts: 960
Joined: Wed Feb 13, 2008 9:10 am
Location: Norway (50 and 60Hz compatible :P)
Contact:

Re: Converting a 16bit eprom to run as 8bit

Post by TmEE »

But not on a 27C322.

On other chips there is, and it turns D15 into an additional address pin, usually called A-1. D8 to D14 will do nothing in that mode.
User avatar
mikejmoffitt
Posts: 1353
Joined: Sun May 27, 2012 8:43 pm

Re: Converting a 16bit eprom to run as 8bit

Post by mikejmoffitt »

blargg wrote:
mikejmoffitt wrote:If it's for use in an NES/FC cartridge, you could put your CHR data in the upper 8 bits and your PRG data in the lower 8 bits to make a merged 16-bit file to put on a single EPROM.
This doesn't make sense. Why would you put CHR data into the upper bytes?
Christ, I was tired and that makes no sense, disregard that. That would only work if you were for some reason reading from PRG the exact same address as CHR at all times.
User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Re: Converting a 16bit eprom to run as 8bit

Post by blargg »

3gengames wrote:There's a byte pin to select bit size, guys.
So this whole thread is for nothing? :)
User avatar
nintendo2600
Posts: 367
Joined: Mon Mar 30, 2009 4:40 pm

Re: Converting a 16bit eprom to run as 8bit

Post by nintendo2600 »

TmEE wrote:But not on a 27C322.

On other chips there is, and it turns D15 into an additional address pin, usually called A-1. D8 to D14 will do nothing in that mode.
Ya D15 becomes A0 and you shift the rest of the addy lines +1.
User avatar
nintendo2600
Posts: 367
Joined: Mon Mar 30, 2009 4:40 pm

Re: Converting a 16bit eprom to run as 8bit

Post by nintendo2600 »

Also does anyone here know "AndrewC" aka "Pootle" on other forums?
I really wanna get in touch with him about buying some of his 27c160 and 27c322
adaptor boards for the SNES. Hell if I could even just get the egale files I'd be
a happy man and I would just get a batch done myself.

I can design the one for use with the 27c160 in 8bit mode but I'm not ninja
enough to design the one with the 27c322 and the 245's and 139. That one
I would love to buy\and or get some made.
Post Reply