summaryrefslogtreecommitdiff
path: root/include/disas_z180.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/disas_z180.h')
-rw-r--r--include/disas_z180.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/disas_z180.h b/include/disas_z180.h
new file mode 100644
index 0000000..a4a0b58
--- /dev/null
+++ b/include/disas_z180.h
@@ -0,0 +1,13 @@
+/*
+ * (C) Copyright 2024 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+#ifndef DISDAS_Z180_H
+#define DISDAS_Z180_H
+
+#include <stdint.h>
+
+uint32_t dis_decode(uint32_t addr);
+
+#endif