From ad1b621ca810b8e73b1816708cce61459e76d70f Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Thu, 13 Aug 2015 13:33:07 -0400 Subject: [PATCH] fix build (nw) --- src/emu/cpu/pdp8/pdp8dasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emu/cpu/pdp8/pdp8dasm.c b/src/emu/cpu/pdp8/pdp8dasm.c index 5ed4e73ebbb..1d33658cee7 100644 --- a/src/emu/cpu/pdp8/pdp8dasm.c +++ b/src/emu/cpu/pdp8/pdp8dasm.c @@ -9,7 +9,7 @@ #include "emu.h" static char *output; - +/* static void ATTR_PRINTF(1,2) print(const char *fmt, ...) { va_list vl; @@ -18,7 +18,7 @@ static void ATTR_PRINTF(1,2) print(const char *fmt, ...) output += vsprintf(output, fmt, vl); va_end(vl); } - +*/ offs_t pdp8_dasm_one(char *buffer, offs_t pc, UINT16 op) { UINT8 opcode = (op >> 011) & 07;