Page 1 of 1

plugins

Posted: Fri Aug 03, 2018 3:56 pm
by imulilla
is there plugin's source code for create another plugins?

Re: plugins

Posted: Fri Aug 03, 2018 10:21 pm
by RomCenter
Yes, I can send you some sources. I have Delphi source code and you can contact ucon64 author if you want c++.
New plugins will be released soon. Maybe your system is one of them ?

Re: plugins

Posted: Sat Aug 04, 2018 4:12 pm
by imulilla
it'sTSX format, a new format for MSX
http://zonadepruebas.com/viewtopic.php?f=4&t=5369

Re: plugins

Posted: Sat Aug 04, 2018 5:17 pm
by RomCenter
Nice 8)
I will send you tomorrow a source code (Delphi, I don't have c# yet).

In which language will you develop?
Do you know specifications of this format? I already handle interleaved, bit swapped and headers.
Thanks for your work.

Re: plugins

Posted: Sun Aug 05, 2018 2:38 pm
by imulilla
TSX is a format in development, maybe Data CRC32 wil be in header
I will pass the sources to the TSX forum, there are few programers
Thanks to you
Excuse my bad english.

Re: plugins

Posted: Sun Aug 05, 2018 8:09 pm
by RomCenter
Here is the source code of sega genesis plugin. It is a delphi project.
It contains also a plugin tester.

Re: plugins

Posted: Mon Aug 06, 2018 4:33 pm
by imulilla
Ok, a lot of thanks :D

Re: plugins

Posted: Sat Aug 25, 2018 9:19 am
by imulilla
I have made a beta version, includes a beta .dat too.

Note: an updated dat version is available below.

Re: plugins

Posted: Sun Sep 02, 2018 7:19 am
by RomCenter
Where can we find some tsx samples roms ?
edit: ok, found on the tsx forum :)

Re: plugins

Posted: Sun Sep 02, 2018 8:57 am
by RomCenter
Tested with romcenter 4: work great :clap:

To use it, add it to the romcenter plugin folder (in romcenter root folder).
A dat is included in the attached plugin zip.

Tell me if I can include it in the rc4 final.

Thanks for your work. If you need something more, please ask.

Re: plugins

Posted: Sun Sep 02, 2018 9:02 am
by RomCenter
Note: romcenter complains about the dat file syntax. I think the problem is the blank line in position 3. I will improve the detection to not report these errors. until then, simply allow romcenter to continue.

Re: plugins

Posted: Sun Sep 02, 2018 9:22 am
by RomCenter
The dat content is fine, but the file itself has something wrong :?
I created a new text file and copy paste the dat content and the error was gone.

Re: plugins

Posted: Wed Sep 05, 2018 10:49 pm
by imulilla
A lot of thanks, it's a incomplete beta and it's buggy for sure, but naturally you can include the tsx plugin in rc, I would be very excited. :D :D :D

Re: plugins

Posted: Fri Jun 05, 2020 6:42 am
by imulilla
Good, I upload version 1.2 that already supports all blocks except block 15.All official TSX are already recognized except the Bang, which may be replaced soon.

Re: plugins

Posted: Mon Jul 27, 2020 4:34 pm
by RomCenter
Many thanks. I will include it in next version.
I'm planning to release all plugins as open source in github. Can I include yours with credits?

Re: plugins

Posted: Mon Jul 27, 2020 4:36 pm
by RomCenter
Also, I will need a 64b version for the next romcenter64. Can you compile such a version ?

Re: plugins

Posted: Sun Aug 02, 2020 9:42 am
by imulilla
Of course you can include it. I have compiled the x64 version but could not test it because "rcPluginTester" gives the error "Plug in tsx dll not found" I suppose it only works with 32 bits. I have uploaded the project to github, I attach you in a link.
Thank you very much

https://github.com/imulilla/tsxromcente ... es/tag/1.2

Re: plugins

Posted: Sun Aug 02, 2020 10:30 pm
by RomCenter
Many thanks. I will check that.