Author Topic: 8Mbit Flash HuCard FAQ  (Read 3245 times)

gameofyou

  • Full Member
  • ***
  • Posts: 119
Re: 8Mbit Flash HuCard FAQ
« Reply #45 on: June 17, 2012, 01:44:04 PM »
Ya, I'll work on it a bit tonight, I'll need some more information from you about the serial port data and how the card expects the upload gameof, if you've got a skype that would be a great way to discuss, just PM me, e-mail me, or post it here.   In the mean time, I'll start writing up removing the header, fixing 384KB roms, and the bit swap.

 
It's a pretty simple program.  We can probably handle any Q/A thru email.  If it helps (for the serial data), I have done a writeup of its operation here:  http://www.gamingenterprisesinc.com/Flash_HuCard/Flash_HuCard_PC_Protocol_V10.pdf

ConHuevos

  • Jr. Member
  • **
  • Posts: 97
Re: 8Mbit Flash HuCard FAQ
« Reply #46 on: June 17, 2012, 04:53:43 PM »
I got most of the items done, just need to do the COMM transfer bit:



Everything is functional except the transfer button.  I'll play around with that tomorrow if I get some time!
« Last Edit: June 17, 2012, 05:00:06 PM by ConHuevos »

roflmao

  • Hero Member
  • *****
  • Posts: 4830
Re: 8Mbit Flash HuCard FAQ
« Reply #47 on: June 17, 2012, 05:00:25 PM »
This community is unbelievable!  I'm hoping a check I'm expecting will arrive tomorrow so I can order one of these tomorrow.  Very cool stuff!

ccovell

  • Hero Member
  • *****
  • Posts: 2245
Re: 8Mbit Flash HuCard FAQ
« Reply #48 on: June 17, 2012, 05:44:25 PM »
That is an awesome bit of detective work, ConHuevos !!
 
Maybe this is also something that can be added to the PC software:  To automatically format the 384K games correctly, before initiating the download.

Uhm... guess you forgot about this issue in the other thread 2 months ago: 
Did you test this out with 3Mbit and 6Mbit hu-card games?  IIRC, they have an odd way of mapping their banks.

If you can give me any specific game titles, I can give them a try.  It sounds like if there is an issue, that it could be addressed by an update of the PC software.  There is enough flexibility in the existing communication protocol for placing a gap (or gaps) in where the rom code is located in the flash memory of the HuCard.
;-)


I just got the flash card today and though the COM port seems to be mapping fine (COM4), the software again times out...  (on my Win XP SP2 machine.)  Time to try with a Windows 7 machine...

burn_654

  • Full Member
  • ***
  • Posts: 130
Re: 8Mbit Flash HuCard FAQ
« Reply #49 on: June 18, 2012, 12:30:25 AM »
Just got this in, going to try it tonight! Exciting stuff!
Quote from: RegalSin
You know for that r-tard who goes like "oh something retro, let me put down my vabagelina, stop drinking my cheeze wine, and get to playing".

ooPo

  • Jr. Member
  • **
  • Posts: 62
Re: 8Mbit Flash HuCard FAQ
« Reply #50 on: June 18, 2012, 12:53:34 AM »
This may be helpful:

http://pcedev.wordpress.com/downloads-and-links/

Specifically the 'PCE cribsheet page 2 (ver 1.0.4)', this part in particular:


thesteve

  • Hero Member
  • *****
  • Posts: 2952
Re: 8Mbit Flash HuCard FAQ
« Reply #51 on: June 18, 2012, 01:58:18 AM »
that is helpfull, and explains the mapper

NightWolve

  • Hero Member
  • *****
  • Posts: 5277
Re: 8Mbit Flash HuCard FAQ
« Reply #52 on: June 18, 2012, 05:00:23 AM »
Good news (or no news), false alarm on Krizz's Turbo Everdrive flash card! He said he already detected this and pointed out that Batman, which he loaded in his , was a 384KB game, which I verified (yup!), so looking good...

gameofyou

  • Full Member
  • ***
  • Posts: 119
Re: 8Mbit Flash HuCard FAQ
« Reply #53 on: June 18, 2012, 05:10:59 AM »
Uhm... guess you forgot about this issue in the other thread 2 months ago:
 
I just got the flash card today and though the COM port seems to be mapping fine (COM4), the software again times out...  (on my Win XP SP2 machine.)  Time to try with a Windows 7 machine...

You are correct, I forgot.  I have about a million irons in the fire right now.  :)
 
If you can't get your setup working, send me an email & we can try a few things.

ConHuevos

  • Jr. Member
  • **
  • Posts: 97
Re: 8Mbit Flash HuCard FAQ
« Reply #54 on: June 18, 2012, 05:32:34 PM »
I'm having issues with my serial port right now and may need to send this card back to gameof, so I can't finish writing/testing the COMM connection portion.  I can however add a write rom function so it can convert the roms for you automatically, but you'll still need to use the original card software to upload.

Right now, when I try to upload, it'll only sometimes erase the data already on the card.

ConHuevos

  • Jr. Member
  • **
  • Posts: 97
Re: 8Mbit Flash HuCard FAQ
« Reply #55 on: June 18, 2012, 09:20:51 PM »
I can't work on this further until I receive my card back, in the mean time here's the other portions I had already written and slightly modified so that it saves to a file rather than uploads.  It will strip the rom header, mirror the rom, and remove the region protection on USA roms (all options are optional), it'll also notify you if the rom doesn't require modification.  It does not flip the bits on the ROM file, you still need to select that option (If you need it) using Gameof's Hucard uploader.  

 

It's written in C#, so Microsoft .NET required (if not already installed):
http://msdn.microsoft.com/en-us/netframework/aa569263.aspx

Binary:

https://www.dropbox.com/s/k0c11femytltmry/Hucard%20Rom%20Converter.zip

Source:

https://www.dropbox.com/s/rt4xd8i1zz3kgwa/Hucard%20Transfer%20Software%20%28Source%29.zip

Hope this helps!
« Last Edit: June 21, 2012, 05:35:46 PM by ConHuevos »

sunteam_paul

  • Hero Member
  • *****
  • Posts: 4732
Re: 8Mbit Flash HuCard FAQ
« Reply #56 on: June 19, 2012, 05:17:46 AM »
You're awesome.
The PC Engine Software Bible
Quote from: Tatsujin
I just felt in a hole!

Arkhan

  • Hero Member
  • *****
  • Posts: 14142
  • Fuck Elmer.
    • Incessant Negativity Software
Re: 8Mbit Flash HuCard FAQ
« Reply #57 on: June 19, 2012, 05:26:24 AM »
I thought they already had programs like this on the NeoFlash page, lol.

Or maybe I am hallucinating.
[Fri 19:34]<nectarsis> been wanting to try that one for awhile now Ope
[Fri 19:33]<Opethian> l;ol huge dong

I'm a max level Forum Warrior.  I'm immortal.
If you're not ready to defend your claims, don't post em.

ConHuevos

  • Jr. Member
  • **
  • Posts: 97
Re: 8Mbit Flash HuCard FAQ
« Reply #58 on: June 19, 2012, 08:13:44 AM »
I thought they already had programs like this on the NeoFlash page, lol.

Or maybe I am hallucinating.

No idea...never go there :P.  This also didn't take very long to make.

Arkhan

  • Hero Member
  • *****
  • Posts: 14142
  • Fuck Elmer.
    • Incessant Negativity Software
Re: 8Mbit Flash HuCard FAQ
« Reply #59 on: June 19, 2012, 08:17:33 AM »
Agreed.  I just could have sworn there were some already.

To be fair here, it's hard to even check, because NeoFlash's site structure is a mess and you can never find the most recent crap. 
[Fri 19:34]<nectarsis> been wanting to try that one for awhile now Ope
[Fri 19:33]<Opethian> l;ol huge dong

I'm a max level Forum Warrior.  I'm immortal.
If you're not ready to defend your claims, don't post em.