diff options
Diffstat (limited to 'gst/nsf/fds_snd.c')
-rw-r--r-- | gst/nsf/fds_snd.c | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/gst/nsf/fds_snd.c b/gst/nsf/fds_snd.c index be118cc2..3314a6ac 100644 --- a/gst/nsf/fds_snd.c +++ b/gst/nsf/fds_snd.c @@ -23,6 +23,7 @@ ** $Id$ */ +#include <stdio.h> #include "types.h" #include "nes_apu.h" #include "fds_snd.h" @@ -66,7 +67,7 @@ fds_shutdown (void) static apu_memwrite fds_memwrite[] = { {0x4040, 0x4092, fds_write}, - {-1, -1, NULL} + {(uint32) - 1, (uint32) - 1, NULL} }; apuext_t fds_ext = { @@ -80,7 +81,20 @@ apuext_t fds_ext = { /* ** $Log$ -** Revision 1.3 2008/03/25 15:56:10 slomo +** Revision 1.4 2008/03/26 07:40:55 slomo +** * gst/nsf/Makefile.am: +** * gst/nsf/fds_snd.c: +** * gst/nsf/mmc5_snd.c: +** * gst/nsf/nsf.c: +** * gst/nsf/types.h: +** * gst/nsf/vrc7_snd.c: +** * gst/nsf/vrcvisnd.c: +** * gst/nsf/memguard.c: +** * gst/nsf/memguard.h: +** Remove memguard again and apply hopefully all previously dropped +** local patches. Should be really better than the old version now. +** +** Revision 1.3 2008-03-25 15:56:10 slomo ** Patch by: Andreas Henriksson <andreas at fatal dot set> ** * gst/nsf/Makefile.am: ** * gst/nsf/dis6502.h: |