Search found 2 matches

by lspci
Wed Feb 15, 2012 8:44 am
Forum: Programming Discussion
Topic: Black screen, no errors
Replies: 6
Views: 2672

Re: Black screen, no errors

Problem solved. Thanks!

I compiled the PNG example instead and it worked perfectly. NullDC loaded it straight from the .elf file.

Also BootDreams can create a .cdi directly from .elf so there's no need to convert it to .bin manually.
by lspci
Tue Feb 14, 2012 3:08 pm
Forum: Programming Discussion
Topic: Black screen, no errors
Replies: 6
Views: 2672

Black screen, no errors

Hi folks :) I installed DDEr4 and navigated to the hello example in KOS: C:\cygwin\usr\local\dc\kos\kos\examples\dreamcast\hello Entered the command: make ... which generated "hello.elf" "from hello.c" Then typed: sh-elf-objcopy -O binary -R .stack hello.elf 1st_read.bin This cre...