summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2017-12-31 08:24:55 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2017-12-31 08:24:55 +0100
commitb2ec56503f22449f87edf042433c95de91c854b8 (patch)
treec5bf7315b83d820d00885882c189ce7a3e9845a8
parent624d7a18c1f0afaafd46cf91599f1fc07c29d2b2 (diff)
c65: some more useful links (nw)
-rw-r--r--src/devices/cpu/m6502/m4510.cpp5
-rw-r--r--src/mame/drivers/c65.cpp4
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
+
***************************************************************************/