We're using cookies to ensure you get the best experience on our website. More info
Understood
@syncophonoRegistered September 17, 2016Active 7 years, 6 months ago
25 Replies made

A way this could be done that is not memory intensive is to only update the CHARS that need updating. Many of the areas of the screen in bad apple are all black or all white, so they will not need to be changed on a per-frame basis. So we need to write a code-generating script that takes in a video, converts the frame to virtual boy’s 384×224 2bit format, checks each 8×8 segment to see if it is different from the previous, and if it is different, generate a line of code that writes that char to the world.

The Mega Drive Unleashed – Bad Apple


This article says that they were able to compress it down to 3.5 Megabytes for the Sega Genesis. So if similar compression tools were used, it would fit on a cartridge.

Cool it definately should be on the VB! I wonder how compression of the video works though? Maybe some of these bad-apple demos are open-source?

Thanks, I got VBDE up and running on windows for now, but eventually I’ll try to get the native mac compilation to work. I like libgccvb, it has a lot of features, and good examples that come with it.

Thanks! Unfortunately, binutils is failing to build on Mac OSX when I run the script “make_v810.sh”:

“error: use of undeclared identifier
‘PACKAGE’ ”

error: conflicting types for
‘__builtin___stpcpy_chk’