Play wav music and sound effect

SGDK only sub forum

Moderator: Stef

masteries
Very interested
Posts: 53
Joined: Thu Jul 30, 2020 3:33 pm

Re: Play wav music and sound effect

Post by masteries » Fri Nov 13, 2020 9:57 am

Stef wrote:
Mon Oct 26, 2015 9:55 am
Actually you can use rom up to 8 MB (even 10 MB with a bit of extra hardware) without bank switching but if you do it, you are not anymore compatible with Sega CD nor 32X addon. Also you need a specific emulator to handle large rom like that.
Bank switch is the safe and official way to go for rom above 4 MB but then you need to switch bank when you access data > 4MB and you need to write specific code to handle these cases (SGDK do not give tools for that right now).
From this sentence, I have deduced that a 8 megabytes ROM can be created with SGDK, and use it in a MD cartridge without problems.
Is it really true (I am always mind restricted to 4 MB :P ) ?

This is a new world of possibilities!

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Re: Play wav music and sound effect

Post by Stef » Fri Nov 13, 2020 1:15 pm

Yeah of course you can, you just need a 8 MB ROM cart for that and it is not recommended to use flat mapping as it eats extension memory space but if don't care about it...

masteries
Very interested
Posts: 53
Joined: Thu Jul 30, 2020 3:33 pm

Re: Play wav music and sound effect

Post by masteries » Fri Nov 13, 2020 1:27 pm

Stef wrote:
Fri Nov 13, 2020 1:15 pm
Yeah of course you can, you just need a 8 MB ROM cart for that and it is not recommended to use flat mapping as it eats extension memory space but if don't care about it...
Thanks Stef!

The intention is to insert as many stuff I can into a single 8 MB ROM chip;
and use the game cartridge on a plain MD / Genesis system, without 32x or Sega CD attached.
(I think these are allocated on the extension memory space).

Sik
Very interested
Posts: 939
Joined: Thu Apr 10, 2008 3:03 pm
Contact:

Re: Play wav music and sound effect

Post by Sik » Fri Nov 13, 2020 11:23 pm

The problem with using up all 8MB comes from the fact that it breaks if a Mega CD is plugged in, whether it's being used or not (because the Mega CD will try to respond to its own range). This is true for stuff like Wondermega and CDX as well.

There's a theory that manipulating /CART on the fly could be used to work around it safely (i.e. swapping in which side the cartridge slot is mapped on the fly) but I don't think anybody has actually tested yet if it works. I also don't know if it'd work on a model 3.
Sik is pronounced as "seek", not as "sick".

masteries
Very interested
Posts: 53
Joined: Thu Jul 30, 2020 3:33 pm

Re: Play wav music and sound effect

Post by masteries » Tue Nov 17, 2020 11:22 am

Sik wrote:
Fri Nov 13, 2020 11:23 pm
The problem with using up all 8MB comes from the fact that it breaks if a Mega CD is plugged in, whether it's being used or not (because the Mega CD will try to respond to its own range). This is true for stuff like Wondermega and CDX as well.

There's a theory that manipulating /CART on the fly could be used to work around it safely (i.e. swapping in which side the cartridge slot is mapped on the fly) but I don't think anybody has actually tested yet if it works. I also don't know if it'd work on a model 3.
Yes, I know that no hardware addons can be connected when using a 8 MB cartridge (that do not use any mapping technique).

Also, are you explaining that probably these 8 MB cartridges will not operate on a plain Genesis model 3?

However, model 3 units are less common than model 2 and model 1.

Post Reply