summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56156/opcode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56156/opcode.cpp')
-rw-r--r--src/devices/cpu/dsp56156/opcode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/dsp56156/opcode.cpp b/src/devices/cpu/dsp56156/opcode.cpp
index 15b305fa09e..005b9d9a6d6 100644
--- a/src/devices/cpu/dsp56156/opcode.cpp
+++ b/src/devices/cpu/dsp56156/opcode.cpp
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Andrew Gardner
#include "emu.h"
-#include <stdio.h>
+#include <cstdio>
#include "opcode.h"
-18 09:34:43 +0000'>2010-01-181-1/+1 * Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1 * Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1 * Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2 * Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2 * get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2 * Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-32/+32 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5 * A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-1/+1 * Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-20/+20 * correct rom names and add PCB locations. Corrected and added missing proms f... Brian Troha2009-02-141-186/+194 * Ok, this is The Big One. Aaron Giles2009-02-111-4/+3 * Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling