SmitPurohit / Chip8

This is an interpreter/emulator for the Chip-8 language.
1 stars 0 forks source link

Roms should not be hardcoded #2

Open SmitPurohit opened 1 year ago

SmitPurohit commented 1 year ago

Loading a new rom should not require having to change the code and recompile every time Some solutions include:

SmitPurohit commented 1 year ago

Create ability to add/load roms through app rather than when running it