mirror of
https://github.com/holub/mame
synced 2025-06-13 16:15:32 +03:00
on second thought, remove that function entirely (nw)
This commit is contained in:
parent
384cd3a2cc
commit
c1a312eea3
@ -9,16 +9,7 @@
|
|||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
|
||||||
static char *output;
|
static char *output;
|
||||||
/*
|
|
||||||
static void ATTR_PRINTF(1,2) print(const char *fmt, ...)
|
|
||||||
{
|
|
||||||
va_list vl;
|
|
||||||
|
|
||||||
va_start(vl, fmt);
|
|
||||||
output += vsprintf(output, fmt, vl);
|
|
||||||
va_end(vl);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
offs_t pdp8_dasm_one(char *buffer, offs_t pc, UINT16 op)
|
offs_t pdp8_dasm_one(char *buffer, offs_t pc, UINT16 op)
|
||||||
{
|
{
|
||||||
UINT8 opcode = (op >> 011) & 07;
|
UINT8 opcode = (op >> 011) & 07;
|
||||||
|
Loading…
Reference in New Issue
Block a user