fix build (nw)

This commit is contained in:
Lord-Nightmare 2015-08-13 13:33:07 -04:00
parent f192993908
commit ad1b621ca8

View File

@ -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;