diff options
Diffstat (limited to 'emulators/x48/files/patch-src+hp48.h')
-rw-r--r-- | emulators/x48/files/patch-src+hp48.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/x48/files/patch-src+hp48.h b/emulators/x48/files/patch-src+hp48.h new file mode 100644 index 000000000000..602a5b37f4e3 --- /dev/null +++ b/emulators/x48/files/patch-src+hp48.h @@ -0,0 +1,11 @@ +--- src/hp48.h.orig Sat Jun 28 20:50:52 2003 ++++ src/hp48.h Sat Jun 28 20:52:14 2003 +@@ -246,7 +246,7 @@ + + word_8 unknown2; + +- char timer1; /* may NOT be unsigned !!! */ ++ signed char timer1; /* may NOT be unsigned !!! */ + word_32 timer2; + + long t1_instr; |