Page 1 of 1

More than 64K system (heap) memory

Posted: Tue Nov 08, 2022 3:08 am
by NovaCoder
Let me start that I don't know much about the (real) Genesis hardware but as far as I understand it the stock hardware only supports 64k of system (working) RAM. Do any commercial games expand this memory limitation by including extra system RAM in the cartridge?

I did a quick google search and found this https://www.retrogamestore.com.au/produ ... drive-pro/ which looks like it expands the amount of system memory available to a real Genesis but I could be reading it completely wrong :lol:

Does the MiSTer core support more than the standard 64k?

I'm just interested because I'm thinking about playing around with some home-brew development :D

Re: More than 64K system (heap) memory

Posted: Fri Nov 11, 2022 11:09 pm
by Chilly Willy
The MED Pro lets you write to what would normally be rom in the cart space. It's not system ram. The system ram in the MD is only 64KB, but mirrors across the top 2MB of space from $E00000 to $FFFFFF. Theoretically, you could expand the MD system ram to 2MB in that space. You'd need homebrew to use it as nothing was ever written expecting more than 64KB of system ram.