Update siddefs.h to compile on systems with case-sensitive FS.

pull/1/head
Datanoise 8 years ago
parent 4ba2292887
commit bcde70f8e9
  1. 2
      reSID/siddefs.h

@ -55,7 +55,7 @@ const bool false = 0;
// cycle_count, and sound_sample). GNU does not support 16-bit machines
// (GNU Coding Standards: Portability between CPUs), so this should be
// a valid assumption.
#include <arduino.h>
#include <Arduino.h>
typedef uint16_t reg4;
typedef uint16_t reg8;
typedef uint16_t reg12;

Loading…
Cancel
Save