Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML Gameboy Emulator  (Read 12458 times)

0 Members and 1 Guest are viewing this topic.

lordseanington

  • Jr. Member
  • **
  • Posts: 86
  • Coffee is the blood of a coder.
    • View Profile
Re: SFML Gameboy Emulator
« Reply #15 on: January 19, 2020, 06:40:40 am »
Hello! I am back.

I have fixed some minor bugs with the graphics, however there is still more work to be done there.
I did some more documentation and added support for SRAM as well. Its coming out very nicely.

Iv debated on adding dynamic recompilation, despite it being a boatload of work. For those who don't know, dynamic recompilation is basically converting the Gameboy machine code to native machine code and running it in an environment so it works properly. It's done as it's run (as opposed to static recompilation, where the rom is entirely recompiled into a whole new program). Give me your opinion on adding this feature, but really it'd not be for speed but rather be for fun and learning experience.
Thank you.

lordseanington

  • Jr. Member
  • **
  • Posts: 86
  • Coffee is the blood of a coder.
    • View Profile
Re: SFML Gameboy Emulator
« Reply #16 on: April 24, 2020, 07:45:16 pm »
I have fixed enough that I deemed another video was in order, so here you go:

https://youtu.be/FSHBia7rW8k

There are a lot of graphical bug fixes and a whole bunch of extra features added.
Thank you.

 

anything