summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-09-01 23:01:57 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-09-01 23:02:10 -0400
commitf2097995faa8e906f48860c5d2eaa3c1039ca83a (patch)
tree14971fccde3196e8ae0971d9ef1b796cafdf6a8b
parent68a33b336db3c390dd32ff0a12a56dabe078e9dc (diff)
nds: Remove unused logging function; correct un-Nintended typo in mame.lst (nw)
-rw-r--r--src/mame/drivers/nds.cpp15
-rw-r--r--src/mame/mame.lst2
2 files changed, 1 insertions, 16 deletions
diff --git a/src/mame/drivers/nds.cpp b/src/mame/drivers/nds.cpp
index e806677e976..2b50fe42d36 100644
--- a/src/mame/drivers/nds.cpp
+++ b/src/mame/drivers/nds.cpp
@@ -11,21 +11,6 @@
#include "emu.h"
#include "includes/nds.h"
-#define VERBOSE_LEVEL (0)
-
-static inline void ATTR_PRINTF(3,4) verboselog(device_t &device, int n_level, const char *s_fmt, ...)
-{
- if( VERBOSE_LEVEL >= n_level )
- {
- va_list v;
- char buf[ 32768 ];
- va_start( v, s_fmt );
- vsprintf( buf, s_fmt, v );
- va_end( v );
- device.logerror( "%08x: %s", device.machine().describe_context(), buf );
- }
-}
-
static ADDRESS_MAP_START( nds_arm9_map, AS_PROGRAM, 32, nds_state )
AM_RANGE(0x00000000, 0x00000fff) AM_ROM
AM_RANGE(0x02000000, 0x023fffff) AM_RAM AM_SHARE("mainram")
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 59a37c9dfb8..9370a73f662 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -29147,7 +29147,7 @@ nc150 // 1992 NC150
nc200 // 1993 NC200
@source:nds.cpp
-nds // 2004 Nintendp
+nds // 2004 Nintendo
@source:nemesis.cpp
blkpnthr // GX604 (c) 1987 (Japan)