1
- # Daphne Fork: the First Ever Multiple Arcade Laserdisc Emulator
1
+ # Hypseus
2
2
3
- [ Daphne] is a program that "lets one play the original versions of many
4
- laserdisc arcade games on one's PC".
3
+ Hypseus is a fork of [ Matt Ownby's] [ CUS ] [ Daphne] . A program that "lets one play
4
+ the original versions of many laserdisc arcade games on one's PC."
5
+
6
+ Some features that differ from the original:
7
+
8
+ * Updated MPEG2 decoder
9
+ * Working MPEG2 x86_64 hw accel (SSE2)
10
+ * SDL2 support
11
+ * [ cmake] build tool
12
+ * More bugs!
13
+
14
+ ** WIP!!! Overlays have not been implemented with SDL2 yet!**
5
15
6
16
## Compile
7
17
8
- In addition to a working [ gcc] toolchain, [ cmake] and [ autotools] , you will need
9
- (at minimum): [ zlib] , [ GLEW] , [ SDL2] , [ vorbis] and [ ogg] .
18
+ _ Currently there is no documentation for the new build process. Pull requests
19
+ gladly accepted._
20
+
21
+ Minimum software requirements: [ gcc] , [ cmake] , [ autotools] , [ zlib] , [ SDL2] ,
22
+ [ vorbis] and [ ogg] .
10
23
11
24
mkdir build
12
25
cd build
@@ -15,18 +28,45 @@ In addition to a working [gcc] toolchain, [cmake] and [autotools], you will need
15
28
16
29
## Support
17
30
18
- This is software is for educational purposes only. You may submit
19
- [ issues ] or [ pull requests] to the [ Github page ] .
31
+ This software intended for educational purposes only. Please submit [ issues ] or
32
+ [ pull requests] directly to the [ project ] .
20
33
21
34
** DO NOT submit issues or request support from the official Daphne forums!**
22
35
23
- ## About
36
+ ## History
37
+
38
+ Open development by the original author, [ Matt Ownby] [ CUS ] , ceased years ago.
24
39
25
- Open development by the original author, [ Matt Ownby] [ CUS ] , was halted years ago.
26
40
My intention for creating this public repository was to clean up the build
27
- process, and publish to Github to foster collaborative development.
41
+ process, fix bugs, learn, upgrade, and publish to foster collaborative
42
+ development. The name was changed to _ Hypseus_ so the original authors of
43
+ [ Daphne] would not be burdened with requests for support.
44
+
45
+ A big thanks goes out to [ Matt Ownby] [ CUS ] and the many other developers who
46
+ made their work available for me to learn from. Without them this project
47
+ would not be possible.
48
+
49
+ ## License
50
+
51
+ ** Hypseus** , Multiple Arcade Laserdic Emulator
52
+ Copyright (C) 2016 [ Jeffrey Clark] [ JAC ]
53
+
54
+ ** Daphne** , the First Ever Multiple Arcade Laserdisc Emulator
55
+ Copyright (C) 1999-2013 [ Matt Ownby] [ CUS ]
56
+
57
+ [ ![ GNU General Public License version 3] ( http://www.gnu.org/graphics/gplv3-127x51.png )] [ GNU General Public License ]
58
+
59
+ This program is free software: you can redistribute it and/or modify
60
+ it under the terms of the [GNU General Public License] as published by
61
+ the Free Software Foundation, either version 3 of the License, or
62
+ (at your option) any later version.
63
+
64
+ This program is distributed in the hope that it will be useful,
65
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
66
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67
+ [GNU General Public License] for more details.
28
68
29
- [ Github page ] : https://github.com/zaplabs/daphne
69
+ [ project ] : https://github.com/zaplabs/daphne
30
70
[ issues ] : https://github.com/zaplabs/daphne/issues
31
71
[ pull requests ] : https://github.com/zaplabs/daphne/pulls
32
72
[ Daphne ] : http://www.daphne-emu.com
@@ -43,3 +83,5 @@ process, and publish to Github to foster collaborative development.
43
83
[ vorbis ] : https://en.wikipedia.org/wiki/Vorbis
44
84
[ cmake ] : https://cmake.org
45
85
[ autotools ] : https://en.wikipedia.org/wiki/GNU_Build_System
86
+ [ GNU General Public License ] : http://www.gnu.org/licenses/gpl-3.0.en.html
87
+ [ JAC ] : https://github.com/h0tw1r3
0 commit comments