Page 1 of 1

Tomsoft Sega Kit released

Posted: Thu Mar 20, 2008 8:24 am
by Pascal
From Brandon Cobb
I noticed that over in the unlicensed games thread that the subject of Tomsoft's MD development tools was briefly brought up. This got me thinking - "TommyXie is an old friend of mine. Wouldn't he be all right sharing his tools with me, especially since he's no longer developing for the MD?" Well hell - why not just ask him? So I did just that. The result? Well let's just say, TommyXie has always been a real nice guy.

Here you go, folks:
http://www.hygraphics.com/products.htm
Tomsoft Studio SEGA Kit (25MB)

Includes:
* The complete C compiler
* PC end debugging environment
* MIDI to SEGA music conversion tool
* Demonstration data and binaries

All presented for you in glorious simplified Chinese. W00T!
Now if only every developer would kindly release their tools to the public, it'd be a nicer, more productive world
source : http://www.sega-16.com/forum/showthread.php?t=4175

Posted: Thu Mar 20, 2008 10:58 am
by KanedaFr
oh yeah..I remember...it crashed a lot ;)
at least the version I tested...

need to dl and test this one

EDIT: warning, lot of traffic in China ;) who said 'Tibet' ?

Posted: Thu Mar 20, 2008 11:21 am
by Pascal
i gave it a quick look. the most interesting is the midi to fm.

Apparently he did it the hard way. he's exporting all the midi into a obj file and then he link them in his program. Sound hard to use with gcc nor snasm68k... or we need to reverse engineer (his library sources are not included)

Posted: Thu Mar 20, 2008 12:18 pm
by TmEE co.(TM)
if anyone has managed to DL, would that one be kind enough to host it somewhere as the traffic on that site seems to be insane...

Posted: Fri Mar 21, 2008 1:54 am
by Chilly Willy
TmEE co.(TM) wrote:if anyone has managed to DL, would that one be kind enough to host it somewhere as the traffic on that site seems to be insane...
Downloaded, verified, and uploaded to RabidSwear.

http://rapidshare.com/files/101118000/SegaKit.zip.html

Posted: Fri Mar 21, 2008 3:02 pm
by cdoty
Unless you want to run this under DosBox, the following exe files need to be fixed:

in MCC68K:
CBE68K.exe
CFE68K.exe

in ASM68K:
ASM68K.exe
LIB68K.exe
LNK68K.exe
IEE2AOUT.exe

To fix the files:
1) Download Dos32A:
http://dos32a.narechk.net/index_en.html

2) Extract sb.exe and dos32a.exe to ASM68K and MCC68K.

3) Patch each of the above files:
type "sb /b /bntest.exe ASM68K.exe" (change ASM68K.exe to the filename above)
type "del ASM68K.exe"
type "rename test.exe ASM68K.exe"

This replaces the Dos4GW extender with the Dos32/A extender, which works under windows.

I was able to compile the demo, once I fixed the files, and changed the m68knt.bat to point to the correct locations.

Once this is all done, you should be able to delete sb.exe and dos32a.exe from the above locations.

Posted: Fri Mar 21, 2008 3:35 pm
by TmEE co.(TM)
Got the file, now slowly testing it...

Posted: Wed Feb 19, 2014 2:38 pm
by Bitybity
Somebody could reupload it? All links are broken/removed

Posted: Wed Feb 19, 2014 2:44 pm
by TmEE co.(TM)

Posted: Wed Feb 19, 2014 3:17 pm
by Bitybity
Thanks a lot! =D