Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, I'm just wondering about something real quick. You see, me and an associate are attempting to recreate a 4BOD emulator, but there seems to be some strange behavior in this official version that doesn't make sense. Specifically, this program:

1010 0000 0000

0101

0010 0000

According to the documentation, this should create a diagonal line which flashes across the screen. However, it seems to leave behind a single pixel at the top left. Is there any specific reason for this, or is it a bug?

That is most definitely a bug. For some reason the accumulator seems to start with a value of 1. This was written in a few days before I really knew what I was doing so there are probably a lot of weird quirks like that.

 Sadly the source code for this, as well as my other FC made at around the same time, were on a hard drive that's since gone kaput, so I can't really fix it.

How is development going