Skip to content

Commit 631a351

Browse files
author
Matthias Koeppe
committed
Updated net addresses.
1 parent 06d236c commit 631a351

12 files changed

+19
-15
lines changed

README

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ system, also available for Windows-32 systems.
44
Z80 emulation from `xz80', copyright (C) 1994 Ian Collier.
55
MZ700 support and VGA front-end (C) 1996 Russell Marks.
66
MZ800 support and Windows-32 port are copr. 1998,1999 Matthias Koeppe
7-
<mkoeppe@cs.uni-magdeburg.de>.
7+
<mkoeppe@mail.math.uni-magdeburg.de>.
88

99
This program is free software; you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by
@@ -49,11 +49,15 @@ Getting mz800em
4949

5050
Visit the mz800em pages at
5151

52-
http://www.cs.uni-magdeburg.de/~mkoeppe/mz800/mz800.html
52+
http://www.math.uni-magdeburg.de/~mkoeppe/mz800/mz800.html
5353

5454
You will find the most current version of `mz800em' there, but also
5555
some interesting MZ-related links.
5656

57+
Mz800em is also a SourceForge project. Visit
58+
59+
http://sourceforge.net/projects/mz800em/
60+
5761

5862
Installation
5963
------------
@@ -400,8 +404,8 @@ Write a man page.
400404
Contacting me
401405
-------------
402406

403-
Email address: mkoeppe@cs.uni-magdeburg.de
404-
Web pages: http://www.cs.uni-magdeburg.de/~mkoeppe
407+
Email address: mkoeppe@mail.math.uni-magdeburg.de
408+
Web pages: http://www.math.uni-magdeburg.de/~mkoeppe
405409

406410
No postal address for you at the moment I'm afraid. :-)
407411

disk.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mz800em, a VGA MZ800 emulator for Linux.
22
*
33
* Virtual disk module.
4-
* Copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
4+
* Copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

edops.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Emulations of the ED operations of the Z80 instruction set.
22
* Copyright (C) 1994 Ian Collier.
3-
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
3+
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

graphics.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mz800em, a VGA MZ800 emulator for Linux.
22
*
33
* MZ800 graphics module.
4-
* Copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
4+
* Copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

graphics.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mz800em, a VGA MZ800 emulator for Linux.
22
*
33
* Declarations for MZ800 graphics module.
4-
* Copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
4+
* Copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* Z80 emulator (xz80) copyright (C) 1994 Ian Collier.
44
* mz700em changes (C) 1996 Russell Marks.
5-
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
5+
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

mz80supp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mz800em, a VGA MZ800 emulator for Linux.
22
*
33
* Support for the MZ80 emulator kernel by Neil Bradley
4-
* Copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
4+
* Copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

mzextract.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* mzextract -- Extract the contents of a SHARP MZ800 320KB disk image
22
* as single MZF/BTX files, or view the directory.
3-
* Copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
3+
* Copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

mzterm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mz800em, a VGA MZ800 emulator for Linux.
22
*
33
* mzterm-like services.
4-
* Copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
4+
* Copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

unpix.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* usage: unpix <font.txt >mz700fon.dat
44
*/
55

6-
/* bit order changed by <mkoeppe@csmd.cs.uni-magdeburg.de> to make the
6+
/* bit order changed by <mkoeppe@mail.math.uni-magdeburg.de> to make the
77
font data compatible with the MZ800 PCG ROM format. The same change
88
was applied to main.c */
99

z80.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Emulation of the Z80 CPU with hooks into the other parts of mz700em.
22
* Copyright (C) 1994 Ian Collier. mz700em changes (C) 1996 Russell Marks.
3-
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
3+
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

z80.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Miscellaneous definitions for xz80, copyright (C) 1994 Ian Collier.
2-
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@cs.uni-magdeburg.de>
2+
* mz800em changes are copr. 1998 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)