diff options
Diffstat (limited to 'src/devices/cpu/m6502/m4510.cpp')
-rw-r--r-- | src/devices/cpu/m6502/m4510.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m4510.cpp b/src/devices/cpu/m6502/m4510.cpp index f3241497eb6..4e8a9b4216f 100644 --- a/src/devices/cpu/m6502/m4510.cpp +++ b/src/devices/cpu/m6502/m4510.cpp @@ -2,10 +2,13 @@ // copyright-holders:Olivier Galibert /*************************************************************************** - m4510.c + m4510.cpp 65ce02 with a mmu and a cia integrated + differences between the standard 65ce02 and this CPU: + http://www.zimmers.net/anonftp/pub/cbm/c65/65ce02.txt + ***************************************************************************/ #include "emu.h" |