ardean / jsGBC-core

jsGBC Core Emulator
https://github.com/ardean/jsGBC/
MIT License
15 stars 2 forks source link

Save States vs. Battery Files #14

Closed The-Box1 closed 2 years ago

The-Box1 commented 4 years ago

What's the difference between save states and battery files? Which one saves the current progress in the game?

ardean commented 4 years ago

Save states are memory snapshots and store the current memory of the Gameboy. Battery saves are savegame memories that are present in specific cartridges. (e.g., Pokemon cartridges)

Battery saves are available only if the cartridge supports it. Save states always work and are not dependent on the cartridge.