chip8.h 348 B

12345678
  1. static const PROGMEM uint8_t __assets[50] = {
  2. 34, 255, 255, 255, 0, 0, 0, 0, 120, 156, 91, 36, 119, 136, 209, 136,
  3. 113, 145, 212, 5, 145, 2, 22, 3, 7, 33, 134, 4, 134, 66, 22, 67, 5,
  4. 33, 6, 33, 137, 6, 7, 5, 1, 5, 135, 6, 1, 0, 150, 232, 7, 143
  5. };
  6. #define LOAD_ASSETS() GD.copy(__assets, sizeof(__assets))
  7. #define MAZE 0UL
  8. #define ASSETS_END 34UL