Change default and minimum window size
Add fallback to Emulator_Reset
Change emulator function names
Change unimplemented opcode warning
Return 0 if value popped from emulator stack when it's empty
Remove null reference warnings
Fix app ID
Bump version to 1.0.0
Implement audio
Organize emulator functions
Fix 00EE
Update icon.png
Add default game
Rework ScancodeToKey
Replace SDL_HINT_MAIN_CALLBACK
Remove unused ColorPalette struct
Fix some emulator errors
Add .gitattributes and .gitignore
Missed some
Change naming conventions
Tweak rendering
Change color palettes
Add CMakeLists.txt
Add PET color palette
Add icon.png
Check user given rate
Replace iterations_per_tick with SDL_HINT_MAIN_CALLBACK_RATE
Add ability to load new ROM during runtime
Use SDL_LoadFile to load ROMs
Make global variables static
Add fullscreen toggle
Change internal name to Mint CHIP
Move SDL_srand to after SDL_Init
Initial commit