Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feature Requests
#33
(06-20-2012, 06:57 PM)mic_ Wrote:
Quote:Is anyone out there interested in hacking on the NeoLinkmasta.exe code?

Does it compile with Visual Studio? If so it might be interesting.
Perhaps some kind of delta writing could be done (excuse my total ignorance regarding how flash ROMs work)? I.e. if the file already exists on the flash ROM you only write the differences. That could speed things up greatly when you work on a project and write it to the cart frequently to test modifications that you've made.

It compiles with GCC, actually. The GUI portion comes from FLTK FLUID. It's all done with free tools.

The delta writing can work in a way, but not quite how you think.

Programming Flash memory can only turn 1s to 0s. So, first you have to erase (turns it all to 1s). Then you can program the 0 bits (a byte at a time).

The memory is sectored, though. If you knew that the changes only existed in a certain sector, you could erase that sector and reprogram just that sector. The sectors aren't tiny, so homebrew games may not span many sectors. Because of this, you may not see a great speedup from this technique.
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Reply


Messages In This Thread
Feature Requests - by Flavor - 02-17-2012, 08:43 AM
RE: Feature Requests - by WilsonWad - 02-17-2012, 09:39 PM
RE: Feature Requests - by Morden - 02-18-2012, 08:27 AM
RE: Feature Requests - by NiN^_^NiN - 02-22-2012, 09:30 PM
RE: Feature Requests - by mr.spiv - 02-23-2012, 06:17 AM
RE: Feature Requests - by Flavor - 02-23-2012, 08:56 AM
RE: Feature Requests - by Flavor - 03-28-2012, 02:34 AM
RE: Feature Requests - by mat - 04-05-2012, 03:05 AM
RE: Feature Requests - by Flavor - 04-06-2012, 01:16 AM
RE: Feature Requests - by mat - 04-06-2012, 05:54 AM
RE: Feature Requests - by Flavor - 04-06-2012, 07:43 AM
RE: Feature Requests - by mat - 04-07-2012, 09:04 AM
RE: Feature Requests - by Flavor - 04-10-2012, 01:10 AM
RE: Feature Requests - by -SD- - 05-07-2012, 02:30 PM
RE: Feature Requests - by Morden - 05-07-2012, 06:12 PM
RE: Feature Requests - by mic_ - 05-07-2012, 04:26 PM
RE: Feature Requests - by Flavor - 05-10-2012, 02:41 AM
RE: Feature Requests - by mic_ - 05-10-2012, 07:07 PM
RE: Feature Requests - by Flavor - 05-10-2012, 11:44 PM
RE: Feature Requests - by sodthor - 05-11-2012, 01:12 AM
RE: Feature Requests - by Flavor - 05-15-2012, 11:55 PM
RE: Feature Requests - by mic_ - 05-11-2012, 04:36 AM
RE: Feature Requests - by -SD- - 05-28-2012, 08:57 AM
RE: Feature Requests - by Morden - 05-28-2012, 05:58 PM
RE: Feature Requests - by fpcreator2000 - 06-20-2012, 04:53 AM
RE: Feature Requests - by mic_ - 05-28-2012, 09:19 PM
RE: Feature Requests - by Morden - 05-29-2012, 01:17 AM
RE: Feature Requests - by Flavor - 05-30-2012, 02:28 PM
RE: Feature Requests - by Morden - 06-16-2012, 11:22 PM
RE: Feature Requests - by Flavor - 06-19-2012, 06:01 AM
RE: Feature Requests - by Morden - 06-19-2012, 08:14 AM
RE: Feature Requests - by mic_ - 06-20-2012, 06:57 PM
RE: Feature Requests - by Flavor - 06-20-2012, 11:34 PM
RE: Feature Requests - by mic_ - 06-21-2012, 12:21 AM
RE: Feature Requests - by Flavor - 06-21-2012, 12:54 AM
RE: Feature Requests - by mic_ - 08-29-2012, 05:43 AM
RE: Feature Requests - by Flavor - 08-29-2012, 06:25 AM
RE: Feature Requests - by Senk - 09-04-2012, 08:57 AM
RE: Feature Requests - by Flavor - 11-10-2012, 06:56 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)