Search found 85 matches

by Moopthehedgehog
Tue Dec 03, 2019 11:40 am
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Sonic Adventure New Year's 1998 "Kadomatsu" DLC
Replies: 16
Views: 11968

Re: Sonic Adventure New Year's 1998 "Kadomatsu" DLC

Well, this answers that question.
https://www.reddit.com/r/dreamcast/comm ... een_found/
Lol

Also explains the influx of several hundred downloads over the course of a couple days. :mrgreen:
by Moopthehedgehog
Tue Dec 03, 2019 10:51 am
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

No arguing there. Although because I explicitly compiled with enable-languages=c, I don't have g++ to test, let alone any Dreamcast-related projects that make use of C++ to any real capacity. I don't see offhand why it wouldn't work, but in this situation I can't really test it... In other news, I c...
by Moopthehedgehog
Mon Dec 02, 2019 11:55 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Sonic Adventure New Year's 1998 "Kadomatsu" DLC
Replies: 16
Views: 11968

Re: Sonic Adventure New Year's 1998 "Kadomatsu" DLC

Hmm... Looks like it's here: https://www.dreamcastlive.net/sonic-adventure-dlc.html The VMI file isn't the one I made, though. Maybe they've had it this whole time and no one knew? More interestingly, is it the "bug fixed" version? Whatever bug(s) got fixed I have no idea, but the version ...
by Moopthehedgehog
Mon Dec 02, 2019 11:47 pm
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

No clue, sorry; I don't really use C++. They've actually upgraded the warning system in GCC 9. I wasn't expecting it since I've been using GCC 7 & 8 for other things, but it's a really nice change. A cool unrelated thing about GCC is that on x86-64 it can even regularly beat Intel's C compiler, ...
by Moopthehedgehog
Mon Dec 02, 2019 11:33 pm
Forum: Programming Discussion
Topic: Maple device questions
Replies: 14
Views: 1143

Re: Maple device questions

It's probably something to do with this: mkisofs -G $IP_PATH -C 0,11702 -J -l -r -o $PROG.iso . cdi4dc $PROG.iso $PROG.cdi Although apparently that's the same set of arguments bootmake_cdi4dc uses. Maybe someone made some changes in the code of one of the programs that broke something? In any case, ...
by Moopthehedgehog
Mon Dec 02, 2019 10:03 pm
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

Just a quick update: I've managed to build GCC-9.2.0 SH4 and it works! :) Let me tell you, it's soooo much nicer than GCC 4.7.3, since you can use modern compiler options and directives, plus the warning display is much better. Attaching a rather minimal and hastily written text file of the command ...
by Moopthehedgehog
Mon Dec 02, 2019 9:38 pm
Forum: Programming Discussion
Topic: Maple device questions
Replies: 14
Views: 1143

Re: Maple device questions

Twin Stick is "Twin Stick" Fishing rod is "Dreamcast Fishing Controller" I think your latest program has some kind of bug when displaying Thumbstick 2, as shaking the fishing controller around shows "Left Trigger act-" appended to Thumbstick 2's text display whenever th...
by Moopthehedgehog
Sun Dec 01, 2019 1:13 pm
Forum: Programming Discussion
Topic: Maple device questions
Replies: 14
Views: 1143

Re: Maple device questions

Alright, so the "pause" button is actually mapped to the "D" button. Start is Start. Right stick is dpad2 Right stick trigger is A Right stick button is B Left stick is dpad1 Left stick trigger is X Left stick button is Y Also, I wasn't sure how to burn your CDI and it didn't wor...
by Moopthehedgehog
Sun Dec 01, 2019 12:52 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Sonic Adventure New Year's 1998 "Kadomatsu" DLC
Replies: 16
Views: 11968

Re: Sonic Adventure New Year's 1998 "Kadomatsu" DLC

ThePerfectK wrote: Sat Nov 30, 2019 6:19 pm
mrneo240 wrote: Sat Nov 30, 2019 1:37 pm
Moopthehedgehog wrote: Fri Nov 08, 2019 8:01 pm
-- snip --
Can I host on my website?
It's being mirrored on Sonic Retro already.
It wouldn't be my call anyways, technically speaking. :wink:
by Moopthehedgehog
Sun Dec 01, 2019 12:14 pm
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

I did; it's a couple posts up. PMCR_R1.zip has one in it. I wrote up instructions inside the commands.c file about usage, as well. It's right above the definition of the cmd_pmcr() function: // The 6 perfctr functions are: /* void init_pmctr(int which, unsigned short mode); // Clear existing counter...
by Moopthehedgehog
Thu Nov 28, 2019 2:07 pm
Forum: Programming Discussion
Topic: Maple device questions
Replies: 14
Views: 1143

Re: Maple device questions

No, the Saturn sticks just appear to the system as a standard Saturn controller.

The Dreamcast sticks appear to the dreamcast as a controller that has 2-pads and no analog stick. So I think pause might be mapped to something specific. I have twin sticks if you have something you want to test.
by Moopthehedgehog
Wed Nov 27, 2019 12:45 pm
Forum: Programming Discussion
Topic: Maple device questions
Replies: 14
Views: 1143

Re: Maple device questions

Don't know about the first question, but the DC's twin sticks use 2 d-pads. The triggers and buttons on top are mapped to ABXY, and the Pause button is somehow different from the Start button (which is just normal Start, I think? It doesn't pause in VO:OT, I guess because it detects a Twin Stick and...
by Moopthehedgehog
Wed Nov 27, 2019 1:29 am
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

Sorry for the shorthand confusion with dctool/dctool-ip. I'm getting this all setup on my end to test. I'm familiar with x86 perf counters, so I'm pretty excited to try this out. Only bummer is that it would seem this would be impossible to use with dctool-serial. Or... hm... EDIT: wait, I'm dumb l...
by Moopthehedgehog
Tue Nov 26, 2019 7:21 pm
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

Well, oh boy do I have some interesting news. I was trying to figure out what I could do to solve #2 today, and I discovered something very interesting. Using the -fno-strict-aliasing flag SLOWS DOWN THE PERF COUNTERS BY 11-12x!!!!!!!!!! Evidently GCC turns on strict-aliasing by default or something...
by Moopthehedgehog
Tue Nov 26, 2019 10:42 am
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

I'm loving this topic, please keep posting as you find more information, this is pretty great! Your perf results -- is that the perf for your windows program trying to communicate with the DC, or are you some how running a perf test on the DC itself? Perf test on the DC itself. I added the ability ...
by Moopthehedgehog
Sun Nov 24, 2019 10:03 pm
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

I finally figured out how to send commands to DCLOAD! It requires netcat/ncat and a raw payload file. Use this on Windows ( requires downloading ncat, which is part of the nmap package here ): ncat -4 -u [Dreamcast's IP] < [path to payload] Using a tool like Wireshark to view the response packets, t...
by Moopthehedgehog
Sun Nov 24, 2019 10:44 am
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

Re: dcload-ip with DHCP support!

Just a note--you might be able to use that CDI as it is in its current state. The main purpose of DCLOAD has been working for me thus far for everything I've tried except the exception-test, and I would really appreciate someone explaining the exception binary so I can understand why this is happeni...
by Moopthehedgehog
Sat Nov 23, 2019 3:34 pm
Forum: Programming Discussion
Topic: Anybody available to help with dc-load-ip testing?
Replies: 21
Views: 4797

Re: Anybody available to help with dc-load-ip testing?

Uh, well I think I broke something with DHCP renewal, Fixed it. There was a router thing and I forgot a certain variable... I'll know for sure in about 45 minutes. and I'm trying to optimize the memory footprint... and right at this second it doesn't boot because nowhere are the memory limits for th...
by Moopthehedgehog
Sat Nov 23, 2019 3:30 pm
Forum: Programming Discussion
Topic: dcload-ip with DHCP support!
Replies: 24
Views: 2881

dcload-ip with DHCP support!

Update 12/31/2019: All done! See the GitHub page for burnable CDIs and the latest source. https://github.com/Moopthehedgehog/dcload-ip CDIs are in the "Releases" section of the GitHub repository. They are lightly padded (about 64MB of padding). Update 12/10/2019: On github now: https://gi...
by Moopthehedgehog
Fri Nov 22, 2019 12:17 am
Forum: Programming Discussion
Topic: Anybody available to help with dc-load-ip testing?
Replies: 21
Views: 4797

Re: Anybody available to help with dc-load-ip testing?

Ok, so I did it. It's working. Need to buy more CD-Rs to finish beating up some bugs that are mainly due to memory size constraints. DCLOAD-IP will have DHCP soon, as well as some other neat things I put in. I went a little crazy and implemented the ENTIRE IPv4 DHCP PROCESS into it. Yes, that includ...