Search found 29 matches

by Burbruee
Tue Dec 01, 2015 2:48 am
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

Ok, I have some progress to report.. http://puu.sh/lEVvA/c4c0f71a9f.png The way I got here is.. quite interesting. I was trying to write sonic2.bin to :0 and trace but was unsuccessful (blank screen) and I had read on the pier solar website that MD1 might need to push reset for their game to work. (...
by Burbruee
Sun Nov 29, 2015 5:25 pm
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

prophet36 wrote:Burbruee: your traces make no sense at all.
Must have been a bad connection or something.. I did it again and it looks better. (reading from 000000, 000002, 000004 etc..)

http://dump.ettfyratre.se/umdk/md1-pal-insn-trace.log
http://dump.ettfyratre.se/umdk/md1-pal-la.bin.bz2
by Burbruee
Sun Nov 29, 2015 4:36 pm
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

I have two consoles - both PAL and MD1. One is modded with a 50/60 Hz switch. One is pure stock without any mods. Both have the TMSS text on bootup. I made the tests on the modded console running at 60 Hz, and on the stock PAL console. The .log and .bin.bz2 can be found here: http://dump.ettfyratre....
by Burbruee
Wed Nov 25, 2015 5:13 am
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

Finally getting a chance to do this. Noticing a bit of a discrepancy in the last step: my firmware.bin is only 1280 bytes. $ gordon -v 1d50:602b -t indirect:1 -w firmware.bin:0x60000 Device: Micron/Numonyx/ST M25P40 Writing 0x00000500 bytes to address 0x00060000... ..... $ Nothing mentioning the fi...
by Burbruee
Wed Nov 25, 2015 1:14 am
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

Notice that the timestamps are similar; your clock speed seems to be slightly faster than mine (remember that these timestamps are taken from the UMDK's 48MHz clock, meaning the time between the first and second reads is 38*1000/48 = 792ns), so I'm guessing you have an NTSC machine. Since the UMDK ...
by Burbruee
Tue Nov 24, 2015 8:12 am
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

prophet36 wrote:
Burbruee wrote:Here's my trace: (dns updating atm, should work in 1 hour or so from when I make this post..)
http://dump.ettfyrtatre.se/trace_bin.zip
No, please upload build.log and trace.log, not trace.bin.
It's actually trace.log, I just named it wrong.
by Burbruee
Tue Nov 24, 2015 12:14 am
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

Here's my trace: (dns updating atm, should work in 1 hour or so from when I make this post..)
http://dump.ettfyrtatre.se/trace_bin.zip
by Burbruee
Mon Nov 23, 2015 7:06 pm
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

Black screen here as well after flashing. Not even seeing the SEGA license screen, so I'm guessing it's not detecting a valid cartridge at all?
by Burbruee
Mon Nov 23, 2015 1:11 pm
Forum: UMDK
Topic: UMDK manufacturing, part 2: Software
Replies: 253
Views: 270374

Re: UMDK manufacturing, part 2: Software

Just got mine and grabbed my multimeter, but I'm getting a bit worried over the values that are supposed to be very close to 3.3V and 1.2V.

For REG3.3, I'm seeing 3.325V, and for REG1.2 I see 1.245V..

Should I continue ?
by Burbruee
Thu Nov 19, 2015 4:00 pm
Forum: UMDK
Topic: UMDK Manufacturing ready
Replies: 37
Views: 45867

Re: UMDK Manufacturing ready

It looks like the production process is done and these are on the way now.. I got a text message from DHL with a tracking number today.
According to the DHL tracking site it will arrive on monday. :D
by Burbruee
Thu Nov 19, 2015 2:37 am
Forum: SGDK
Topic: Issue swapping out palette colors
Replies: 3
Views: 3004

Re: Issue swapping out palette colors

Thanks, that explains it. :)
I'll investigate how to change it during horizontal interrupt.
by Burbruee
Tue Nov 17, 2015 5:03 am
Forum: SGDK
Topic: Issue swapping out palette colors
Replies: 3
Views: 3004

Issue swapping out palette colors

Hi, I wanted to do a small test. Print a text once per line, but with a different color on every line. So, I tried this first: VDP_setPaletteColor(15, 0x0008); VDP_drawText("Hello World!", 0, 0); and it works, the color is different than the default color. But, when I do this multiple times like so:...
by Burbruee
Mon Oct 19, 2015 11:15 pm
Forum: UMDK
Topic: UMDK Manufacturing ready
Replies: 37
Views: 45867

Re: UMDK Manufacturing ready

Email sent. :)
by Burbruee
Tue Oct 13, 2015 7:31 pm
Forum: UMDK
Topic: UMDK Manufacturing ready
Replies: 37
Views: 45867

Re: UMDK Manufacturing ready

Hi, first post here. I recently learned about programming for the MegaDrive/Genesis and I'm very excited about it! Bought a Everdrive for now.. but this looks absolutely amazing to be able to do real time debug and dump ram etc .

I'm in, 100%.