From 1243f834cb01d24a7abed683017f214e68c03eba Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 21 Oct 2016 19:17:41 +0200 Subject: [PATCH] alpha 8201 fakecpu: correct note --- src/devices/cpu/alph8201/8201dasm.cpp | 5 ++--- src/devices/cpu/alph8201/alph8201.cpp | 2 +- src/devices/cpu/alph8201/alph8201.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/devices/cpu/alph8201/8201dasm.cpp b/src/devices/cpu/alph8201/8201dasm.cpp index 6f4b816990b..464813cd170 100644 --- a/src/devices/cpu/alph8201/8201dasm.cpp +++ b/src/devices/cpu/alph8201/8201dasm.cpp @@ -2,10 +2,9 @@ // 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.* +Notice: The alpha 8201 is now emulated using mame/alpha8201.* -cpu/alph8201/ will be removed soon +cpu/alph8201/ will be removed when the alpha 8304 has been dumped. diff --git a/src/devices/cpu/alph8201/alph8201.cpp b/src/devices/cpu/alph8201/alph8201.cpp index bd50740d1d9..26b358c7b90 100644 --- a/src/devices/cpu/alph8201/alph8201.cpp +++ b/src/devices/cpu/alph8201/alph8201.cpp @@ -4,7 +4,7 @@ Notice: The alpha 8201 is now emulated using mame/alpha8201.* -cpu/alph8201/ will be removed when the alpha 8301 has been dumped. +cpu/alph8201/ will be removed when the alpha 8304 has been dumped. diff --git a/src/devices/cpu/alph8201/alph8201.h b/src/devices/cpu/alph8201/alph8201.h index c218b710558..432f8193c69 100644 --- a/src/devices/cpu/alph8201/alph8201.h +++ b/src/devices/cpu/alph8201/alph8201.h @@ -4,7 +4,7 @@ Notice: The alpha 8201 is now emulated using mame/alpha8201.* -cpu/alph8201/ will be removed when the alpha 8301 has been dumped. +cpu/alph8201/ will be removed when the alpha 8304 has been dumped.