From c5d83f2340e0cc262e478c855f4b30b9746ab681 Mon Sep 17 00:00:00 2001
From: tomch
Date: Sun, 31 Aug 2008 15:37:53 +0000
Subject: [PATCH] Found source of Z80 emulation (z80em by Marcel de Kogel) &
reverted (as close as possible) to his distro. Updated Help html (team &
ack's).
---
AppleWin/Applewin.vcproj | 26 ++++----
AppleWin/Applewin71.vcproj | 18 +++---
AppleWin/ApplewinExpress.vcproj | 54 +++++++++++++---
AppleWin/help/acknowledgements.html | 6 +-
AppleWin/help/applewin-team.html | 19 +++---
AppleWin/source/Applewin.cpp | 2 +-
AppleWin/source/CPU.cpp | 2 +-
AppleWin/source/Memory.cpp | 2 +-
AppleWin/source/Z80/README.txt | 35 +++++++++++
AppleWin/source/Z80/{z80cpu.cpp => z80.cpp} | 69 +++++++++++++++++----
AppleWin/source/Z80/{z80cpu.h => z80.h} | 19 ++++++
AppleWin/source/Z80/z80io.cpp | 17 -----
12 files changed, 193 insertions(+), 76 deletions(-)
create mode 100644 AppleWin/source/Z80/README.txt
rename AppleWin/source/Z80/{z80cpu.cpp => z80.cpp} (94%)
rename AppleWin/source/Z80/{z80cpu.h => z80.h} (82%)
delete mode 100644 AppleWin/source/Z80/z80io.cpp
diff --git a/AppleWin/Applewin.vcproj b/AppleWin/Applewin.vcproj
index 78872504..b7c43aed 100644
--- a/AppleWin/Applewin.vcproj
+++ b/AppleWin/Applewin.vcproj
@@ -469,7 +469,7 @@
Name="Uthernet"
>
+
+
+
+
+
+
-
-
-
-
@@ -552,10 +556,6 @@
RelativePath=".\source\Z80\z80emu.h"
>
-
-
diff --git a/AppleWin/Applewin71.vcproj b/AppleWin/Applewin71.vcproj
index 70a00f22..9c7cc837 100644
--- a/AppleWin/Applewin71.vcproj
+++ b/AppleWin/Applewin71.vcproj
@@ -330,15 +330,18 @@
+
+
+
+
+
+
-
-
-
-
@@ -348,9 +351,6 @@
-
-
diff --git a/AppleWin/ApplewinExpress.vcproj b/AppleWin/ApplewinExpress.vcproj
index 4357d34e..2460ae78 100644
--- a/AppleWin/ApplewinExpress.vcproj
+++ b/AppleWin/ApplewinExpress.vcproj
@@ -533,14 +533,46 @@
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
@@ -562,16 +594,20 @@
Name="Resources"
Filter=".txt,.ico,.bmp,.rc"
>
+
+
+
+
-
-
Thomas Stahl: TV emulation mode
Chris Foxwell: SSI263 phoneme samples
Robert Hoem: Harddisk card (source module & f/w)
-
- Spiro Trikaliotis: (VICE) whose code Glenn Jones adapted for Uthernet support
+ Spiro Trikaliotis: (VICE) whose code Glenn Jones adapted for Uthernet support
Kyle Kim: Mouse card support based on code from Apple in PC
+ MAME team: AY-3-8910, MC6821 PIA emulation modules
+ Marcel de Kogel: Z80Em code (http://www.komkon.org/~dekogel/misc.html)
+ Fábio Belavenuto: TK3000 //e clone (originally responsible for integrating Z80Em)