diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 07:40:20 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 07:40:20 +0000 |
commit | 8006b733b5e5cd3adf47f262eee691b54c26bcaf (patch) | |
tree | 956895fc7bacccda9e8ab1b5013992094f2294c8 /emulators/x48/files/patch-src+hp48.h | |
parent | update to spambnc-20030223 (diff) |
update emulators/x48: enhancements to emulators/x48
PR: 53912
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=84508
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; |