Merge pull request #1 from DatanoiseTV/patch-1

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

Thank you
reSID-0.16
Frank 8 years ago
commit b27eff857c
  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