nullDC and elf loading

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
etikette
DCEmu Newbie
DCEmu Newbie
Posts: 2
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Sat Dec 29, 2007 5:40 am
Has thanked: 0
Been thanked: 0

nullDC and elf loading

Post by etikette »

Hi,

I'm trying to open elf files (various kos examples) in nullDC (nulldc_100b1_6) via "File->Open bin/elf".
But the whole thing doesn't work.

nullDC does nothing and spits out the following error message:
"not implemented opcode : 0 : Unknown opcode @ 8C008300"

It would be great if someone here could help me.

I really don't want to have to use my coders cable to test my programs :/
User avatar
emptythought
DC Developer
DC Developer
Posts: 2015
Joined: Wed Jan 30, 2002 9:14 am
Location: UNITED STATES NRN
Has thanked: 0
Been thanked: 0
Contact:

Re: nullDC and elf loading

Post by emptythought »

Do you have syscalls.bin and a IP.BIN in the data folder?
User avatar
BB Hood
DC Developer
DC Developer
Posts: 189
Joined: Fri Mar 30, 2007 12:09 am
Has thanked: 41 times
Been thanked: 10 times

Re: nullDC and elf loading

Post by BB Hood »

I have the very same problem so I just make a bootable image and test my homebrew that way.
etikette
DCEmu Newbie
DCEmu Newbie
Posts: 2
Joined: Sat Dec 29, 2007 5:40 am
Has thanked: 0
Been thanked: 0

Re: nullDC and elf loading

Post by etikette »

fackue wrote:Do you have syscalls.bin and a IP.BIN in the data folder?
Nope i haven't. But you're right...
That might have been the problem, but that doesn't matter anymore because my build process is generating a cd image now which works like a charm.

Oh and i switched to lxdream for testing my programs. It looks like lxdream is more accurate than nullDC when it comes to emulating homebrew software.

Thanks for the tips fackue and BB Hood!
Post Reply