Search found 3 matches

by gigabyte
Sun Apr 17, 2022 8:35 am
Forum: Megadrive/Genesis
Topic: Having issues compiling with Gendev and VSCode
Replies: 1
Views: 5103

Having issues compiling with Gendev and VSCode

I've been look towards doing Genesis game development on Linux with gendev. However, when compiling in VSCode, it gives me this error: /bin/mkdir -p src/boot /bin/mkdir -p out make: *** No rule to make target '/src/boot/sega.s', needed by 'src/boot/sega.s'. Stop. I've looked at the makefile.gen file...
by gigabyte
Tue Jun 29, 2021 3:51 am
Forum: Megadrive/Genesis
Topic: Problem getting animation working on Sega Genesis.
Replies: 2
Views: 6408

Re: Problem getting animation working on Sega Genesis.

Ok, so I ended up figuring out the issue in terms of the fmv (it was mostly due to rescomp). However, when I tried to add music to play, this monstrosity occurred: https://streamable.com/v62gko
by gigabyte
Sun Jun 27, 2021 11:39 pm
Forum: Megadrive/Genesis
Topic: Problem getting animation working on Sega Genesis.
Replies: 2
Views: 6408

Problem getting animation working on Sega Genesis.

I've been getting my hand dirty with SGDK (otherwise known as the Sega Genesis Development Kit). I've been experimenting with images, and have been experimenting with creating some form of psuedo FMVs. This is what I've been trying to replicate on the Genesis: https://imgur.com/a/8ArIWhT However, wh...