Tomsoft Sega Kit released

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
Pascal
Very interested
Posts: 200
Joined: Wed Nov 29, 2006 11:29 am
Location: Belgium
Contact:

Tomsoft Sega Kit released

Post by Pascal » Thu Mar 20, 2008 8:24 am

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

KanedaFr
Administrateur
Posts: 1139
Joined: Tue Aug 29, 2006 10:56 am
Contact:

Post by KanedaFr » Thu Mar 20, 2008 10:58 am

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' ?

Pascal
Very interested
Posts: 200
Joined: Wed Nov 29, 2006 11:29 am
Location: Belgium
Contact:

Post by Pascal » Thu Mar 20, 2008 11:21 am

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)

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Thu Mar 20, 2008 12:18 pm

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...
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Fri Mar 21, 2008 1:54 am

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

cdoty
Very interested
Posts: 117
Joined: Wed Nov 29, 2006 2:54 pm
Location: Houston, TX
Contact:

Post by cdoty » Fri Mar 21, 2008 3:02 pm

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.

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Fri Mar 21, 2008 3:35 pm

Got the file, now slowly testing it...
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

Bitybity
Interested
Posts: 36
Joined: Wed Dec 07, 2011 2:09 am

Post by Bitybity » Wed Feb 19, 2014 2:38 pm

Somebody could reupload it? All links are broken/removed

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

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

Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

Bitybity
Interested
Posts: 36
Joined: Wed Dec 07, 2011 2:09 am

Post by Bitybity » Wed Feb 19, 2014 3:17 pm

Thanks a lot! =D

Post Reply