summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-03-13 15:35:17 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-03-13 15:35:17 +0000
commit3a082a644f6fc1fcd0c5760e96572870ae26af3f (patch)
tree6de6198e689160e7e5e1755b4ae7655a32ea6c02 /.gitattributes
parent49c8a68835d95f054f44c1d4a9c6a1d2a88c3c57 (diff)
From: notaz [mailto:notasas@gmail.com]
Subject: patch for SVP (Sega Virtua Processor) emulation hello, this patch adds support for Sega Virtua Processor, to run Genesis/MegaDrive version of Virtua Racing, intended to be used by MESS. It consists of a CPU core SSP1601, and updates in megadriv.c: * SSP1601 replaces SSP1610, as it has been confirmed by Stiletto and other sources that SVP actually contains SSP1601. The current SSP1610 is placeholder only (nearly completely unimplemented) anyway. * Changes in megadriv.c add a new driver for Genesis/MegaDrive+SVP combination, also add SVP memory controller logic and memory map. The diff has already been reviewed by Reip and SSP1610 removal was one of his suggestions (SSP1610 is not used by any drivers).
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index a5c7a0cb30b..6ee74365c28 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -355,9 +355,9 @@ src/emu/cpu/spc700/spc700.c svneol=native#text/plain
src/emu/cpu/spc700/spc700.h svneol=native#text/plain
src/emu/cpu/spc700/spc700ds.c svneol=native#text/plain
src/emu/cpu/spc700/spc700ds.h svneol=native#text/plain
-src/emu/cpu/ssp1610/ssp1610.c svneol=native#text/plain
-src/emu/cpu/ssp1610/ssp1610.h svneol=native#text/plain
-src/emu/cpu/ssp1610/ssp1610d.c svneol=native#text/plain
+src/emu/cpu/ssp1601/ssp1601.c svneol=native#text/plain
+src/emu/cpu/ssp1601/ssp1601.h svneol=native#text/plain
+src/emu/cpu/ssp1601/ssp1601d.c svneol=native#text/plain
src/emu/cpu/t11/t11.c svneol=native#text/plain
src/emu/cpu/t11/t11.h svneol=native#text/plain
src/emu/cpu/t11/t11dasm.c svneol=native#text/plain