summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec/nec_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/nec/nec_common.h')
-rw-r--r--src/devices/cpu/nec/nec_common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/cpu/nec/nec_common.h b/src/devices/cpu/nec/nec_common.h
deleted file mode 100644
index 4356214a302..00000000000
--- a/src/devices/cpu/nec/nec_common.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef NEC_COMMON_H
-#define NEC_COMMON_H
-
-#include <stdint.h>
-
-extern int necv_dasm_one(std::ostream &stream, uint32_t eip, const uint8_t *oprom, const uint8_t *decryption_table);
-extern int necv_dasm_one(char *buffer, uint32_t eip, const uint8_t *oprom, const uint8_t *decryption_table);
-
-#endif // NEC_COMMON_H