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.