• Welcome to Circuitbenders Forum.

Alesis HR-16 Custom ROM burning

Started by hoffy, December 02, 2008, 01:33:50 AM

Previous topic - Next topic

hoffy

Hi,

Burnkit 2600's website mentions two programs that can be used to burn EPROMS for the Alesis drum machine with custom samples. One is from robotsinmotion.com and the others is stormscorner.com. Unfortunately, both websites have disappeared from the net!

Anyone have a copy of these programs floating around?

The original article is here: http://burnkit2600.com/gear/hr-16-diy-sound-roms/

To the best of my knowledge both of these programs are freeware.

Thank you!

Circuitbenders

or you could just search this forum for Gordonjcp's method of burning Alesis HR-16 ROM's
i am not paid to listen to this drivel, you are a terminal fool

hoffy

Thanks, that's a great help.

So anyway:

a) What the fuck is an "svn repository"

b) How do i build his utility? There's no .exe files in the directory?

c) What does any of this mean?

"svn co svn://www.nekosynth.co.uk/nekosynth/utilities/hr16utils
cd hr16utils
scons"

d) Do you know where I could get the C E G program because it looks wonderfully easy to use.

Thanks.

Gordonjcp

Hello.


a) What the fuck is an "svn repository"

svn, or "Subversion" is a source control system.  It allows you to keep track of changes to a piece of software as it develops.

b) How do i build his utility? There's no .exe files in the directory?

The build instructions are on the page.  There is no .exe file, because it doesn't run under Windows.  I've never used Windows and I don't even know anyone who has it, far less software development tools for it.

c) What does any of this mean?
first line pulls the latest version of the code from my server
second line changes to the directory containing the code
third line actually builds the code into the utility.

Or, of course, you could just ask me nicely to roll a ROM set for you.  I could probably even burn it for you, but I'd need to price up blank EPROMs and postage - probably about £30 all in.
If at first you don't succeed, stick it through a fuzzbox.

hoffy

Quote
a) What the fuck is an "svn repository"

svn, or "Subversion" is a source control system.  It allows you to keep track of changes to a piece of software as it develops.

Ok. That doesn't help me whatsoever- English is not my native language, let alone whatever that language is.

Quote
b) How do i build his utility? There's no .exe files in the directory?

The build instructions are on the page.  There is no .exe file, because it doesn't run under Windows.  I've never used Windows and I don't even know anyone who has it, far less software development tools for it.

Oh ok, this helps. You've *never* used Windows? Wow. I figured it was a c++ program from the file extension..?
Obviously I am wrong. But I only use Windows so...

Quote
c) What does any of this mean?
first line pulls the latest version of the code from my server
second line changes to the directory containing the code
third line actually builds the code into the utility.

Oh ok, i get all this bit :), but being on Windows only, It doesn't really help me.

Quote
Or, of course, you could just ask me nicely to roll a ROM set for you.  I could probably even burn it for you, but I'd need to price up blank EPROMs and postage - probably about £30 all in.

That's an extraordinarily kind offer, thank you. I'll have a think about it. I've joined the hr16 yahoo group, so i'll see if any of those kids can help, or the burnkit people, Otherwise, I'm in the ass end of the world so it might not be possible.

But again, thank you :)

nochtanseenspecht

btw, has anyone a spare set of hr16 rom's for sale ?? i have now both the hr16/hr16b and i tought to piggyback
one of them and let go the other. i live in amsterdam, netherlands...

Gordonjcp

Have you got an EPROM programmer?  You can pick up an el-cheapo Willem PCB3 programmer for about 30EUR or less from eBay.  It'll save money in the long run...
If at first you don't succeed, stick it through a fuzzbox.

nochtanseenspecht

thanks for the advice. but i am total unhandy with that kind of things. and to little time to learn..
but i will check it out anyway...
guess it is possible to read a rom, and burn that data on an eeprom, so then you have a copy right ?

Gordonjcp

Correct.  Mail me off-forum if you want to discuss such heinous software piracy matters ;-)
If at first you don't succeed, stick it through a fuzzbox.

nochtanseenspecht

Thanks Gordon, great offer ! however, i checked out the Willem PCB3 programmer, on e bay it was only
available in China... here in Netherlands it cost 80 euro ! :o
but i asked an aquaintance who has an eeprom burner, and he don't mind to make a copy,at least if it is possible
to copy this kind of rom chip...

dirtycircuits

Have any of you guys tried making custom ROMs for the KAWAI R-100 ?

I've just been given one of these great machines, and I'm told that the manufacturer sold custom sound chips at one point.. I doubt I'll ever find one of those, but if any one here is able to make me some custom ROMs then I'd like to maybe cut a deal ? ?  :)

Gordonjcp

Have you got an EPROM programmer that you can read the sound ROM you have with?  Given a dump of any ROMs I could make a stab at working out the formats.
If at first you don't succeed, stick it through a fuzzbox.

dirtycircuits

Quote from: Gordonjcp on March 02, 2009, 11:20:12 PM
Have you got an EPROM programmer that you can read the sound ROM you have with?  Given a dump of any ROMs I could make a stab at working out the formats.

Thanks for the interest. I don't have an EPROM programmer, yet. Honestly, I'm still learning basic electronics ATM so EPROM programming is still way out of my depth.

I think it's something I'll look into in the future though, but got to get to grips with the basics first.

:)

LoneStar81

The R-100 has a somewhat odd 40-pin ROM which appears to be 4Mbit, at least telling from the name... "MN234001KAA"
I've had other machines with 23xxx roms, they're a problem for me...
For example, the Korg DDD-5 has two "23C1000C" roms, which suggests it's 1Mbit, even though they're 28pin and your average 1Mbit eprom is 32pin. However my eprom burner doesn't regognise it, reading it as 27C512 gives me only half the data (standard pcm though).
Any ideas?

Gordonjcp

If at first you don't succeed, stick it through a fuzzbox.