summaryrefslogtreecommitdiffstats
path: root/gst/nsf/mmc5_snd.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-26 07:40:58 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-26 07:40:58 +0000
commitccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa (patch)
treeb25c32c1e02b43fe0bab8898c3dc8423cf888545 /gst/nsf/mmc5_snd.c
parent6763549151b4311c933a2751346fe37b41acf5ba (diff)
downloadgst-plugins-bad-ccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa.tar.gz
gst-plugins-bad-ccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa.tar.bz2
gst-plugins-bad-ccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa.zip
gst/nsf/: Remove memguard again and apply hopefully all previously dropped local patches. Should be really better tha...
Original commit message from CVS: * 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.
Diffstat (limited to 'gst/nsf/mmc5_snd.c')
-rw-r--r--gst/nsf/mmc5_snd.c19
1 files changed, 16 insertions, 3 deletions
diff --git a/gst/nsf/mmc5_snd.c b/gst/nsf/mmc5_snd.c
index 09b3ff7b..19d2f661 100644
--- a/gst/nsf/mmc5_snd.c
+++ b/gst/nsf/mmc5_snd.c
@@ -310,13 +310,13 @@ mmc5_shutdown (void)
static apu_memread mmc5_memread[] = {
{0x5205, 0x5206, mmc5_read},
- {-1, -1, NULL}
+ {(uint32) - 1, (uint32) - 1, NULL}
};
static apu_memwrite mmc5_memwrite[] = {
{0x5000, 0x5015, mmc5_write},
{0x5205, 0x5206, mmc5_write},
- {-1, -1, NULL}
+ {(uint32) - 1, (uint32) - 1, NULL}
};
apuext_t mmc5_ext = {
@@ -330,7 +330,20 @@ apuext_t mmc5_ext = {
/*
** $Log$
-** Revision 1.3 2008/03/25 15:56:11 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:11 slomo
** Patch by: Andreas Henriksson <andreas at fatal dot set>
** * gst/nsf/Makefile.am:
** * gst/nsf/dis6502.h: