Skip to content

Releases: bustatu/EmulatorEngine

indev 0.3.0

20 Sep 20:29
Compare
Choose a tag to compare

Finished the GB emulator (to some extent)

For now, the hard-coded paths are:

  • data/fonts/Alef.ttf for the menu font.
  • data/chip8/roms/TETRIS for the CHIP8 ROM
  • data/bytepusher/roms/nyan.bp for the Bytepusher ROM
  • data/gameboy/roms/Tetris.gb for the Gameboy ROM

indev-0-2-0

25 Aug 17:45
Compare
Choose a tag to compare
indev-0-2-0 Pre-release
Pre-release

The current interface has a menu where all the emulators are accessible.

For now, the hard-coded paths are:

  • data/fonts/Alef.ttf for the menu font.
  • data/chip8/roms/PONG2 for the CHIP8 ROM
  • data/bytepusher/roms/nyan.bp for the Bytepusher ROM
  • data/gameboy/bios/bios.gb for the Gameboy BIOS
  • data/gameboy/roms/tetris.gb for the Gameboy ROM
  • data/nes/roms/nestest.nes for the non-existent NES emulator's ROM.

I need to make a ROM selector or something similar. For now this will do.

indev 0.1.0

06 Aug 23:56
Compare
Choose a tag to compare
indev 0.1.0 Pre-release
Pre-release

Merged the beta repo to this one.

The CHIP8 and BytePusher emulators should be complete, I need to make a menu to connect them.

For now I built 2 executables (one for each emulator) and the ROMs they execute are so:

CHIP8: "data/chip8/roms/PONG1"

BytePusher: "data/bytepusher/audio_test.bp"

The files without extensions are the Linux builds.

indev 0.0.2

23 Jun 09:13
Compare
Choose a tag to compare
indev 0.0.2 Pre-release
Pre-release

BytePusher is complete with audio.

indev 0.0.1

22 Jun 20:47
Compare
Choose a tag to compare
indev 0.0.1 Pre-release
Pre-release

BytePusher works.

indev

06 Aug 23:56
Compare
Choose a tag to compare
indev Pre-release
Pre-release
Remove SDL dll.