summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-11-02 21:06:00 +0100
committer hap <happppp@users.noreply.github.com>2015-11-02 21:06:00 +0100
commitcbea03129aa8b47a9cb823760716250389213408 (patch)
tree00c8eaa975a2e42e884710f82b6462f03a703260 /src/devices/cpu
parentd8752c7733605b933cd70b385b32fa1d0df97dd5 (diff)
When we obtain the internal rom of 8304, this old implementation will be removed.
Diffstat (limited to 'src/devices/cpu')
-rw-r--r--src/devices/cpu/alph8201/8201dasm.c12
-rw-r--r--src/devices/cpu/alph8201/alph8201.c12
-rw-r--r--src/devices/cpu/alph8201/alph8201.h12
3 files changed, 36 insertions, 0 deletions
diff --git a/src/devices/cpu/alph8201/8201dasm.c b/src/devices/cpu/alph8201/8201dasm.c
index c22a4316ea4..20003a250db 100644
--- a/src/devices/cpu/alph8201/8201dasm.c
+++ b/src/devices/cpu/alph8201/8201dasm.c
@@ -1,5 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Tatsuyuki Satoh
+/*
+
+Notice: please do not modify this file, except in case of compile- or critical emulation error
+A more accurate implementation is in mame/alpha8201.*
+
+cpu/alph8201/* will be removed soon
+
+
+
+
+*/
+
/****************************************************************************
Alpha 8201/8301 Disassembler
diff --git a/src/devices/cpu/alph8201/alph8201.c b/src/devices/cpu/alph8201/alph8201.c
index df78a8bea8f..6d0480c319d 100644
--- a/src/devices/cpu/alph8201/alph8201.c
+++ b/src/devices/cpu/alph8201/alph8201.c
@@ -1,5 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Tatsuyuki Satoh
+/*
+
+Notice: please do not modify this file, except in case of compile- or critical emulation error
+A more accurate implementation is in mame/alpha8201.*
+
+cpu/alph8201/* will be removed soon
+
+
+
+
+*/
+
/****************************************************************************
Alpha8201 Emulator
diff --git a/src/devices/cpu/alph8201/alph8201.h b/src/devices/cpu/alph8201/alph8201.h
index fd204e8e6f1..49eba81bbca 100644
--- a/src/devices/cpu/alph8201/alph8201.h
+++ b/src/devices/cpu/alph8201/alph8201.h
@@ -1,5 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Tatsuyuki Satoh
+/*
+
+Notice: please do not modify this file, except in case of compile- or critical emulation error
+A more accurate implementation is in mame/alpha8201.*
+
+cpu/alph8201/* will be removed soon
+
+
+
+
+*/
+
/**************************************************************************\
* Alpha8201 Emulator *
* *