Search found 5 matches
- Sat Mar 16, 2019 10:28 am
- Forum: SNESdev
- Topic: Making a debugging cart
- Replies: 7
- Views: 8995
Re: Making a debugging cart
Oh damn, that's a bummer. It's honestly the first time I've read, that driving the bus from the cart is a bad idea and I've done tons of research (admittedly, more on the software side). Writing and reading WRAM at any time would've been such a blessing, e.g. through the port at 2180h. I guess i got...
- Thu Mar 14, 2019 10:47 am
- Forum: SNESdev
- Topic: Making a debugging cart
- Replies: 7
- Views: 8995
Re: Making a debugging cart
Hi! (Weird to be actually posting here, i'm usually lurking) I'd be super interested in this project. I'm currently in the process of making a SNES flash cart with a non-standard co-processor (ARM-cortex based, 120mhz) and i'd love to hear more about this and maybe share some issues i am facing. One...
- Tue Sep 19, 2017 3:40 pm
- Forum: SNESdev
- Topic: So, i've set myself a challenge...
- Replies: 5
- Views: 3320
Re: So, i've set myself a challenge...
This is one of those things that will leave people thinking "wow them hackers were too preoccupied with whether or not they could, that they didn't stop to think about whether or not they should" Yup, that's basically the whole point of this. :lol: This is possible, but cartswapping can p...
- Thu Sep 14, 2017 7:02 pm
- Forum: SNESdev
- Topic: So, i've set myself a challenge...
- Replies: 5
- Views: 3320
Re: So, i've set myself a challenge...
Thank you! The document linked to this: http://problemkaputt.de/pandocs.htm#sgbfunctions Which is actually quite extensive. I just wished it was as easy as writing the packet to a memory location, not having to manually transmit it bit by bit through the joypad register. Oh well, time to learn how t...
- Thu Sep 14, 2017 6:34 pm
- Forum: SNESdev
- Topic: So, i've set myself a challenge...
- Replies: 5
- Views: 3320
So, i've set myself a challenge...
Hi, I'm usually a lurker in this forum but I thought some of you might get a kick out of this insane thing. What I'm trying to do is finding an over complicated way to run code on a PAL SNES, with the ultimate goal being uploading something to the SPC... without using a flashcart A few things: - I h...