diff options
-rw-r--r-- | src/devices/cpu/m6502/m4510.cpp | 5 | ||||
-rw-r--r-- | src/mame/drivers/c65.cpp | 4 |
2 files changed, 8 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" diff --git a/src/mame/drivers/c65.cpp b/src/mame/drivers/c65.cpp index 1cfa2655230..e698b518da1 100644 --- a/src/mame/drivers/c65.cpp +++ b/src/mame/drivers/c65.cpp @@ -19,6 +19,10 @@ Hardware pics: http://www.zimmers.net/cbmpics/cbm/c65/c65-2b-lhs.JPG http://www.zimmers.net/cbmpics/cbm/c65/c65-2b-rhs.JPG +Schematics: +http://www.zimmers.net/anonftp/pub/cbm/schematics/computers/C65%20Rev%202A%20Schematic.pdf +http://www.zimmers.net/anonftp/pub/cbm/schematics/computers/C64DX_aka_C65_System_Specifications_Preliminary_(1991_Mar).pdf + ***************************************************************************/ |