Releases: bustatu/EmulatorEngine
Releases · bustatu/EmulatorEngine
indev 0.3.0
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
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
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
BytePusher is complete with audio.
indev 0.0.1
BytePusher works.