Jump to content

finally

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    finally got a reaction from manuti in Latest update makes Beelink X2 unbootable   
    Good to know. I just wanted to upgrade my beelink x2 to the latest version - but when it's like this I'd rather wait a little
  2. Like
    finally reacted to Larry Bank in SmartGear multi-system emulator released as open-source   
    https://photos.app.goo.gl/u3N8Drw54kMDl6DE2
     
  3. Like
    finally reacted to Larry Bank in SmartGear multi-system emulator released as open-source   
    I just released my multi-system game emulator (GameBoy+NES+GameGear for now). Optimized for directly outputting to SPI LCD displays (e.g. ili9341). Runs on any CPU type, but has optimizations for ARM+X64. I wrote 100% of the code, so it might be behave differently than other game emulators. GB+GG are nearly perfect. NES is missing some popular mappers. The code is very optimized to begin with, but also uses a dirty-tile system to minimize the data sent to the SPI bus. This allows inexpensive SPI displays (e.g. ili9341) to run at or near 60 frames per second for many games even though the SPI bus can only do 30FPS of full screen updates.

    https://github.com/bitbank2/sg_free

    The SPI display access uses my SPI_LCD library (https://github.com/bitbank2/SPI_LCD). This means that it doesn't need fbtft nor fbcp and can run on any Linux board. It has built-in code to talk to GPIO pushbuttons, so no special drivers/software are needed to run on "GBZ" systems. Below is a photo of SmartGear running on an Orange Pi Lite with the PiPlay Portable prototype hardware.

  4. Like
    finally got a reaction from Larry Bank in SmartGear multi-system emulator released as open-source   
    This is awesome! Great work!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines