Commit Graph

16 Commits

Author SHA1 Message Date
Franck STAUFFER 2cccc0597f
Small useless optimizations 2021-01-16 11:09:41 +01:00
Franck STAUFFER b1050eb74b
Change test order, check stat output 2020-08-04 13:36:24 +02:00
Franck STAUFFER 9a6cb3b779
Add check for regular file 2020-08-04 12:35:30 +02:00
Franck STAUFFER 83d22f4cee
Make window centered and borderless 2020-08-04 10:48:33 +02:00
Franck STAUFFER 53446c190b
Clean previously created data when exiting in init_SDL() 2020-08-04 09:02:24 +02:00
Franck STAUFFER 3b0b343337
Minor changes
Handle numpad the same way numerical keys were handled
Reduce audio buffer
Change some debugging output strings
2020-08-04 08:53:08 +02:00
Franck STAUFFER 1ecb8a7a8a
Small changes 2020-08-03 19:12:43 +02:00
Franck STAUFFER a7af00d1b1
Rename local variables that were named s like the SDL_Surface 2020-08-03 19:10:55 +02:00
Franck STAUFFER 912c59580a
Small useless optimization 2020-08-03 18:22:48 +02:00
Franck STAUFFER 232af94325
Add sound, format code 2020-08-03 18:01:43 +02:00
Franck STAUFFER efce4d6d29
Use SDL2 2020-08-03 17:34:41 +02:00
Franck STAUFFER 2bfddbbfd0
Change default value for WAIT
Reorder global variable declarations
2020-08-03 16:57:18 +02:00
Franck STAUFFER ab05516329
Fix a bug where v[X] was not handled in 0xFX55 and 0xFX65, use memcpy instead of looping, increment i like in the original implementation 2020-08-03 16:36:19 +02:00
Franck STAUFFER 522af3833a
Remove unused variable 2020-08-03 15:35:37 +02:00
Franck STAUFFER 77848b630a
Use memset and memcpy instead of loops 2020-08-03 15:34:33 +02:00
Franck STAUFFER b7edca10c2
Initial commit 2020-08-03 15:02:03 +02:00