Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Thu Mar 28, 2024 6:39 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 18 posts ] 
Author Message
PostPosted: Fri Mar 20, 2009 1:19 pm 
Offline
Kommunist
Kommunist

Joined: Tue Oct 30, 2007 9:53 am
Posts: 43
Is there a program that I could input variables into a GUI or something that will automatically produce the ASM code to acheive the desired effect?

I don't know enough about ASM to make codes with it, but I could make one if all I had to do was select the jump points, the variables I want to use, what I want to happen to the variables, and then the actual ASM code is automatically produced this way and converted to a code.

..something like that, for N64 Gameshark codes would be nice.. even for people that know how to make ASM hacks, maybe?


Top
 Profile  
Reply with quote  
PostPosted: Mon Mar 23, 2009 5:31 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
General consensus: It's better to just learn assembler and use it. You will be able to write far more efficient code by hand than a simple program can do by "filling in the blanks".

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Tue Mar 24, 2009 7:37 am 
Offline
Kommunist
Kommunist

Joined: Tue Oct 30, 2007 9:53 am
Posts: 43
See, the real thing here is- I only have a gameshark and no way of connecting it to my PC, which only has USB ports.(I can't find anything to connect my N64 gameshark to it, but if you know of one, let me know, and I'll gladly hop on the ASM bandwagon)


Top
 Profile  
Reply with quote  
PostPosted: Sun Mar 29, 2009 10:09 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Hacking ASM isn't about connecting a game console to a PC; it's about having a debugger. Unfortunately, the debuggers available today pretty much suck (this includes the debugger in Nemu64, the debugger in the outdated PJ64, and the debugger in GSCC2K2 which only works on the real N64 hardware with GS Pro) ...

I've been trying to change this situation for a long time (See the Kwiki articles about the "Universal Debugger Project") but since I am receiving little interest and absolutely no help from anyone else, I'll probably just bite the bullet and everyone gets only what I give them. Suckers.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Sun Mar 29, 2009 2:53 pm 
Offline
Kommunist
Kommunist

Joined: Tue Oct 30, 2007 9:53 am
Posts: 43
But, I am using the real hardware- an actual N64 with a gameshark pro 3.3.

I just ordered a 25-pin female adapter to usb cable, so maybe I can connect my computer to my gameshark in a few days. It cost $10, free shipping. I hope I get something that works.(I hope I get ANYTHING, the last 2 small online purchases I made turned up nothing)


Top
 Profile  
Reply with quote  
PostPosted: Mon Mar 30, 2009 4:36 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Unfortunately, the LPT<->USB adapters will not work. These things are simply USB printer emulators. What's needed is a true ECP LPT. Either a PCI LPT card (recommended; something like this) or just an ancient PC with LPT on the motherboard. I don't think the PCMCIA or ExpressCard parallel adapters will work. They usually act the same as the USB crap.

Edit: I managed to find some ExpressCard/PCMCIA cards that will work. But they are expensive as fuck. (Go figure...) Unfortunately, the site doesn't mention ECP support. EPP is fine, but ECP has the capability to send a full 8-bits at a time in either direction, which makes direct communication much faster. The Kwurdi/NDS custom Xport FPGA configuration uses ECP exclusively to dump the full 4MB of NDS RAM in about 15 seconds. (Quite a bit faster than dumping 4MB of RAM from N64 ... which does not use ECP.) Relevant link.

Parallel ExpressCard
Parallel PCMCIA

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Mon Mar 30, 2009 5:26 pm 
Offline
Kommunist
Kommunist

Joined: Tue Oct 30, 2007 9:53 am
Posts: 43
So I could use that 7.99 card in the "like this" link, with a 25 pin male-to-female cord then, right?

You know, that card didn't get very good reviews. Is that what you use?


Top
 Profile  
Reply with quote  
PostPosted: Mon Mar 30, 2009 6:01 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
It is not what I use; it's just the cheapest card they have listed. If you're feeling uncomfortable with the reviews, there are similar but more expensive cards available: search results.

For example, this one looks good.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Tue Mar 31, 2009 9:57 am 
Offline
Kommunist
Kommunist

Joined: Tue Oct 30, 2007 9:53 am
Posts: 43
Would this one be good:

http://www.koutech.com/proddetail.asp?linenumber=267

It costs $12 bucks, supports EPP, and comes with it's own cord that could connect to my gameshark.


Top
 Profile  
Reply with quote  
PostPosted: Tue Mar 31, 2009 4:41 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Yes, as long as you're not put off by the reviews which claim the Koutech drivers couldn't be installed.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Tue Mar 31, 2009 5:08 pm 
Offline
Kommunist
Kommunist

Joined: Tue Oct 30, 2007 9:53 am
Posts: 43
Ah, but you didn't read the NEXT review after the first- they say it works, but only if you get the correct drivers from the site. First review own'd.


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 01, 2009 4:15 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
There you go.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Fri Apr 03, 2009 1:10 pm 
Offline
Kommunist
Kommunist

Joined: Tue Oct 30, 2007 9:53 am
Posts: 43
Well, the first thing I ordered came in- that usb to 25-pin adapter cable.

I haven't gotten it to work, but I really don't know what I'm doing here.

I saw in a gameshark faq there's a patch version that's compatible with windows xp, and I'm using vista.
(the program launches just fine)

The problem is when I hit the detect button, vista tells me the program has stopped working.

There's also a userport download that's suppose to allow full access to the parallel port, but I can't even find a "parallel port" on my BIOS. (I tried to set the BIOS parallel port setting to EPP).

Is it just impossible to use this cable for the N64 Utilities? I'll send it back and order that other thing right now if it is.


Top
 Profile  
Reply with quote  
PostPosted: Sat Apr 04, 2009 11:24 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
The USB cable will not work (see above). Ever.

You need the PCI parallel card (e.g. a real parallel port) and some additional software: The patched version of the GS Pro Utility software is here: http://doc.kodewerx.org/tools.html#n64 (It's called "hi-res patch") -- also download the UserPort software. I have not tried Vista (and do not want to) but it ought to work the same.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Sun Apr 26, 2009 1:54 am 
Offline
Komrade
Komrade
User avatar

Joined: Tue Mar 27, 2007 6:23 pm
Posts: 1354
Location: Mario Raceway, 1509.831, 217.198, -564.429
Title: Mario Kart 64 Hacker
Could the GS be hacked to use ECP?

_________________
Image 143
HyperNova Software is now live (but may take a few tries to load) currently down; check out my PSP/DS/Game Boy/Windows/Linux homebrew, ROM hacks, and Gameshark codes!


Top
 Profile  
Reply with quote  
PostPosted: Sun Apr 26, 2009 11:51 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Yes.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Tue May 12, 2009 4:00 am 
Offline
Komrade
Komrade
User avatar

Joined: Tue Mar 27, 2007 6:23 pm
Posts: 1354
Location: Mario Raceway, 1509.831, 217.198, -564.429
Title: Mario Kart 64 Hacker
Want to find and smack the idiots who didn't design it that way in the first place?

_________________
Image 143
HyperNova Software is now live (but may take a few tries to load) currently down; check out my PSP/DS/Game Boy/Windows/Linux homebrew, ROM hacks, and Gameshark codes!


Top
 Profile  
Reply with quote  
PostPosted: Tue May 12, 2009 6:20 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Yes.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: AhrefsBot [Bot], Bing [Bot], Google [Bot] and 220 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group